> Also, does someone know how to tell the linker to use a specific
linker
> script (so I don't have
> to mess with the original files)?

I've used the same trick to get the (then) new '2xx chips (2370, 247,
2418) to work with the old compiler by compiling for a generic msp1 and
using a custom linker script and io.h.

You can use a specific linker script by passing the following to mspgcc:

  -Wl,--script=linkerscript.x

Then it's just a matter of copying the linker script for a closely
matching device and getting the memory layout correct, but I'm not sure
what's the best option for OUTPUT_ARCH. I've used msp:13 and msp:14 for
the 23x and 24x respectively.

Hope this helps,
Michiel

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to