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/AWR1642: AWR1642: odoc_16xx_mss build failure

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 "./common/mmw_messages.h"

the example:

odoc_16xx_mss

builds without errors.

Could someone correct this issue?

  • Tomasz,

    The Object Data Over Can Lab is built on SDK v2.0.0.4. Please ensure that you have this version of the SDK installed on your PC. You can find this version of the SDK here: software-dl.ti.com/.../index_FDS.html

    Regards,
    Kyle
  • Kyle,

    i have compiled odoc_16xx_mss against SDK v2.0.0.4 before I have decided to make create this thread.
    I corrected my initial post.
    Now, it says:

    is replaced with:

    #include "./common/mmw_messages.h"

    I did further investigation.

    In case of SDK v2.0.0.4 the path to mmw_messages.h is
    .\ti\demo\xwr16xx\mmw\common\
    however, #include statement with mms_main.c for both Automotive Toolboxes v2.4.6 and v2.4.5 uses
    #include "ti/demo/xwr16xx/mmwCanTx/common/mmw_messages.h". 

    Moreover, odoc_16xx_mss projects for both v2.4.6 and v2.4.5 versions contain ./common mmw_messages.h files
    and these file have no deifferences when comparing to
    C:\...mWave_SDK\mmwave_sdk_02_00_00_04\packages\ti\demo\xwr16xx\mmw\common\mmw_messages.h

    Do you agree with me that mss_main.c needs correction for both Automotive Toolboxes v2.4.6 and v2.4.5?

  • Hello Tom,

    The newer version of the object data over CAN is now updated in the TIREX .

    Please use the new version that has fixed all the build issues.

    Thanks,

    Raghu

  • Hello Raghu,

    with mmwave_automotive_toolbox_2_4_7
    this issue is resolved.
    I tested it with CCS820 and defaults are: TI v16.9.3.LTS, mmWave SDK 2.1.0.04, ...