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.

MSPM0L1306: C++ IAR example

Part Number: MSPM0L1306

Hello,

Is it possible to implement a C++ project with IAR on MSPM0? It looks like there's an example for CCS, but nothing for IAR. I have a customer trying to implement this and is getting an error with missing the __iar_program_start symbol.

Regards,

Munan

  • Hello,

    OK so I was able to get IAR to compile a .cpp source file. Basically I imported the empty project template for IAR and replaced the empty.c and empty.syscfg files with empty_cpp.cpp and empty_cpp.syscfg files and it seems to have compiled successfully. 

    I think this works, and just wanted to leave this up here in case anyone else is trying the same.

    Munan