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.

EVM430-i2040SUBMTR Source code building problem

Other Parts Discussed in Thread: EVM430-I2040SUBMTR

hi TIer,

I met a problem when I was building the source code of EVM430-i2040SUBMTR which is inside of the CD Disk bundle with the EVM.

my IDE is IAR5.6, but building the sample project yield so many error message like picture below, how come is it?

  • Hi Erik,

    I believe the issue is related to some header file changes between IAR5.5 and 5.6. If you can please, try using IAR5.5 for this project.

    I am looking into this some more and will update when I find more.

    Mike
  • Likely, the code includes 'msp430.h', which in turn tries to locate the proper "msp430xYYYY.h" based on the project settings. And it seems that the symbol provided by the IDE for your MSP is unknown to the msp430.h file.
    Things like this can happen when you import projects that were build with an older compiler version.
    You might try switching the target MSP to a different model and back.

**Attention** This is a public forum