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/CC1352R: CC1352R

Part Number: CC1352R
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

Hi,

I am working with CC1352R IC and trying to flash it using XDS110 and CCStudio. However, I have encountered the following error.

Can anybody tell me why the following error occurs and how to resolve this?

**** Build of configuration Debug for project TEST1 ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
'Building file: ../hello.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.11.LTS/bin/armcl" -mv7M4 --code_state=16 -me --include_path="C:/Users/iram11/workspace_v7/TEST1" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.11.LTS/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="hello.d_raw" "../hello.c"
'Finished building: ../hello.c'
' '
'Building target: TEST1.out'
'Invoking: ARM Linker'
"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.11.LTS/bin/armcl" -mv7M4 --code_state=16 -me -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi -z -m"TEST1.map" --heap_size=0 --stack_size=512 -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.11.LTS/lib" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.11.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="TEST1_linkInfo.xml" --rom_model -o "TEST1.out" "./hello.obj" "../cc13x2r1f3.cmd" -llibc.a
<Linking>

undefined first referenced
symbol in file
--------- ----------------
ResetISR

error #10234-D: unresolved symbols remain
warning #10062-D: entry-point symbol "ResetISR" undefined
error #10010: errors encountered during linking; "TEST1.out" not built

>> Compilation failure
makefile:141: recipe for target 'TEST1.out' failed
gmake[1]: *** [TEST1.out] Error 1
makefile:137: recipe for target 'all' failed
gmake: *** [all] Error 2

**** Build Finished ****

  • Please see this related post that explains the reason for this error. 

    In essence, it is not recommended to start with a "hello world" program for the CC13xx devices but rather start with an example from the Simplelink CC13x2 SDK. Both TI-RTOS and no RTOS examples are available in the SDK.

    Although the referenced thread shows a way to resolve the build error, it is not a tested/validated configuration, so I would strongly recommend starting with one of the SDK examples.

    Hope this helps.