错误解决:no newline at end of file
程序员文章站
2023-01-12 23:52:23
gcc -o hello -c hello.c
出现:
warning: no newline...
gcc -o hello -c hello.c
出现:
warning: no newline at end of file
解决办法:
在*.c文件最后面添加上一个回车,独立成一行。(在程序代码的最后面多敲一个空行,也就是说在右括号后打个回车键。因为gcc对你的源文件有要求,就是.c or .cpp文件后面要有一个空行)
分析:
应该是编译器需要文件最后有一个回车,作为文件结尾。
摘自 o929778452o------记录我攀登技术高峰的所见所闻所感!
出现:
warning: no newline at end of file
解决办法:
在*.c文件最后面添加上一个回车,独立成一行。(在程序代码的最后面多敲一个空行,也就是说在右括号后打个回车键。因为gcc对你的源文件有要求,就是.c or .cpp文件后面要有一个空行)
分析:
应该是编译器需要文件最后有一个回车,作为文件结尾。
摘自 o929778452o------记录我攀登技术高峰的所见所闻所感!
推荐阅读
-
为PHP安装imagick时出现Cannot locate header file MagickWand.h错误的解决方法
-
python升级带来的yum异常(解决错误File "/usr/bin/yum", line 30 except KeyboardInterrupt, e:)
-
PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法
-
解决启动MongoDB错误:error while loading shared libraries: libstdc++.so.6:cannot open shared object file:
-
错误解决:no newline at end of file
-
解决File size limit exceeded 错误的方法
-
解决mongodb在ubuntu下启动失败,提示couldn‘t remove fs lock errno:9 Bad file descriptor的错误
-
'React/RCTBundleURLProvider.h' file not found错误的解决办法
-
mkdir()提示No such file or directory错误的解决方法
-
WAC启动Android模拟器 transfer error: Read-only file system错误解决方法