Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Build Project stopped working without error message
Build Project stopped working without error message [message #207761] Fri, 11 January 2008 09:14 Go to next message
Eclipse UserFriend
Originally posted by: lars.uffmann.dlr.de

Eclipse is driving me mad :p

I had this NAB/MWT project running all fine, then I played around with
other projects, creating a few, deleting them again (i did not
consciously change any settings), and now my project won't build anymore.

Whenever I choose Project -> Clean, nothing happens to begin with (even
while there were still .o-files around), and consecutively, when I
choose Project -> Build Project, I get an hourglass cursor for 1/4 of a
second, then the cursor is back to normal and nothing has happened. No
error messages, nothing.

Under project Properties / Builders, there is only the NAB/MWT builder
listed & checked - while in a new NAB/MWT there is also the "Scanner
Configuration Builder" and the "CDT Makefile Builder" checked. I have no
idea why those vanished, and when, or how to get them in the list again
and which parameters to choose.

Any ideas?

Lars
Re: Build Project stopped working without error message [message #207769 is a reply to message #207761] Fri, 11 January 2008 09:21 Go to previous message
Eclipse UserFriend
Originally posted by: lars.uffmann.dlr.de

Lars Uffmann wrote:
> Eclipse is driving me mad :p
QFT.

Problem solved, I opened the .project file and copypasted the

<buildCommand>
<name>org.eclipse.cdt.make.core.makeBuilder</name>
<arguments>
....
</arguments>
</buildCommand>

for the CDT Makefile Builder from a "fresh" NAB/MWT .project-file. Now
the program is building properly again. Still, I have no idea how this
stupid entry got deleted in the first place...

Best Regards,

Lars
Previous Topic:debugger shows wrong state running when pressing F6 too fast
Next Topic:Indexer of external include files and from other projects
Goto Forum:
  


Current Time: Tue Jul 15 00:01:01 EDT 2025

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

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

Back to the top