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.
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.