Bugatti_2016 发表于 2016-8-8 10:09:49

用arm-eabi-gcc编译hello world程序出错

报错信息如下:
root@ubuntu:~# arm-eabi-gcc a.c
a.c:1:19: fatal error: stdio.h: No such file or directory
compilation terminated.
有朋友遇到过吗   指点一下,我都快被折磨死了

Andy.An 发表于 2016-9-19 11:39:01

arm-eabi-gcc   编译工具是编译内核的,没有libc标准库,换个arm-linux-gnueabihf-编译工具就好了。
页: [1]
查看完整版本: 用arm-eabi-gcc编译hello world程序出错