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 4.2.5 on Linux



Hello,

I am developing on CCSv5.5...77 and we just upgraded to compiler 4.2.5.

Two window developers are having no problems with running the resulting binary on our msp430 dev board using the FET430 debugger.

When I do this on the Linux machine, the code crashes mysteriously during a call to __delay_cycles().

When I revert back to 4.2.2, everything works fine.

Are there any known issues with the Linux 4.2.5 compiler and intrinsics?

  • I'm not aware of any such issues specifically with the linux 4.2.5 compiler.

    Is it the exact same binary (.out file) that is being loaded to target from a Windows machine and a Linux machine? Or if they're projects being built on the Windows and Linux machines I wonder if there is some build setting/option that is different.