Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » gcc error when building makefile build via eclipse -not via console
gcc error when building makefile build via eclipse -not via console [message #718228] Tue, 23 August 2011 16:29
Kim Schulz is currently offline Kim SchulzFriend
Messages: 1
Registered: August 2011
Junior Member
Hi,
I have a C software project that uses gnu makefile system to get build and it works perfectly perfectly when I do "make all" in the root folder (in a console in linux).
I have now imported the project into eclipse 3.5 and set it to use external buildsystem gcc/gnu makefile.
From the eclipse console output it looks as it uses the makefiles correctly, but at some point it suddenly gives me this error:
gcc: error trying to exec 'cc1': execvp: No such file or directory

Strange thing is that the gcc command that causes this error works just fine if I copy and execute it from the console.

Can anyone tell me what the difference could be?
Previous Topic:problem in printing in console
Next Topic:Error parser doesn't find c++'s standard libraries
Goto Forum:
  


Current Time: Fri Apr 19 20:46:03 GMT 2024

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

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

Back to the top