This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: __gccmain


> Date: Thu, 27 Sep 2001 19:00:10 +0200
> From: Dainius <vakaras@delfi.lt>
> To: gcc@gcc.gnu.org

>   arm-elf-ld -o test.bin -e main test.o
>   I got error: test.o<.text+0xc>: undefined reference to '__gccmain'

You failed to use the compiler to link.  Go back and use it, and you
will notice it just works.


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