This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

msp430-elf-gcc 4.9.1 - fails with long c++ template names

I'm having problems with undefined variables with my c++ template code that happens to create really long symbol names.  It turns out that this is a problem that was fixed in the older msp430-gcc binutils code. However, those changes never made it into the RedHat version.  

Is this something we can get fixed?

Here is a thread detailing the problem and my extremely hacked solution, along with a better solution that was in the msp430-gcc version.

http://forum.43oh.com/topic/5760-gcc-for-msp430-officially-out-of-beta/?p=50374

-rick