Probleme Compilation gcc

Probleme Compilation gcc - C++ - Programmation

Marsh Posté le 16-09-2009 à 11:37:17    

Bonjour,
 
Excusez moi de vous deranger, mais j`ai un probleme qui me prends la tete depuis pas mal de temps.
Pour compiler certains projets, j`ai besoin de la derniere version de gcc (g++). Cependant impossible d`y parvenir.
 
L`installer mingw 5.1.5 ne fonctionne pas (probleme url lors du download) et le 5.1.4 installe une version trop ancienne de gcc.
 
Pour l`installation manuelle, voici les erreurs que je recois :

Code :
  1. mingw32-g++.exe: CreateProcess: No such file or directory


 
Pour la procedure d`installation, j`ai simplement downloade :
gcc-c++-4.4.0-mingw32-bin.tar.gz
gcc-c++-4.4.0-mingw32-dll.tar.gz
 
- Decompresser avec IZarc  
- Insere les fichiers dans le repertoire bin (6)
- Et remplace le dossier gcc dans le repertoire lib.
 
Apres modification cette erreur intervient :

Code :
  1. mingw32-g++.exe: CreateProcess: No such file or directory


 
Auparavant je percevais l`erreur suivante :

Code :
  1. Linking console executable: bin\Debug\XXX.exe
  2. mingw32-g++.exe: installation problem, cannot exec `C:\Program Files\CodeBlocks\MinGW\bin\..\libexec\gcc\mingw32\3.4.5\collect2.exe': Invalid argument
  3. Process terminated with status 1 (9 minutes, 32 seconds)
  4. 0 errors, 0 warnings


 
Je vous remercie beaucoup pour l`aide que vous pourriez m`apporter.


---------------
“L'éducation est l'arme la plus puissante que l'on puisse utiliser pour changer le monde”
Reply

Marsh Posté le 16-09-2009 à 11:37:17   

Reply

Marsh Posté le 18-09-2009 à 08:32:45    

http://sourceforge.net/projects/mi [...] t/download
 
En résumé les quelques fichiers manquants :
 

Citation :

1. PREREQUISITES
 
- binutils 2.13
- mingw-runtime 3.13
- w32api 2.2


 

Citation :

2. AVAILABILITY
 
To get a complete GCC distribution, download the 'full' file.  It includes
the DLL prerequisites GMP, libiconv, MPFR, and support for all languages.
Note that you still must have the prerequisites listed above to actually
compile anything.
 
  gcc-full-4.4.0-mingw32-bin.tar.lzma
 
If you do not want to download the entire compiler, you must download the  
required gmp, mpfr, and pthreads prerequisites, the 'core' bin and dll
packages, plus the 'bin' and 'dll' packages of any other languages that you
need.
 
GMP Runtime [REQUIRED]
  gmp-4.2.4-mingw32-dll.tar.gz
 
libiconv Runtime [REQUIRED]
  libiconv-1.13-mingw32-dll-2.tar.gz
 
MPFR Runtime [REQUIRED]
  mpfr-2.4.1-mingw32-dll.tar.gz
 
POSIX Threads for Win32 Runtime [REQUIRED]
  pthreads-w32-2.8.0-mingw32-dll.tar.gz
 
Core (C) [REQUIRED]
  gcc-core-4.4.0-mingw32-bin.tar.gz
  gcc-core-4.4.0-mingw32-dll.tar.gz
 
Ada [OPTIONAL]
  gcc-ada-4.4.0-mingw32-bin.tar.gz
  gcc-ada-4.4.0-mingw32-dll.tar.gz
 
C++ [OPTIONAL]
  gcc-c++-4.4.0-mingw32-bin.tar.gz
  gcc-c++-4.4.0-mingw32-dll.tar.gz
 
Fortran [OPTIONAL]
  gcc-fortran-4.4.0-mingw32-bin.tar.gz
  gcc-fortran-4.4.0-mingw32-dll.tar.gz
 
Java [OPTIONAL]
  gcc-java-4.4.0-mingw32-bin.tar.gz
  gcc-java-4.4.0-mingw32-dll.tar.gz
 
Objective-C [OPTIONAL]
  gcc-objc-4.4.0-mingw32-bin.tar.gz
  gcc-objc-4.4.0-mingw32-dll.tar.gz


Message édité par Tarabiscote le 18-09-2009 à 08:34:31
Reply

Marsh Posté le 18-09-2009 à 11:08:40    

Merci Bien.
En fait, j`avais tout les fichiers necessaires... j`ai juste recreer un project, fait un clean (Rien qui puisse etre en rapport avec l`erreur) et maintenant ca compile.
Comme ca peut arriver : aucune explication logique.
Je te remercie pour la reponse.


---------------
“L'éducation est l'arme la plus puissante que l'on puisse utiliser pour changer le monde”
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed