Other Parts Discussed in Thread: AWR1642BOOST,
Tool/software: Code Composer Studio
Hello,
I am trying on using CCS 8.1 on developing applications using CAN bus. I have both AWR1443BOOST and AWR1642BOOST. Now when I compile the sdk demo I have some errors in Linux and Windows.
Under Linux (Ubuntu 16.04) I got error:
******************************************************************************************************************************************************************************
/home/wt70707/ti/mmwave_sdk_01_02_00_05/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe xwr14xx_mmw_mss.bin
makefile:201: recipe for target 'post-build' failed
gmake[3]: execvp: /home/wt70707/ti/mmwave_sdk_01_02_00_05/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe: Permission denied
gmake[3]: [post-build] Error 127 (ignored)
********************************************************************************************************************************************************************************
and warning:
**************************************************************************************
cler4f package/cfg/mmw_per4f.c ...
"package/cfg/mmw_per4f.c", line 10681: warning: statement is unreachable
"package/cfg/mmw_per4f.c", line 11666: warning: statement is unreachable
"package/cfg/mmw_per4f.c", line 11948: warning: statement is unreachable
"package/cfg/mmw_per4f.c", line 12191: warning: statement is unreachable
Finished building: "../mmw.cfg"
**************************************************************************************
Under Window 10 I got error:
*******************************************************************************************************************************************************
**** Build of configuration Debug for project mmw_mss_14xx ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 8 all -O
rm -f C:/Users/wt70707/workspace_v8/mmw_mss_14xx/xwr14xx_mmw_mss.bin
makefile:199: recipe for target 'pre-build' failed
process_begin: CreateProcess(NULL, rm -f C:/Users/wt70707/workspace_v8/mmw_mss_14xx/xwr14xx_mmw_mss.bin, ...) failed.
gmake[1]: [pre-build] Error 2 (ignored)
*******************************************************************************************************************************************************
I got samilar thing also on AWR1642BOOST. Are these errors and warnings I can just live with?
Best Regards,
Tao Wang