Hang up starting build [message #86248] |
Thu, 20 November 2003 08:56 |
Markus Schweizer Messages: 7 Registered: July 2009 |
Junior Member |
|
|
Hi,
I have the problem, that eclipse often hangs up when I build my project
(C-Projekt with managed make and only one c file). I work on Windows 98 SE
with Ecplipse Platform 2.1.2 and CDT 1.2.0.
I installed MinGW and Msys in a path with 8.3 convention. In Autoexec.bat
I set
PATH="C:/Program/MinGW/bin;%PATH%"
LD_LIBRARY_PATH=C:/Program/MinGW/bin
PATH="C:/Program/msys/1.0/bin;%PATH%"
in UNIX convention. With DOS convention it did not work at all! I also
worked with Cygwin, but the problem was the same!
In Windows/Preferences/New Make Projects I set the binary parser to PE
Windows parser. The include paths I set to C:\Program\MinGW\include and
C/Program/MinGW/include because I don't know which notation is required!
For saving the settings I exported them to a file!
When I create the first c file and click on the button "Finish" the
progress bar starts but then hangs. I can cancel but nothing happens. I
have to kill the eclipse task. In cases when the eclipse hangs there are
always two tasks in my task window: starter and Winoldap. When I kill them
my windows crashes complete.
It's very curious that yesterday this (creating a first c file and build)
was working correctly.
Sometimes in the c-build window I get the information that the build is
complete (without warnings and errors), but no exe file is generated!
When I start make from MS-DOS command window in my project path everything
works correct. The object and exe file are generated. With the exe file
debugging also works.
I now do not know at all what to do! What did I do wrong? Does someone
know this problem? Is this a problem of Eclipse-CDT configuration or is
MinGW/Cygwin not installed correctly?
Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.02587 seconds