arm-linux-gcc 编译hello.c发生错误 提示:hello.c:1:21:stdio.h没有文件或目录
arm-linux-gcc是3.3.2版的,gcc是4.0版的。在shell中查找arm-linux-gcc路径也能找到,为什么编译就出问题呢。补充:在/etc/prof...
arm-linux-gcc是3.3.2版的,gcc是4.0版的。在shell 中查找arm-linux-gcc路径也能找到,为什么编译就出问题呢。
补充:在/etc/profile中最后我添加了(冒号前面是arm-linux-gcc路径,后面是有stdio.h路径)
export PATH=/usr/arm/cross/3.3.2/bin:/usr/arm/cross/3.3.2/include
hello.c内容是:
#include<stdio.h>
int main()
{
printf("Hello World!我好你好打架哈\n");
return 0;
} 展开
补充:在/etc/profile中最后我添加了(冒号前面是arm-linux-gcc路径,后面是有stdio.h路径)
export PATH=/usr/arm/cross/3.3.2/bin:/usr/arm/cross/3.3.2/include
hello.c内容是:
#include<stdio.h>
int main()
{
printf("Hello World!我好你好打架哈\n");
return 0;
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询