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/CC3220S: Cloud_OTA compilation issue

Part Number: CC3220S

Tool/software: Code Composer Studio

Hi Experts,

I am trying to build the project simplelink_cc32xx_sdk_3_30_01_02/examples/rtos/CC3220S_LAUNCHXL/demos/cloud_ota/tirtos/ccs 

But facing the compilation issue for the same. logs are :

Building target: "cloud_ota_CC3220S_LAUNCHXL_tirtos_ccs.out"
Invoking: ARM Linker
"/home/vvdn/ti/ccs920/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --define=CC32XX -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on -z -m"cloud_ota_CC3220S_LAUNCHXL_tirtos_ccs.map" -i"/home/vvdn/ti/simplelink_cc32xx_sdk_3_30_00_04/source/ti/net/ota" -i"/home/vvdn/ti/simplelink_cc32xx_sdk_3_30_00_04/source/ti/utils/json/lib" -i"/home/vvdn/ti/simplelink_cc32xx_sdk_3_30_00_04/source" -i"/home/vvdn/ti/simplelink_cc32xx_sdk_3_30_00_04/source/ti/drivers/net/wifi" -i"/home/vvdn/ti/simplelink_cc32xx_sdk_3_30_00_04/kernel/tirtos/packages" -i"/home/vvdn/ti/ccs920/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/lib" --diag_wrap=off --display_error_number --warn_sections --xml_link_info="cloud_ota_CC3220S_LAUNCHXL_tirtos_ccs_linkInfo.xml" --rom_model -o "cloud_ota_CC3220S_LAUNCHXL_tirtos_ccs.out" "./cloud_ota.obj" "./syscfg/ti_drivers_net_wifi_config.obj" "./syscfg/ti_drivers_config.obj" "./main_tirtos.obj" "./platform.obj" "./uart_term.obj" "../CC3220S_LAUNCHXL_TIRTOS.cmd" -l"ccs/Release/ota.a" -l"ccs/m4/json_release.a" -l"ti/display/lib/display.aem4" -l"ti/grlib/lib/ccs/m4/grlib.a" -l"third_party/spiffs/lib/ccs/m4/spiffs.a" -l"ti/drivers/lib/drivers_cc32xx.aem4" -l"third_party/fatfs/lib/ccs/m4/fatfs.a" -l"ccs/rtos/simplelink.a" -l"ti/dpl/lib/dpl_cc32xx.aem4" -l"/home/vvdn/Documents/Project/nlau_ctv2/ccs_workspace/tirtos_builds_CC3220S_LAUNCHXL_release_ccs/Debug/configPkg/linker.cmd" -l"ti/devices/cc32xx/driverlib/ccs/Release/driverlib.a" -llibc.a
<Linking>
error #10008-D: cannot find file "ccs/Release/ota.a"
 
 undefined first referenced
  symbol       in file     
 --------- ----------------
 OTA_get   ./cloud_ota.obj
 OTA_init  ./cloud_ota.obj
 OTA_run   ./cloud_ota.obj
 OTA_set   ./cloud_ota.obj
 
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "cloud_ota_CC3220S_LAUNCHXL_tirtos_ccs.out" not built
 
>> Compilation failure
makefile:157: recipe for target 'cloud_ota_CC3220S_LAUNCHXL_tirtos_ccs.out' failed
makefile:150: recipe for target 'all' failed
gmake[1]: *** [cloud_ota_CC3220S_LAUNCHXL_tirtos_ccs.out] Error 1
gmake: *** [all] Error 2

**** Build Finished ****