Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » make error 255
make error 255 [message #79384] Sat, 30 August 2003 15:55 Go to next message
Eclipse UserFriend
Originally posted by: plummis.earthlink.net

Hi,

I get the following error when building an application:

make -f makefile debug

g++ -DDEBUG -o PolyMain -g PolyMain.c Poly.cc Term.cc

make: *** [debug] Error 255



I have set env "MAKE_MODE=UNIX" but that doesn't seem to fix the problem. If
I "make" at the command line in a bash shell, all works well.

Using cygwin & XP.

Any ideas?
Re: make error 255 [message #84338 is a reply to message #79384] Sat, 25 October 2003 20:38 Go to previous message
Eclipse UserFriend
Originally posted by: user.domain.invalid

Patrick wrote:

> Hi,
>
> I get the following error when building an application:
>
> make -f makefile debug
>
> g++ -DDEBUG -o PolyMain -g PolyMain.c Poly.cc Term.cc
>
> make: *** [debug] Error 255
>
Likewise I get

c:\cygwin\bin\make all
make: *** [main.o] Error 255
c:\cygwin\bin\g++.exe -c -g main.cpp

Rich
Previous Topic:help (i am a chinese)
Next Topic:installing gdb on Solaris
Goto Forum:
  


Current Time: Thu Dec 26 20:24:05 GMT 2024

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

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

Back to the top