Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Hello,
I am trying test a default program for the LAUNCHXL-CC26X2R1 Launchpad and I am getting the following build output error.:
"package/cfg/app_pem4.c", line 15606: warning: statement is unreachable
"package/cfg/app_pem4.c", line 16167: warning: statement is unreachable
"package/cfg/app_pem4.c", line 16419: warning: statement is unreachable
"package/cfg/app_pem4.c", line 16905: warning: statement is unreachable
"package/cfg/app_pem4.c", line 17179: warning: statement is unreachable
"package/cfg/app_pem4.c", line 17360: warning: statement is unreachable
Finished building: "../app.cfg"
Building file: "../main.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/bin/armcl" -mv7M4 --code_state=16 -me --include_path="C:/Users/chine/workspace_v8/TestBIOS" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="main.d_raw" --cmd_file="configPkg/compiler.opt" "../main.c"
Finished building: "../main.c"
1 file(s) copied.
making ../src/sysbios/sysbios.aem4 ...
gmake[2]: Nothing to be done for 'all'.
Building target: "TestBIOS.out"
Invoking: ARM Linker
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/bin/armcl" -mv7M4 --code_state=16 -me -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi -z -m"TestBIOS.map" --heap_size=0 --stack_size=256 -i"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/lib" -i"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="TestBIOS_linkInfo.xml" --rom_model -o "TestBIOS.out" "./main.obj" -l"configPkg/linker.cmd" -llibc.a
<Linking>
warning #10247-D: creating output section ".text" without a SECTIONS specification
warning #10247-D: creating output section ".const" without a SECTIONS specification
warning #10247-D: creating output section ".bss" without a SECTIONS specification
warning #10247-D: creating output section ".ccfg" without a SECTIONS specification
warning #10247-D: creating output section ".data" without a SECTIONS specification
warning #10247-D: creating output section ".bss:.common" without a SECTIONS specification
warning #10247-D: creating output section ".cinit" without a SECTIONS specification
"configPkg/linker.cmd", line 130: warning #10096-D: specified address lies outside memory map
error #10264: DEFAULT memory range overlaps existing memory range RAM
warning #10229-D: output section ".data" refers to load symbol "ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E" and hence cannot be compressed; compression "lzss" is ignored
undefined first referenced
symbol in file
--------- ----------------
ti_sysbios_family_arm_cc26xx_Boot_checkBackdoor C:\Users\chine\workspace_v8\TestBIOS\Debug\configPkg\package\cfg\app_pem4.oem4
ti_sysbios_family_arm_cc26xx_Boot_trimDevice C:\Users\chine\workspace_v8\TestBIOS\Debug\configPkg\package\cfg\app_pem4.oem4
ti_sysbios_family_arm_cc26xx_Boot_useLFXTAL C:\Users\chine\workspace_v8\TestBIOS\Debug\configPkg\package\cfg\app_pem4.oem4
ti_sysbios_family_arm_cc26xx_Timer_Module_startup__E C:\Users\chine\workspace_v8\TestBIOS\Debug\configPkg\package\cfg\app_pem4.oem4
ti_sysbios_family_arm_cc26xx_Timer_dynamicStub__E C:\Users\chine\workspace_v8\TestBIOS\Debug\configPkg\package\cfg\app_pem4.oem4
ti_sysbios_family_arm_cc26xx_Timer_getCurrentTick__E C:\Users\chine\workspace_v8\TestBIOS\Debug\configPkg\package\cfg\app_pem4.oem4
ti_sysbios_family_arm_cc26xx_Timer_getMaxTicks__E C:\Users\chine\workspace_v8\TestBIOS\Debug\configPkg\package\cfg\app_pem4.oem4
ti_sysbios_family_arm_cc26xx_Timer_setNextTick__E C:\Users\chine\workspace_v8\TestBIOS\Debug\configPkg\package\cfg\app_pem4.oem4
ti_sysbios_family_arm_cc26xx_Timer_startup__E C:\Users\chine\workspace_v8\TestBIOS\Debug\configPkg\package\cfg\app_pem4.oem4
ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_startup__E C:\Users\chine\workspace_v8\TestBIOS\Debug\configPkg\package\cfg\app_pem4.oem4
ti_sysbios_family_arm_cc26xx_TimestampProvider_get64__E C:\Users\chine\workspace_v8\TestBIOS\Debug\configPkg\package\cfg\app_pem4.oem4
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "TestBIOS.out" not built
>> Compilation failure
makefile:140: recipe for target 'TestBIOS.out' failed
gmake[1]: *** [TestBIOS.out] Error 1
makefile:136: recipe for target 'all' failed
gmake: *** [all] Error 2
**** Build Finished ****
I have tried changing a few settings to no avail. Any and all help is appreciated!
Thanks!