在Ubuntu10.4 下gcc 编译 hello.c:1:19: error: stdio.h: No such file or directory 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 ubuntu10 gcc 编译 hello.c stdio.h 搜索资料 1个回答 #热议# 网上掀起『练心眼子』风潮,真的能提高情商吗? 百度网友3228def 2013-10-15 · TA获得超过166个赞 知道答主 回答量:153 采纳率:0% 帮助的人:96.4万 我也去答题访问个人页 关注 展开全部 请参考:hello.c 1行的stdio.h头文件不存在解决:#include <stdio.h> //是这样包含的吗?如果不是,请改成这样。 追问 就是一个很简单的程序,如下#include void main(){ printf("Hello world!\n");} 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2017-01-12 Linux中gcc无法编译,显示 gcc:exe.c:no such file or directory gcc:no input files 求教大神 2019-05-29 c语言编译 提示No such file or directory 134 2011-03-10 Linux gcc编译不成功:<stdio.h>:no such file or directory 1 2011-09-30 arm-linux-gcc 编译hello.c提示:hello.c:1:21:stdio.h没有文件或目录 2020-02-28 c语言编译 提示No such file or directory 7 2012-09-20 ubuntu下编译C程序的时候显示 6 2012-12-21 输入:arm-none-linux-gnueabi-gcc -v 出现: No such file or directory 5 2014-02-12 arm-linux-gcc编译显示ERROR:stdio.h:NO SUCH FILE 但是我用arm-linux-gcc-4.73编译就OK了 为什么 1 更多类似问题 > 为你推荐: