This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

prob to make Executable



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]