ubuntu下安装树莓派3的交叉编译器时出的状况:
vm1404@ubuntu:~$arm-bcm2708hardfp-linux-gnueabi-gcc test.c -o test
***../arm-bcm2708hardfp-linux-gnueabi/sysroot/lib/libc.so.6:file format not recognized; treating as linker script
***../arm-bcm2708hardfp-linux-gnueabi/sysroot/lib/libc.so.6:1:Syntax error
collect2: error: ld returned 1 exit status
vm1404@ubuntu:~$
下载文件时,习惯性的在windows中下载,下完发现不是tar、bz等linux的压缩文件,然后就在windows下解压,然后再拷贝到虚拟机中,该过程导致很多的链接失效,导致了上面的问题。
下图是在linux下正确解压缩后的效果。进入原来编译时出问题的地方,可见很多都是链接(linux下这样的链接特别多),原来在windows下解压缩后导致链接全部失效,这个问题以前也发生过。。。切记吧。。。
原文链接:https://www.f2er.com/centos/376270.html