Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] cdt compiling on windows

Hi,

 

if you use MinGW, in addition to setting the PATH to the bin directory, you need to adjust the make command to mingw32-make.

 

There is a know-it-all video available on how to set up CDT from scratch under Windows using MinGW here:

https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=dw-c-odd0205&S_TACT=105AGX30&S_CMP=DEVXRD

 

best

Emanuel


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Ploett Norbert
Sent: Montag, 9. Mai 2005 07:42
To: CDT General developers list.
Subject: AW: [cdt-dev] cdt compiling on windows

 

Hi

 

the error message you get means that the gnu compiler is not on your Windows search PATH. ´Try to open a command prompt (Start --> Programs --> Accessories) and type "gcc". I expect that you get an error message ("gcc is not recognized ..."). You must add your <cygwin-home>\bin directory to the windows PATH variable and restart eclipse.

 

Does that help?

 

 

Norbert

 


Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Majed CHATTI
Gesendet: Samstag, 7. Mai 2005 13:59
An: cdt-dev@xxxxxxxxxxx
Betreff: [cdt-dev] cdt compiling on windows

Hi

I cant have the .exe file

I have Version: 3.1.0 Build id: I20050401-1645 of eclipse and I put with it org.eclipse.cdt-3.0.0-M6-win32.x86.zip.

and i use cygwin for compiling I also tried to use MinGW but i have alwayse the same error

Build error

(Exec error:Launching failed)

thank for all help


Back to the top