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.

SIMPLELINK-MSP432-SDK: Issues building example udpEcho on IAR Embedded Workbench

Part Number: SIMPLELINK-MSP432-SDK
Other Parts Discussed in Thread: SYSCONFIG

Hi, I've been trying to build this example project on Embedded Workbench and have been following the Quick Start Guide for IAR IDE:

http://dev.ti.com/tirex/content/simplelink_msp432e4_sdk_2_10_00_17/docs/simplelink_mcu_sdk/Quick_Start_Guide.html#quick-start-for-iar-ide

I keep recieving this build error:

I do not have sysconfig_1.1.777 and when I try finding this particular version of sysconfig online, I am only able to find sysconfig_1.0.414. Can anyone know when I can find this version of sysconfig?

Thanks!

  • Hi,

    I have forwarded your query to the relevant team. They will get back to you as soon they can.

    Thanks for your patience.

    regards

  • Hello Deandre,

    Apologize for the delay in getting back!

    Based on the error message (and as you have described) the issue is that IAR is expecting a certain version of SysConfig (1.1.777) but you have a different version of SysConfig installed on your system.

    The way IAR knows which version of SysConfig to use is through the "Custom Argument Variables" that you imported from the SDK into IAR.

    To solve this issue, please delete the "Custom Argument Variables" that was imported into IAR using the option Tools->Configure Custom Argument Variables->Global.

    Then browse to the location of the "Custom Argument Variables" file in the SDK (./tools/iar); open the file with an editor and modify the value of the variable "SYSCONFIG_ROOT" to the correct path of the SysConfig that is installed on your system.

    Then follow the steps in the QuickStart Guide to import the "Custom Argument Variables" into IAR.

    Hope this helps!

    Regards,

    Sai

**Attention** This is a public forum