Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Invoke managed makefile problem:blank lines
Invoke managed makefile problem:blank lines [message #116014] Tue, 17 August 2004 11:32
Eclipse UserFriend
I've successfully created my own toolchain based on the manged build tools.

When I create a Managed make project, add some .c source files, then build
my project, the console output contains a lot of blank lines (see below
the console).


**** Full rebuild of configuration Release for project ProjetD ****

make clean all
rm -rf fct4.o fct4.d ProjetD.out
'Building file: ../fct4.s'
sxx -c -ofct4.o ../fct4.s
'Finished building: ../fct4.s'
' '
'Building target: ProjetD.out'
sxx -oProjetD.out fct4.o

sxx: fatal error
unresolved symbol "main" from crt0c.o (D:/tmp/libc.a)
sxx-Fatal-Could not spawn D:\tmp/sxx.EXE
make: *** [ProjetD.out] Error 127






[.....a lot of blank lines again ...]


Build complete for project ProjetD




Is it a known problem ? Can someone help me ?

Thanks
Jerome


PS: I've had a look in the souce of the "CommandLauncher" class, and the
problem seems to appera in the "waitAndRead(OutputStream, OutputStream,
IProgressMonitor)" function.
Previous Topic:Managed Build Tools question
Next Topic:Thread-specific breakpoints
Goto Forum:
  


Current Time: Tue May 06 19:35:12 EDT 2025

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

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

Back to the top