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/AWR1443: CCS failed to build mmwave demo project

Part Number: AWR1443
Other Parts Discussed in Thread: MMWAVE-SDK

Tool/software: Code Composer Studio

Hi all,

I've been working around the "mmwave demo" provided in mmwave SDK 1.1.0.2. I followed the instructions in the "TI resource explorer" for running this demo, but when I am trying to build the project, I got the following errors at the end of the build process. The error says that there is a problem with "L3 memory allocation". I have not even touch the code, but the code provided has this problem. Could you help me with this? 

-l"configPkg/linker.cmd" -llibosal_xwr14xx.aer4f -llibesm_xwr14xx.aer4f -llibgpio_xwr14xx.aer4f -llibsoc_xwr14xx.aer4f -llibpinmux_xwr14xx.aer4f -llibcrc_xwr14xx.aer4f -llibuart_xwr14xx.aer4f -llibmailbox_xwr14xx.aer4f -llibmmwavelink_xwr14xx.aer4f -llibmmwave_xwr14xx.aer4f -llibadcbuf_xwr14xx.aer4f -llibdma_xwr14xx.aer4f -llibedma_xwr14xx.aer4f -llibcli_xwr14xx.aer4f -llibhwa_xwr14xx.aer4f -lrtsv7R4_T_le_v3D16_eabi.lib -llibc.a
<Linking>
"../mss_mmw_linker.cmd", line 30: warning #10097: memory range not found: L3_RAM on page 1
"../mss_mmw_linker.cmd", line 30: error #10265: no valid memory range(NULL) available for placement of ".l3ram"
"../mss_mmw_linker.cmd", line 30: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".l3ram" size 0x40000
error #10010: errors encountered during linking; "xwr14xx_mmw_mss.xer4f" not built

>> Compilation failure
makefile:169: recipe for target 'xwr14xx_mmw_mss.xer4f' failed
gmake[2]: *** [xwr14xx_mmw_mss.xer4f] Error 1
makefile:165: recipe for target 'main-build' failed
gmake[1]: *** [main-build] Error 2
makefile:160: recipe for target 'all' failed
gmake: *** [all] Error 2

**** Build Finished ****

Best, 

Mostafa 

 

  • Hello Mostafa,
    The build instruction for building the demo in the MMWAVE-SDK is provided in the "mmwave_sdk_user_guide.pdf" . Refer to section "4. 5. Developing using SDK" for the build instructions.

    I do not see any build issue with the mmwave demo code that is available in MMWAVE-SDK is you follow build instruction in the user guide.

    Thanks,
    Raghu
  • Although the user guide file is so vague, I found a way to solve my problem. I set the environment variables in Windows but still the problem persisted. I realized that CCS has to be updated. I checked the updates in CCS then I updated all them. After that, I re-import the demo into CCS. I rebuild it. The build was successful.

    Best,
    Mostafa