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/IWR1642BOOST: IWR1642BOOST, LINKUNG

Part Number: IWR1642BOOST
Other Parts Discussed in Thread: SYSBIOS,

Tool/software: Code Composer Studio

Dear All,

I recently purchased mmWave IWR1642boot when tried to build people counting demo using CCS v9 i am facing issue (attached below), while building dss linking errors will appear.

 please suggest what changes to be done

<Linking>
"../dss_mmw_linker.cmd", line 40: warning #10068-D: no matching section
"../dss_mmw_linker.cmd", line 55: warning #10068-D: no matching section
warning #10247-D: creating output section ".cio" without a SECTIONS specification
warning #10247-D: creating output section ".const" without a SECTIONS specification
warning #10247-D: creating output section ".far" without a SECTIONS specification
warning #10247-D: creating output section "縱?" without a SECTIONS specification
warning #10247-D: creating output section ".fardata" without a SECTIONS specification
warning #10247-D: creating output section ".neardata" without a SECTIONS specification
warning #10247-D: creating output section ".stack" without a SECTIONS specification
warning #10247-D: creating output section ".switch" without a SECTIONS specification
warning #10247-D: creating output section ".text" without a SECTIONS specification
warning #10247-D: creating output section ".vecs" without a SECTIONS specification
warning #10247-D: creating output section ".cinit" without a SECTIONS specification
"../dss_mmw_linker.cmd", line 23: warning #10097: memory range not found: L3SRAM on page 1
"../dss_mmw_linker.cmd", line 23: error #10265: no valid memory range(NULL) available for placement of ".l3data"
"../dss_mmw_linker.cmd", line 23: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".l3data" size 0xa0000
"../dss_mmw_linker.cmd", line 11: warning #10097: memory range not found: L2SRAM_UMAP0 on page 0
"../dss_mmw_linker.cmd", line 11: warning #10097: memory range not found: L2SRAM_UMAP1 on page 0
"../dss_mmw_linker.cmd", line 11: error #10265: no valid memory range(NULL) available for placement of ".l2data"
"../dss_mmw_linker.cmd", line 11: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".l2data" size 0xb000
"../dss_mmw_linker.cmd", line 96: warning #10097: memory range not found: L3SRAM on page 0
"../dss_mmw_linker.cmd", line 74: error #10265: no valid memory range(NULL) available for placement of ".overlay"
"../dss_mmw_linker.cmd", line 74: error #10099-D: program will not fit into available memory. placement with alignment fails for section ".overlay" size 0x5080
"../dss_mmw_linker.cmd", line 61: warning #10097: memory range not found: L1PSRAM on page 0
"../dss_mmw_linker.cmd", line 38: error #10265: no valid memory range(NULL) available for placement of ".fastCode"
"../dss_mmw_linker.cmd", line 38: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".fastCode" size 0x4c00
"../dss_mmw_linker.cmd", line 61: warning #10097: memory range not found: L3SRAM on page 0
"../dss_mmw_linker.cmd", line 38: error #10265: no valid memory range(NULL) available for placement of ".fastCode"
"../dss_mmw_linker.cmd", line 38: error #10099-D: program will not fit into available memory. load placement with alignment fails for section ".fastCode" size 0x4d10
"../dss_mmw_linker.cmd", line 26: warning #10097: memory range not found: L1DSRAM on page 0
"../dss_mmw_linker.cmd", line 26: error #10265: no valid memory range(NULL) available for placement of ".l1data"
"../dss_mmw_linker.cmd", line 26: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".l1data" size 0x4000
"../dss_mmw_linker.cmd", line 10: warning #10097: memory range not found: L2SRAM_UMAP0 on page 0
"../dss_mmw_linker.cmd", line 10: warning #10097: memory range not found: L2SRAM_UMAP1 on page 0
"../dss_mmw_linker.cmd", line 10: error #10265: no valid memory range(NULL) available for placement of "systemHeap"
"../dss_mmw_linker.cmd", line 10: error #10099-D: program will not fit into available memory. run placement with alignment fails for section "systemHeap" size 0x4000
"../dss_mmw_linker.cmd", line 29: warning #10097: memory range not found: HSRAM on page 0
"../dss_mmw_linker.cmd", line 29: error #10265: no valid memory range(NULL) available for placement of ".hsramdata"
"../dss_mmw_linker.cmd", line 29: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".hsramdata" size 0x2018
warning #10370-D: Possible codesize or performance degradation. Section ".text:RADARDEMO_rangeProc_run:RADARDEMO_rangeProc.oe674" has calls to rts routines, but rts is placed out of range from call site at 0x3a0, or in a different section. To optimize codesize, either 1) place rts closer to call site, or 2) place rts in same section, or 3) compile with --disable_push_pop.
warning #10370-D: Possible codesize or performance degradation. Section ".text:RADARDEMO_rangeProc_run:RADARDEMO_rangeProc.oe674" has calls to rts routines, but rts is placed out of range from call site at 0x618, or in a different section. To optimize codesize, either 1) place rts closer to call site, or 2) place rts in same section, or 3) compile with --disable_push_pop.
warning #10370-D: Possible codesize or performance degradation. Section ".text:SOC_init:libsoc_xwr16xx.ae674<soc.oe674>" has calls to rts routines, but rts is placed out of range from call site at 0x0, or in a different section. To optimize codesize, either 1) place rts closer to call site, or 2) place rts in same section, or 3) compile with --disable_push_pop.
warning #10370-D: Possible codesize or performance degradation. Section ".text:SOC_init:libsoc_xwr16xx.ae674<soc.oe674>" has calls to rts routines, but rts is placed out of range from call site at 0x104, or in a different section. To optimize codesize, either 1) place rts closer to call site, or 2) place rts in same section, or 3) compile with --disable_push_pop.
"../dss_mmw_linker.cmd", line 64: warning #10097: memory range not found: L2SRAM_UMAP0 on page 0
"../dss_mmw_linker.cmd", line 64: warning #10097: memory range not found: L2SRAM_UMAP1 on page 0
"../dss_mmw_linker.cmd", line 64: error #10265: no valid memory range(NULL) available for placement of ".ovly"
"../dss_mmw_linker.cmd", line 64: error #10099-D: program will not fit into available memory. placement with alignment fails for section ".ovly" size 0x10

undefined first referenced
symbol in file
--------- ----------------
ti_sysbios_family_c64p_Cache_l1dSize C:\Users\misoa\workspace_v9\pplcount_16xx_dss\src\sysbios\sysbios.ae674<BIOS.obj>
ti_sysbios_family_c64p_Cache_l1pSize C:\Users\misoa\workspace_v9\pplcount_16xx_dss\src\sysbios\sysbios.ae674<BIOS.obj>
ti_sysbios_family_c64p_Cache_l2Size C:\Users\misoa\workspace_v9\pplcount_16xx_dss\src\sysbios\sysbios.ae674<BIOS.obj>

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "xwr16xx_pplcount_dss.xe674" not built

>> Compilation failure
makefile:173: recipe for target 'xwr16xx_pplcount_dss.xe674' failed
gmake[2]: *** [xwr16xx_pplcount_dss.xe674] Error 1
makefile:169: recipe for target 'main-build' failed
gmake[1]: *** [main-build] Error 2
makefile:164: recipe for target 'all' failed
gmake: *** [all] Error 2

**** Build Finished ****