This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

6678与8168直接的PCIe通信



各位专家好,我有一块6678EVM板和AMC-PCIe适配器,并下载了desktop-linux-sdk包。包里面的例程都是通过pc机运行的,现在我想将6678EVM板和8168EVM板通过AMC-PCIe连接,并在8168上运行desktop-linux-sdk的程序,所以包里的例程需要交叉编译为ARM可执行文件。

1.请问这样是否可行?

2.如何正确进行交叉编译?(我目前直接将gcc改为arm-none-linux-gcc,但是保很多错)