Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » build problem
build problem [message #94290] Mon, 16 February 2004 04:46
Eclipse UserFriend
Hello,

i allways get make errors when rm or gcc is called. I use the managed
build feature. This is a cutout from make debug info (option -d) from
C-Build window.

...
Must remake target `clean'.
rm -rf Quellen/Bmp2ascii.o bmp2ascii.exe
Putting child 0x1002ca58 (clean) PID 997107 on the chain.
make: [clean] Error 255 (ignored)
Live child 0x1002ca58 (clean) PID 997107
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x1002ca58 PID 997107
Removing child 0x1002ca58 PID 997107 from chain.
Successfully remade target file `clean'.
...
Prerequisite `C:\Program\cygwin\usr\include\mingw\string.h' is older
than target `Quellen/Bmp2ascii.o'.
Must remake target `Quellen/Bmp2ascii.o'.
gcc -ICmake: *** [Quellen/Bmp2ascii.o] Error 255
:\Program\cygwin\usr\include\mingw -IC:\Program\cygwin\usr\include -O0 -g3
-gstabs -pg -Wall -c -v -o Quellen/Bmp2ascii.o ../Quellen/Bmp2ascii.c
Putting child 0x1002dd38 (Quellen/Bmp2ascii.o) PID 1034567 on the chain.
Live child 0x1002dd38 (Quellen/Bmp2ascii.o) PID 1034567
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x1002dd38 PID 1034567
Removing child 0x1002dd38 PID 1034567 from chain.
Build complete for project bmp2ascii

No object and exe file is generated.

In the command window everything works correctly. The object and exe file
are generated.
I set this in my batch file before starting eclipse:
SET PATH=C:\Program\cygwin\bin;%PATH%

I'm working with eclipse platform 3.0 and cdt 2.0 on a windows system with
OS win98 SE.

Can someone help me solving this problem!?
Previous Topic:CDT & JDT "dual" installation
Next Topic:Can't build project: org.osgi.framework.BundleActivator Missing
Goto Forum:
  


Current Time: Wed Nov 05 10:56:42 EST 2025

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

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

Back to the top