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.

TMS320F280049C: Problem when using CLA of 280049c

Part Number: TMS320F280049C
Other Parts Discussed in Thread: C2000WARE

now i use 280049's CLA in our project, There are some compiler warnings that confuse me

when i do not add the cla and related header file, the project  is build ok, but when i add the cla file , the build error is as follow:

i didn't define the __TMS320C28XX_CLA__ , when i shield "#ifndef __TMS320C28XX_CLA__" , the error is over and the project can build, but the warn is display as follow:

as i know the CLA of 280049 can operate the CAN module so the "bp_16/32" must be defined , how i can solved this problem? thank you!!!