When you import the following project from cloude resource Explorer to CCS Cloud, build fails.
Project:
Location:
TM4C ARM ... -> Development Tools -> EK-TM4C1294XL... -> Add-On boards -> boostxl-senshub -> senshub_iot
After importing it in CCS Cloud, the build gives this error:
compile goes fine, linking throws:
Debug **** Clean-only build of configuration Debug for project senshub_iot **** @ccs/utils/bin/gmake -k clean gmake: *** No rule to make target 'clean'. **** Build Finished **** **** Build of configuration Debug for project senshub_iot **** @ccs/utils/bin/gmake -k all Building file: ../bmp180_task.c ...
SNIP
...
"@ccs/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -O2 --include_path="@ccs/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="@workspace/senshub_iot" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/examples/boards/ek-tm4c1294xl-boostxl-senshub" --include_path="@ti-products/tm4c/tm4c__2.1.1.71" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party/exosite" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party/FreeRTOS/Source/include" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party/FreeRTOS" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party/lwip-1.4.1/src/include" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party/lwip-1.4.1/src/include/ipv4" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party/lwip-1.4.1/apps" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/...(line truncated)... Finished building: @ti-products/tm4c/tm4c__2.1.1.71/utils/uartstdio.c Building file: @ti-products/tm4c/tm4c__2.1.1.71/utils/ustdlib.c Invoking: ARM Compiler "@ccs/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -O2 --include_path="@ccs/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="@workspace/senshub_iot" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/examples/boards/ek-tm4c1294xl-boostxl-senshub" --include_path="@ti-products/tm4c/tm4c__2.1.1.71" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party/exosite" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party/FreeRTOS/Source/include" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party/FreeRTOS" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party/lwip-1.4.1/src/include" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party/lwip-1.4.1/src/include/ipv4" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/third_party/lwip-1.4.1/apps" --include_path="@ti-products/tm4c/tm4c__2.1.1.71/...(line truncated)... Finished building: @ti-products/tm4c/tm4c__2.1.1.71/utils/ustdlib.c Building target: senshub_iot.out Invoking: ARM Linker "@ccs/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -O2 -g --gcc --define=ccs="ccs" --define=PART_TM4C1294NCPDT --define=TARGET_IS_TM4C129_RA0 --define=UART_BUFFERED --display_error_number --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --ual -z -m"senshub_iot_ccs.map" --heap_size=0 --stack_size=16384 -i"@ccs/tools/compiler/ti-cgt-arm_15.12.1.LTS/lib" -i"@ccs/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="senshub_iot_linkInfo.xml" --rom_model --set_error_limit=10 -o "senshub_iot.out" "./bmp180_task.obj" "./cloud_task.obj" "./command_task.obj" "./compdcm_task.obj" "./isl29023_task.obj" "./senshub_iot.obj" "./sht21_task.obj" "./startup_ccs.obj" "./tmp006_task.obj" "./drivers/buttons.obj" "./drivers/eth_client_lwip.obj" "./drivers/exosite_hal_lwip.obj" "./drivers/http.obj" "./drivers/pinout.obj...(line truncated)... <Linking> undefined first referenced symbol in file --------- ---------------- _FDclass @ti-products/tm4c/tm4c__2.1.1.71/sensorlib/ccs/Debug/sensorlib.lib<comp_dcm.obj> error #10234-D: unresolved symbols remain error #10010: errors encountered during linking; "senshub_iot.out" not built >> Compilation failure makefile:181: recipe for target 'senshub_iot.out' failed gmake: *** [senshub_iot.out] Error 1 gmake: Target 'all' not remade because of errors. **** Build Finished ****