Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Error 127 when compiling hello.c
Error 127 when compiling hello.c [message #115655] Mon, 16 August 2004 11:34 Go to next message
Eclipse UserFriend
Hi,

I installed eclipse 3.0 , CDT 2.0 and cygwin.

Using on win98. \cygwin\bin is on path.

WHen trying to compile hello.c
#include <stdio.h>
int main ()
Re: Error 127 when compiling hello.c [message #115670 is a reply to message #115655] Mon, 16 August 2004 11:41 Go to previous messageGo to next message
Eclipse UserFriend
Cavit Cahit VURAL wrote:

Hi,

I installed eclipse 3.0 , CDT 2.0 and cygwin.

Using on win98. /cygwin/bin is on path.

WHen trying to compile hello.c
#include <stdio.h>
int main ()
{
printf ("Hello !.");
}
eclipse gives a problem messaage.

`***[hello.o]Error 127

Its a managed project.


Then i went to /eclipse/workspace/hello directory and run `make` command
Compiled and build hello.exe

What is the problem ?
Re: Error 127 when compiling hello.c [message #115682 is a reply to message #115670] Mon, 16 August 2004 11:59 Go to previous message
Eclipse UserFriend
Cavit,
We don't support Win98 because of problems launching external processes.
I think that's what you are encountering, here. Sorry,

Sean

Cavit Cahit VURAL wrote:
> Cavit Cahit VURAL wrote:
>
> Hi,
>
> I installed eclipse 3.0 , CDT 2.0 and cygwin.
>
> Using on win98. /cygwin/bin is on path.
>
> WHen trying to compile hello.c
> #include <stdio.h>
> int main ()
> {
> printf ("Hello !.");
> }
> eclipse gives a problem messaage.
>
> `***[hello.o]Error 127
>
> Its a managed project.
>
>
> Then i went to /eclipse/workspace/hello directory and run `make` command
> Compiled and build hello.exe
>
> What is the problem ?
>
>
Previous Topic:Newbie: How enable "realtime compilation"
Next Topic:Project path excludes
Goto Forum:
  


Current Time: Tue Apr 29 00:25:58 EDT 2025

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

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

Back to the top