0
I have installed the g++ and Code::Blocks (Linux-Ubuntu) and created a project and used the test file code (main.cpp
) of Code::Blocks, when I give run
a written tab appears
It seems that this project has not been built yet. Do you want to build it now?
If I click "yes" appears in build log:
g++ -Wall -fexceptions -g -c "/home/gabriel/Área de Trabalho/caramba/main.cpp" -o obj/Debug/main.o g++ -o bin/Debug/caramba obj/Debug/main.o g++: error: obj/Debug/main.o: Arquivo ou diretório não encontrado 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))
If pressing "no" appears a tab (black) written
Process returned 0 (0x0) Execution time: 0.001s Press enter to continue
How can I solve?