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.

TDA4VM-Q1: TDA4 mcal can example linking error

Part Number: TDA4VM-Q1

Hi experts:

           I compile can demo by command "make -s can_app BOARD=j721e_evm SOC=j721e BUILD_PROFILE=release CORE=mcu1_0",  and got error report . like below

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Linking>
error: symbol "CanConfigSet_CanController_List_PC" redeclared with incompatible
type:
"const struct Can_ControllerStruct_PC
ControllerId off: 0 (uint8)
CntrActive off: 8 (boolean)
CntrAddr off: 32 (uint32)
RxProcessingTypeoff: 64 (Can_TxRxProcessingType)
TxProcessingTypeoff: 72 (Can_TxRxProcessingType)
BusOffProcessingInterruptoff: 80 (boolean)
CanControllerInstoff: 88 (Can_ControllerInstance)
CanFDModeEnabledoff: 96 (boolean)*[2]"
in
"/home/sforce/ti-processor-sdk-rtos-j721e-evm-08_00_00_12/mcusw/mcuss_demos/
mcal_config/Can_Demo_Cfg/output/generated/soc/j721e/mcu1_0/include/Can_Cfg.h
" at line 261 and:
"const struct Can_ControllerStruct_PC
ControllerId off: 0 (uint8)
CntrActive off: 8 (boolean)
CntrAddr off: 32 (uint32)
RxProcessingTypeoff: 64 (Can_TxRxProcessingType)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

       source code : ti-processor-sdk-rtos-j721e-evm-08_00_00_12

         How to solve these problems?