[coldfire-gnu-discuss] warning: cannot find entry symbol _start?
Daniel Jacobowitz
dan at codesourcery.com
Fri Oct 13 13:26:47 UTC 2006
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
More information about the coldfire-gnu-discuss
mailing list