Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Hang up starting build
Hang up starting build [message #86248] Thu, 20 November 2003 08:56
Markus Schweizer is currently offline Markus SchweizerFriend
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
Previous Topic:CDT 1.2 - compatible with Eclipse 3.0 build M4
Next Topic:eclipse cdt and flex/bison
Goto Forum:
  


Current Time: Sat Jul 27 16:16:19 GMT 2024

Powered by FUDForum. Page generated in 0.03140 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top