make Error 127 line 0 [message #188537] |
Fri, 30 March 2007 18:19  |
Eclipse User |
|
|
|
Originally posted by: ken.klose.future-skies.com
I'm just getting started using CDT. I've got CDT 3.1.2 in Eclipse 3.2.2 on
Linux (Fedora Core 5 - Kernel 2.6.20-1.2307.fc5)
I've created a brand new (empty) project using the managed makefile option.
I added a single file "HelloWorld.cpp" included below. When I try to build,
I get the followed error in the problems window:
"make: *** [HelloWorld.o] Error 127 HelloWorld line 0"
Thanks in advance,
Ken
HelloWorld.cpp:
#include <iostream.h>
using namespace std;
int main(int argc, char *argv[])
{
cout << "Hello World" << endl;
}
|
|
|
|
|
Re: make Error 127 line 0 [message #188572 is a reply to message #188558] |
Sun, 01 April 2007 02:06  |
Eclipse User |
|
|
|
Originally posted by: ken.klose.future-skies.com
Thanks. That was the problem. g++ and gdb weren't installed.
"Jean-Denis Boudreault" <jdboudreault@gmail.com> wrote in message
news:eum4ah$ipk$1@build.eclipse.org...
> Ken Klose wrote:
>> I'm just getting started using CDT. I've got CDT 3.1.2 in Eclipse 3.2.2
>> on Linux (Fedora Core 5 - Kernel 2.6.20-1.2307.fc5)
>>
>> I've created a brand new (empty) project using the managed makefile
>> option. I added a single file "HelloWorld.cpp" included below. When I
>> try to build, I get the followed error in the problems window:
>>
>> "make: *** [HelloWorld.o] Error 127 HelloWorld line 0"
>>
>> Thanks in advance,
>> Ken
>>
>>
>> HelloWorld.cpp:
>> #include <iostream.h>
>>
>> using namespace std;
>>
>> int main(int argc, char *argv[])
>> {
>> cout << "Hello World" << endl;
>> }
>>
>>
>>
>>
> Hi, i dont know if this can help, but i had this exact same problem a few
> days ago. i fixed it by ensuring that G++ and GDB (and any other build
> environment tools) were properly installed.
>
> once i installed the build environment, the 127 error was gone.
>
> hope this helps,
|
|
|
Powered by
FUDForum. Page generated in 0.02946 seconds