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]

Re: How can I make executable file from the host pc for target pc ?


Simun wrote:
> 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'
[snip]

Follow the documentation! It never says to use a crt0.o, so don't put it on
your command line!

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

-- 
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]