Invoke managed makefile problem:blank lines [message #116014] |
Tue, 17 August 2004 11:32 |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03124 seconds