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.

Compiler: MSP430GCC Plugin Support

Part Number: MSP430F5529


Does MSP430GCC support plugins the same way that GCC does? I need to  create a new gcc pass and add it to the binary by means of a dynamic library link in order to get some internal information about the program, and I want to make sure that MSP430GCC supports plugin modules.