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.

Compiler/TMS320F28379D: Flash Run time Library files compilation issue

Part Number: TMS320F28379D

Tool/software: TI C/C++ Compiler

Hello ,

While compiling Flash RTL files, say ll_mpy28.asm, how i should call the function from main.c?

In ll_mpy28.asm, "LL$$MPY" is the name of subroutine. When I try to call it from main file, compiler TI v20.2.1. throws

"undefined first referenced
symbol in file"

error.

How to call LL$$MPY, LL$$AND, LL$$OR, LL$$XOR, LL$$DIV from main file?

Thanks,

Subha