[coldfire-gnu-discuss] Re: Re: Re: Debugging a program located in internal FLASH of the M52235 ColdFire MCU.

Mark Mitchell mark at codesourcery.com
Mon Feb 19 06:12:17 UTC 2007


Claude Sylvain wrote:

> Sadly, when I build the application, the linker seems to see multiple
> definition of __reset and __start !?

You will also have to change the linker script to reference your crt0.o,
instead of the default.  Find the STARTUP line in the m52235evb-rom.ld
script, and point it at your crt0.o file.

> I think, it will be better for me to wait the next release of Sourcery
> G++, or try to convince my boss to buy a Sourcery G++ licence (not sure
> I will succeed, since we only evaluate the tool for future project(s)).

There is a free 30-day evaluation, and the Personal Edition is only
$399.  So, it only has to save a few hours of your time to be a good
deal. :-)

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark at codesourcery.com
(650) 331-3385 x713



More information about the coldfire-gnu-discuss mailing list