0
It seems that codeblocks cannot find the folder where my project is. I have tested the separate compiler and it is working perfectly. Does anyone know how I fix it?
Look at:
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.
It could be the case’s fault
Área de Trabalho
, in case being linux or Mac you could move the projects to a folder like/home/ehecatl/programacao-c/
.– Guilherme Nascimento
What a silly little mistake! Thank you for answering. ;)
– Horácio
For nothing, see ya
– Guilherme Nascimento