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