Re: [coldfire-gnu-discuss] warning: cannot find entry symbol _start?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coldfire-gnu-discuss] warning: cannot find entry symbol _start?



On Fri, Oct 13, 2006 at 06:47:27PM +0800, Tuff wrote:
> tmp # m68k-elf-gcc -o hello hello.c
> 
> /opt/eCos/toolchain/m68k-elf/bin/../lib/gcc/m68k-elf/4.1.0/../../../../m
> 68k-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to
> 80000080

I believe that you can not use the ColdFire toolchains without
specifying a linker script (for the particular board you want to use).
For instance, try adding "-T m5208evb-bdm.ld" or "-T m5208evb-dbug.ld".

Take a look at chapter 3 of our manual (the Getting Started guide);
there's a section on how to build applications with our tools.


-- 
Daniel Jacobowitz
CodeSourcery