It seems that codeblocks can not find the folder where my project is. I have tested the separate compiler and it is working perfectly. Does anyone know how I solve this?
See:
gcc -Wall -g -c "/home/ehecatl/Área de Trabalho/programacao-c/Lembrando/main.c" -o obj/Debug/main.o
g++ -o bin/Debug/Lembrando 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.