When I try to do my basic hello world and compile it, but the debug spits this out
-------------- Build: Debug in hello world (compiler: GNU GCC Compiler)---------------
g++ -Wall -fexceptions -g -c "/home/a/Desktop/le programa¢iao épica/programas/hello world/main.cpp" -o obj/Debug/main.o
g++ -o "bin/Debug/hello world" obj/Debug/main.o
g++: error: obj/Debug/main.o: No such file or directory
g++: fatal error: no input files
compilation terminated.
Process terminated with status 1 (0 minute(s), 0 second(s))
2 error(s), 0 warning(s) (0 minute(s), 0 second(s))
I've tried uninstalling then rebooting then reinstalling, but nothing... Is there anything I can do on Linux Mint or should I look for another IDE. Sorry for my bad English.