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.

CCS/LAUNCHXL-CC2650: Project Zero warning message

Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650

Tool/software: Code Composer Studio

I got the Project Zero through the CCS-V7 and after I build, I got the follow warning...

Description Resource Path Location Type

Build-variable 'COM_TI_RTSC_TIRTOSSIMPLELINK_INCLUDE_PATH' cannot be resolved. This project may not build as expected. ProjectZeroApp_CC2650LAUNCHXL properties Problems
Build-variable 'COM_TI_RTSC_TIRTOSSIMPLELINK_LIBRARIES' cannot be resolved. This project may not build as expected. ProjectZeroApp_CC2650LAUNCHXL properties Problems
Build-variable 'COM_TI_RTSC_TIRTOSSIMPLELINK_LIBRARY_PATH' cannot be resolved. This project may not build as expected. ProjectZeroApp_CC2650LAUNCHXL properties Problems
Build-variable 'COM_TI_RTSC_TIRTOSSIMPLELINK_SYMBOLS' cannot be resolved. This project may not build as expected. ProjectZeroApp_CC2650LAUNCHXL properties Problems

If I ignore the warnings, I could still able to run the code on cc2650 LaunchPad board.  Just wonder why ?

As I download the BLE-SDK for other projects, like simple_peripheral_cc2650lp_app, project is clean without warning.

  • Hello,
    Please check your linked resource path variables and build variables. I suspect that those variables are set to the wrong location and need to be adjusted:
    processors.wiki.ti.com/.../Portable_Projects

    Thanks
    ki
  • Previously, I imported project from C:\ti\tirex-content\simplelink\ble_cc26xx_2_01_00_44423_cloud\Projects\ble\ProjectZero\CC26xx\CCS
    it has above indicated warning...

    After I imported the project from C:\ti\simplelink_academy_01_11_00_0000\modules\projects\ble_projectzero\src\services
    The warning is gone...
    Some has commented not to use tirex-content for build code... it this the reason ??