Relocations in generic ELF (EM: 8)
xxx.o: error adding symbols: File in wrong format
collect2: error: ld returned 1 exit status
make: *** [yyy.so] Error 1
编译工具链不对 make时加工具链参数:如我的MIPS=1
本文探讨了在使用特定工具链编译ELF格式文件时遇到的错误,包括RelocationsingenericELF(EM:8)和Fileinwrongformat等问题。文章提供了make命令中加入正确工具链参数的解决方案。
Relocations in generic ELF (EM: 8)
xxx.o: error adding symbols: File in wrong format
collect2: error: ld returned 1 exit status
make: *** [yyy.so] Error 1
编译工具链不对 make时加工具链参数:如我的MIPS=1

被折叠的 条评论
为什么被折叠?