Bonjour![]()
Je m essaye a Eclipse dans le cadre de mes cours j ai installé CDT et un comilateur (MSYS). Mais quand je genère un projet il ne me mets pas le .exe.
Voici le message que j'obtient :
J'ai bien définit dans la variable path le chemin d'accès au répértoire bin pourtant et je ne vois pas d'ou cela peu venir.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 make -k clean all rm -rf ./main.o ./main.d jhfdjgh.exe Building file: ../main.cpp Invoking: GCC C++ Compiler g++ -O0 -g3 -Wall -c -fmessage-length=0 -omain.o ../main.cpp /bin/sh.exe: g++: command not found make: *** [main.o] Error 127 make: Target `all' not remade because of errors.
Merci de votre aide![]()
Partager