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.

AWR1843BOOST: AWR1843BOOST

Part Number: AWR1843BOOST
Part Number: AWR1843BOOST (REV C)
 
Tool/software: Code Composer Studio (Version 10.3)

Hi Team,

I have downloaded mmwave_automotive_toolbox_3_3_0__win and mmwave_sdk_03_05_00_04. I have imported Medium Wave Radar(2 project) to CCS from automotive toolbox. My CCS version is CCS10.3.0.00007

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

Then I started to build MSS project. For that ,the build is not getting complete.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_mediumrangeradar in automative toolbox.

I also tried with the solution provided earlier for similar problem but still it doesn't give out any result

Following are the attachments of the problem faced and solution tried for the same that is already provided.

  • Hi Pranay,

    Welcome to the E2E forums!

    Jiten is right, your build process is getting stuck in the meta image generation process with the ImageCreator tool/script.

    I could reproduce this issue. It is happening because your current workspace's path has a space in it due to the username "Seema Deshpande". This is causing the build process to misbehave (in particular the ImageCreator scripts receiving incorrect CLI arguments).

    Could you try creating a new CCS workspace in say, D drive or any location where the path doesn't contain spaces? Import the CCS project in this workspace and build the project; it should work.

    Let me know if this doesn't fix your issue.

    Regards,

    Aayush