Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
Hi,
I am trying to use the optimizer assistant in CCSv8.2 on software for a mmwave sensor. I can get debug and release versions built but the generated makefiles for the optimizer assistant has a problem. The message reported is
**** Build of configuration Release__opt_for_speed__5 for project mmw_mss_14xx ****
/home/akd/ti/ccsv8/utils/bin/gmake -k -j 8 all -O
rm -f /home/akd/workspace_v8/mmw_mss_14xx/xwr14xx_mmw_demo.bin
makefile:144: recipe for target 'all' failed
gmake[1]: *** No rule to make target 'xwr14xx_mmw_demo_mss.xer4f', needed by 'main-build'.
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
**** Build Finished ****
Your thoughts? I should not have to hand edit all the files.
Thanks.
Al