User forums > Help

compilation problem under linux

(1/3) > >>

OkTekk:
Hi!
After a complete system reinstallation, i imported a previous project and since then, unable to compile.
While checking the logs i've seen that :


--- Code: ----------------- Build: Debug in FL_Projet2_v2 (compiler: GNU GCC Compiler)---------------

gcc -Wall -g  -c "/home/lowlow/Ecole/01_Programmation Procédurale/Projet 2/FL_Projet2_v2/csv.c" -o obj/Debug/csv.o
gcc -Wall -g  -c "/home/lowlow/Ecole/01_Programmation Procédurale/Projet 2/FL_Projet2_v2/index.c" -o obj/Debug/index.o
gcc -Wall -g  -c "/home/lowlow/Ecole/01_Programmation Procédurale/Projet 2/FL_Projet2_v2/main.c" -o obj/Debug/main.o
gcc -Wall -g  -c "/home/lowlow/Ecole/01_Programmation Procédurale/Projet 2/FL_Projet2_v2/management.c" -o obj/Debug/management.o
gcc -Wall -g  -c "/home/lowlow/Ecole/01_Programmation Procédurale/Projet 2/FL_Projet2_v2/search.c" -o obj/Debug/search.o
gcc -Wall -g  -c "/home/lowlow/Ecole/01_Programmation Procédurale/Projet 2/FL_Projet2_v2/system.c" -o obj/Debug/system.o
gcc -Wall -g  -c "/home/lowlow/Ecole/01_Programmation Procédurale/Projet 2/FL_Projet2_v2/toolbox.c" -o obj/Debug/toolbox.o
g++  -o bin/Debug/FL_Projet2_v2 obj/Debug/csv.o obj/Debug/index.o obj/Debug/main.o obj/Debug/management.o obj/Debug/search.o obj/Debug/system.o obj/Debug/toolbox.o   
g++: error: obj/Debug/csv.o: Aucun fichier ou dossier de ce type
g++: error: obj/Debug/index.o: Aucun fichier ou dossier de ce type
g++: error: obj/Debug/main.o: Aucun fichier ou dossier de ce type
g++: error: obj/Debug/management.o: Aucun fichier ou dossier de ce type
g++: error: obj/Debug/search.o: Aucun fichier ou dossier de ce type
g++: error: obj/Debug/system.o: Aucun fichier ou dossier de ce type
g++: error: obj/Debug/toolbox.o: Aucun fichier ou dossier de ce type
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))
 

--- End code ---

why the hell it try to use GCC and afterward G++ (this is a C terminal program) ?
And most important..anyone can help me solve this ?

Thanks..
Btw sorry for my poor english.

MortenMacFly:
Please do a full re-build. Most likely your compiler changed.

oBFusCATed:
Please disable localization and post a long in English. No idea what the error means. Most probably the permissions in the obj folder are not set correctly (probably belonging to an old and different user).

OkTekk:
MortenMacFly: if you mean by that "rebuild workspace" the log come from it

oBFusCATed: "Aucun fichier ou dossier de ce type" the only one non-english sentence mean "no file or folder of this type"

OkTekk:
just found the same problem -solved- but this was a gentoo issue and i'm on a debian-based system so..not usefull
http://forums.codeblocks.org/index.php/topic,6783.msg52004/topicseen.html#new

Navigation

[0] Message Index

[#] Next page

Go to full version