问题描述
- ubuntu 安装 codeblock后无法build
-
安装好了build,然后点run,跳出此文件没有build下面跳出这种东西
-------------- Build: Debug in A (compiler: GNU GCC Compiler)---------------g++ -Wall -g -I/usr/include -c /home/zhaoyinghui/文档/cf/20151121/A/A.cpp -o obj/Debug/A.o
g++ -L/use/lib -o bin/Debug/A obj/Debug/A.og++: error: obj/Debug/A.o: 没有那个文件或目录
g++: fatal error: no input files
compilation terminated.
Process terminated with status 1 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
解决方案
http://blog.csdn.net/sdfgh2046/article/details/5659286
解决方案二:
http://www.linuxidc.com/Linux/2012-10/73117.htm
解决方案三:
ubuntu安装和配置codeblock
时间: 2025-01-02 20:56:59