| 
 
贡献47 
飞刀9 FD
注册时间2017-6-29
在线时间1 小时积分8 
 
 扫一扫,手机访问本帖  | 
 
| 按照手册里在64位ubuntu18.04.1安装了gcc-arm-none-eabi-4_7-2013q1-20130313-linux.tar.bz2,然后运行cd /home/forlinx/work/starterware_2013.10/build/armv7a/gcc/am335x/ok335xd/bootloader make clean
 make
 但是make时编译出错
 arm-none-eabi-ld: cannot find -lc
 arm-none-eabi-ld: cannot find -lgcc
 arm-none-eabi-ld: cannot find -lc
 arm-none-eabi-ld: cannot find -lgcc
 makefile:156: recipe for target 'bin' failed
 make[1]: *** [bin] Error 1
 make[1]: Leaving directory '/mnt/hgfs/VMwareShare/StarterWare/starterware_2013.10/build/armv7a/gcc/am335x/ok335xd/bootloader'
 makefile:138: recipe for target 'debug' failed
 make: *** [debug] Error 2
 
 百度一天没找到原因,有人知道哪里出问题了吗
 
 | 
 |