Error in project in Code :: Blocks [duplicate]

0

I have installed g ++ and Code :: Blocks (Linux-Ubuntu) and I created a project and I used the code of the Code :: Blocks file ( main.cpp ), 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 you click "yes" it will appear 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 you press "on" a black (written) tab appears

  

Process returned 0 (0x0) execution time: 0.001s Press enter to continue

How can I resolve?

    
asked by anonymous 10.12.2016 / 03:12

1 answer

0

RESOLVED. I solved by changing the path from the "Desktop" project to another. (I forgot to access my account)

    
10.12.2016 / 19:34