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: Post-Build Failed

Part Number: AWR1843BOOST

Tool/software: Code Composer Studio

Hey All,

So I was using CCS 9.2.0 with mmWave SDK 03.01.00.02 , building the Medium range Radar lab from the Ti automotive lab 2.7.1 . 

While building the mss file, I ran into this problem 

gmake[3]: [post-build] Error 2 (ignored)
gmake[3]: execvp: /home/user/ti/mmwave_sdk_03_01_00_02/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe: Permission denied
gmake[3]: [post-build] Error 127 (ignored)
/home/user/ti/mmwave_sdk_03_01_00_02/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe LE 37 0x00000008 xwr18xx_mrr_demo.bin 0x35510000 /home/useri/mrr2/mrr_18xx_mss/Debug/mrr_18xx_mss.bin 0xb5510000 /home/user/ti/mmwave_sdk_03_01_00_02/firmware/radarss/xwr18xx_radarss_rprc.bin 0xd5510000 /home/user/mrr2/mrr_18xx_dss/Debug/mrr_18xx_dss.bin
makefile:192: recipe for target 'post-build' failed
/home/user/ti/mmwave_sdk_03_01_00_02/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe xwr18xx_mrr_demo.bin xwr18xx_mrr_demo.bin.tmp
makefile:192: recipe for target 'post-build' failed
/home/user/ti/mmwave_sdk_03_01_00_02/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe xwr18xx_mrr_demo.bin
makefile:192: recipe for target 'post-build' failed

The .bin file does not get generated ever. I'm following the same steps as given in the Developer Documentation of the Medium Range Radar Lab.

Is there anything i might be doing wrong?

Any help will be appreciated.

Regards,

Varun

  • Hello Varun,

    Varun Nelakanti said:
    gmake[3]: execvp: /home/user/ti/mmwave_sdk_03_01_00_02/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe: Permission denied

    I see a permissions issues. Please check the permissions of gen_bincrc32.exe, CCS, and your account.

    Thanks

    ki

  • Varun Nelakanti said:
    /home/user/ti/mmwave_sdk_03_01_00_02/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe: Permission denied

    My colleague correctly pointed out that the post build step is trying to run a Windows EXE and you are on Linux.

    That is why the executable will not run. 

    I will bring this thread to the attention of the device experts on what to do on Linux

    Thanks

    ki

  • Hey Ki,

    Yeah, I was gonna say that it is a linux system, and I have given permissions to all the folders too. Yet i have not been able to get my bin file generated.

    Regards,

    Varun 

  • Hi,

    Please read linux related build instructions in the mmWave SDK user's guide:

    C:\ti\mmwave_sdk_03_01_00_02\docs

    Thank you

    Cesar