Re: [Mspgcc-users] Using custom linker scripts with mspgcc

2013-06-23 Thread Thomas Taranowski
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

[Mspgcc-users] Using custom linker scripts with mspgcc

2013-06-22 Thread Thomas Taranowski
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/