Hi guys,
I am having trouble running the LED example in CCS6.1. I've been at this for 3 days now and I am getting absolutely nowhere with this. I would be very grateful if someone could help me solve this. Here are screenshots of what I am doing and the Console Message:
**** Build of configuration Debug for project test012 ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../hello.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/include" -g --define=DEBUG --define=CC2650F128RGZ --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="hello.pp" "../hello.c"
'Finished building: ../hello.c'
' '
'Building target: test012.out'
'Invoking: ARM Linker'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me -g --define=DEBUG --define=CC2650F128RGZ --display_error_number --diag_warning=225 --diag_wrap=off -z -m"test012.map" --heap_size=0 --stack_size=256 -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="test012_linkInfo.xml" --rom_model -o "test012.out" "./hello.obj" "../cc26x0f128.cmd" -l"libc.a"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
ResetISR
error #10234-D: unresolved symbols remain
>> Compilation failure
warning #10062-D: entry-point symbol "ResetISR" undefined
error #10010: errors encountered during linking; "test012.out" not built
gmake: *** [test012.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****