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/AWR1843BOOST: Build is not getting completed for MSS project in CSS

Part Number: AWR1843BOOST

Tool/software: Code Composer Studio

Hi Team,

I have downloaded mmwave_automotive_toolbox_3_0_0__win and mmwave_sdk_03_02_00_04. I have imported Beam steering projects(2 project) to CCS from automotive toolbox.

First I did build of DSS project and it was successful.

Then I started to build MSS project.For that ,the build is not getting completed.The size of the xwr18xx_mrr_demo.bin file gets increasing while build is ongoing.

The build is at 39% in CCS.

If I force-stop the build, I am getting the error like,

Error: Program "C:/ti/ccs/utils/bin/gmake" is not found in PATH

I need to build this MSS project and I need to test mrr_beamsteering in automative toolbox.

Please help me in solving this.

  • Hello Ajeeth,

    Last step of MSS build process is to generate the MetaImage binary file which combines MSS, DSS and BSS bin files into one.

    Looks like that is blocked somehow at your end.

     Could you confirm that installed CCS version is 9.x onwards?

    I'm able to build the same toolbox version (MRR_Beam) app with CCS v9.1 vesion.

     

    Regards,

    Jitendra

  • Hi Jitendra,

    I am working on CCSv9.2 version. I am still facing the same issue.

  • Hello Ajeeth,

    Could you look at the CCS console log for the build status? It may possible that it has compiled the MSS application and got stuck while generating the MetaImage binary file (combining MSS, DSS and BSS images) using ImageCreator tool.

    If that is the case then you can do that MetaImage creator task manually by yourself after MSS *.xer4f file is generated.

    C:\ti\mmwave_sdk_03_02_00_04\packages\scripts\windows\generateMetaImage.bat   (SHMEM_ALLOC = 0x00000006)

     Regards,

    Jitendra