Part Number:cc2650
Tool/software: TI C/C++ Compiler
**** Build of configuration Debug for project hello ****
"C:\\ti\\ccs620\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../hello.c'
'Invoking: ARM Compiler'
"C:/ti/ccs620/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccs620/ccsv6/tools/compiler/arm_15.12.3.LTS/include" -g --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="hello.d" "../hello.c"
"../hello.c", line 7: warning #121-D: return value type does not match the function type
'Finished building: ../hello.c'
' '
'Building target: hello.out'
'Invoking: ARM Linker'
"C:/ti/ccs620/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M3 --code_state=16 -me -g --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi -z -m"hello.map" --stack_size=256 --heap_size=0 -i"C:/ti/ccs620/ccsv6/tools/compiler/arm_15.12.3.LTS/lib" -i"C:/ti/ccs620/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --reread_libs --diag_wrap=off --warn_sections --display_error_number --xml_link_info="hello_linkInfo.xml" --rom_model -o "hello.out" "./hello.obj" "../cc26x0f128.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
INTERNAL ERROR: C:\ti\ccs620\ccsv6\tools\compiler\arm_15.12.3.LTS\bin\armlnk.exe experienced an unhandled exception
This is caused by a defect in the compiler itself. TI Customer
Support may be able to suggest a workaround to avoid this.
Upgrading to the newest version of the compiler may fix this problem.
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler". See the link titled
"Submitting an issue". Include this ENTIRE error message and a
copy of the .pp file created when option --preproc_with_comment
(-ppc) is used.
gmake: *** [hello.out] Error 1
>> Compilation failure
makefile:140: recipe for target 'hello.out' failed
gmake: Target 'all' not remade because of errors.
**** Build Finished ****