Of course a few minutes after posting I discovered the solution.
There is an msp430.x that defines the majority of the common sections,
which also includes the memory.x and periph.x. I put them all into
the same directory, then linked with the following options for
success:
-T msp430.x
Thomas Ta
I'm trying to integrate some custom linker sections using mspgcc using
the following faq:
http://mspgcc.sourceforge.net/faq/x71.html
Which tells me to do this:
msp430-gcc -Wl,--section-start -Wl,-T linker_script.x [other options and files]
However, when I do that, I get the following error:
/usr/