您好:
我在测试enet_lwip的时候,发现一个问题,如果将编译输出的格式设置成COFF的时候,经常就会链接不上,设置为elf就可能正常链接。这个问题该如何解决?因为我这边需要使用系统,不能编译成COFF格式。
谢谢
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.
您好:
我在测试enet_lwip的时候,发现一个问题,如果将编译输出的格式设置成COFF的时候,经常就会链接不上,设置为elf就可能正常链接。这个问题该如何解决?因为我这边需要使用系统,不能编译成COFF格式。
谢谢
默认是ELF格式的工程建议不要转成COFF格式。
To convert an object file from COFF ABI to EABI, it is strongly recommended that you have access to at least the assembly code so that it can be appropriately modified and reassembled. If you do not have source code, such as the case when you only have an object library from a vendor, the best choices are to either leave the application as a COFF ABI application, or to request the vendor release an EABI version.
There is no tool support for converting a COFF object file to an ELF object file; reverse-engineering the assembly code by using a disassembler is error-prone and could violate licensing agreements for some packages.
看一下这个链接:
processors.wiki.ti.com/.../C6000_EABI_Migration