Part Number:AWR1642
Tool/software: Code Composer Studio
Hello,
both Automotive Toolbox v2.4.6 and v2.4.5 cannot be build because of the same error:
(the message below is valid for v2.4.6)
"../mss_main.c", line 1021: fatal error #1965: cannot open source file "ti/demo/xwr16xx/mmwCanTx/common/mmw_messages.h"
If the statement:
#include "ti/demo/xwr16xx/mmwCanTx/common/mmw_messages.h"
is replaced with:
#include "ti/demo/xwr16xx/mmwCanTx/common/mmw_messages.h"
the example:
odoc_16xx_mss
builds without errors.
Could someone correct this issue?