Hi, I am a little confused about what startup code I should use.
For example, there is a crt0.S with gcc, and in newlib, and also with many of the examples I download. There are also linker scripts for all of these as well.
From what I can tell the ones for gcc and newlib are generic for all arms, so I am not sure if they will work correctly.
I am currently using Startup.S and the linker script from:
http://www.siwawi.arubi.uni-kl.de/avr_p … xample_gnu
In Startup.S it states “copyright 2006 philips semiconductor all rights reserved.” Does this mean it is illegal to even distribute this file?
Thanks