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/AWR1843BOOST: CCS9.2

Part Number: AWR1843BOOST

Tool/software: Code Composer Studio

Hello,

            When I try to rebuild the project "(mmwave_automotive_toolbox_2_7_1/Lab7 MRR)", I got the following errors when compiling mrr_18xx_mss.

        My CCS version is V9.2 and with mmwave_sdk_03_03_00_03.  Could you help to check this issue ?

Thanks,

           

        

>> Compilation failure
subdir_rules.mk:9: recipe for target 'mss_main.obj' failed
"../mss_main.c", line 517: warning #169-D: argument of type "CANFD_MCANInitParams *" is incompatible with parameter of type "uint8_t"
"../mss_main.c", line 517: warning #169-D: argument of type "int32_t *" is incompatible with parameter of type "const CANFD_MCANInitParams *"
"../mss_main.c", line 517: error #167: too few arguments in function call
1 error detected in the compilation of "../mss_main.c".
gmake[1]: *** [mss_main.obj] Error 1
Building file: "../common/cfg.c"
Invoking: ARM Compiler
"D:/TI/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="D:/TI/workspace/mrr_18xx_mss" --include_path="D:/TI/mmwave_sdk_03_03_00_03" --include_path="D:/TI/mmwave_sdk_03_03_00_03/packages" --include_path="D:/TI/ti-cgt-arm_16.9.6.LTS/include" --define=_LITTLE_ENDIAN --define=MMWAVE_L3RAM_NUM_BANK=8 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=SHMEM_ALLOC=0x00000008 --define=DebugP_ASSERT_ENABLED -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --preproc_with_compile --preproc_dependency="common/cfg.d_raw" --obj_directory="common" --cmd_file="configPkg/compiler.opt" "../common/cfg.c"
Finished building: "../common/cfg.c"
 
Building file: "../mss_mrr_cli.c"
Invoking: ARM Compiler
"D:/TI/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="D:/TI/workspace/mrr_18xx_mss" --include_path="D:/TI/mmwave_sdk_03_03_00_03" --include_path="D:/TI/mmwave_sdk_03_03_00_03/packages" --include_path="D:/TI/ti-cgt-arm_16.9.6.LTS/include" --define=_LITTLE_ENDIAN --define=MMWAVE_L3RAM_NUM_BANK=8 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=SHMEM_ALLOC=0x00000008 --define=DebugP_ASSERT_ENABLED -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --preproc_with_compile --preproc_dependency="mss_mrr_cli.d_raw" --cmd_file="configPkg/compiler.opt" "../mss_mrr_cli.c"
gmake[1]: Target 'main-build' not remade because of errors.
Finished building: "../mss_mrr_cli.c"
 
makefile:156: recipe for target 'all' failed
gmake: *** [all] Error 2

**** Build Finished ****

  • Hello,

    Bon Chiang said:

          When I try to rebuild the project "(mmwave_automotive_toolbox_2_7_1/Lab7 MRR)", I got the following errors when compiling mrr_18xx_mss.

            My CCS version is V9.2 and with mmwave_sdk_03_03_00_03.  Could you help to check this issue ?

    Note that the examples in version 2.7 of the toolbox have a dependency on mmWave SDK version 3.1.x. I suggest using that version. That combination works for me. When I updated to SDK version 3.3, I got the same error. So clearly some changes were made in SDK version 3.3 that are incompatible with the older examples.

    Thanks

    ki

  • Hi Ki,

            Thanks for the reply !  one more question is do you know where to get the older version mmwave SDK ?

    Thanks,

             Bon

  • Hi Ki,

               I get the mmWave SDK 3.1.1.2 and rebuild the project lab0007. 

            There is no more error now.

                Thanks,

                      Bon