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: Build for high accuracy lab hangs on MulticoreImageGen.exe

Part Number: IWR1642BOOST

Tool/software: Code Composer Studio

I have several machines where I am trying to be able to build a project for IWR1642BOOST. All machines have the same version of CCS (v8.0.0.00016) and libraries (incl. mmwave SDK 1.1.0.2). On one machine it builds successfully every time but on others it always hangs when trying to combine the MSS and DSS binaries using MulticoreImageGen.exe.

This is the line in the console that the build hangs on. No error messages or other output afterward.

C:/ti/mmwave_sdk_01_01_00_02/packages/scripts/ImageCreator/xwr16xx/multicore_image_generator/MulticoreImageGen.exe LE 37 0x01000005 xwr16xx_high_accuracy_lab.bin 0x35510000 xwr16xx_high_accuracy_mss.bin 0xb5510000 C:/ti/mmwave_sdk_01_01_00_02/firmware/radarss/xwr16xx_radarss_rprc.bin 0xd5510000 C:/Users/shaunhoulihan/workspace_v8/high_accuracy_16xx_dss/Debug/xwr16xx_high_accuracy_dss.bin

Any ideas why?

  • HI Shaun,
    I assume this is some post build step for the project. Can you try running the same command from a system terminal (command prompt in a DOS window) and see if it can successfully execute the command outside CCS?

    Thanks
    ki
  • I ran the command from terminal and found out that it was failing because there was a space in the build path. This was on Windows. Moving the workspace to a different folder path with no spaces fixed the issue.