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.

CC1310: IAR 编译出错 请给位帮忙看看

Part Number: CC1310

Building configuration: nvsinternal - Debug
Updating build tree...
Performing Pre-Build Action
Error while running iarbuild.exe D:\ti\ccs1000\simplelink_cc13x0_sdk_3_20_00_23/kernel/tirtos/builds/CC1310_LAUNCHXL/release/iar/tirtos_builds_CC1310_LAUNCHXL_release.ewp Debug -log all

用IAR 打开了例程 编译出错,是那地方出错了

这个环境变量我设置。未果

  • 请问您打开的是哪个例程?

    您可以看一下安装文件夹内的 simplelink_cc13x0_sdk_/docs/simplelink_mcu_sdk/Users_Guide.html#ti-rtos-kernel

    IAR and Makefile

    The IAR and command line example projects point to a specific shared configuration using a line similar to the following in the makefile:

    KERNEL_BUILD :=  $(SIMPLELINK_CC32XX_SDK_INSTALL_DIR)/kernel/tirtos/builds/<board>/release

    To use the debug version of the kernel, simply change “release” to “debug” and rebuild.