[ECOS] prob to make Executable
Samiran
samiran@ibextech.com
Tue Mar 26 02:29:00 GMT 2002
Hi all ,
can u tell what kind of problem is this ?
I am trying to make an executable file of a .c file , when I am using
general gcc then it works but when I am using i386-elf-gcc
then it is not working . it is given below .
$ /tools/H-i686-pc-cygwin/bin/i386-elf-gcc.exe -o hello crt0.o hello.c -I
//d/ecos/work/tt2_install/include/
crt0.o(.text+0x0):crt0.c: multiple definition of `_mainCRTStartup'
crt0.o(.text+0x0):crt0.c: first defined here
crt0.o(.data+0x0):crt0.c: multiple definition of `___cygwin_crt0_bp'
crt0.o(.data+0x0):crt0.c: first defined here
/tools/H-i686-pc-cygwin/i386-elf/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
how can I solve this prob. ?
thanks
rgds.
Samiran
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list