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.

TMS320F280049: TMS320F280049: CLA warnings #10461-D Invalid to cal C28 function "Float calcula" defined in "DyT/C2000/foat lib2.ib<float calculaobi>' from CLA file "/asin.obj"

Part Number: TMS320F280049

For some reason, I need to run the float algorithm to generate the lib on one pc and then run the CLA routine on another computer with the lib.

I tried to use  CLA feature, but the following warning appeared at build:

 #10461-D Invalid to cal C28 function "Float calcula" defined in "DyT/C2000/foat lib2.ib<float calculaobi>' from CLA file "/asin.obj"(Here I use the lib library approach).

I have blocked all integer calculations and integer judgments in lib, and still report errors.

Is it because other forum posts discuss that.cla files cannot refer to functions in other.c files, only those algorithmic functions can be written in.cla files?

  • hi,

    Is it because other forum posts discuss that.cla files cannot refer to functions in other.c files, only those algorithmic functions can be written in.cla files?

    Yes, CLA code cannot call a function from .c file. Functions in .c file is compiled using c28x compiler and the c28x instruction.set is not compatible with cla.

    You may call functions defined in .h file.

x 出现错误。请重试或与管理员联系。