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: Unable to compile with custom made run time flash library

Part Number: TMS320F28379D


Tool/software: TI C/C++ Compiler

Hi,

I have created a flash-based run time library that has functionalities like the RTL which performs the startup of the application on controller reset and the start of the main program. I am using the number of source files, boot28.asm is one of them. While compiling with main application, I am getting compile-time error for some linker unresolved symbols like __TI_auto_init, __TI_decompress_lzss, etc. 

I am using the latest version of the compiler and output format is eabi, for which I have also compiled my source files.

Please help me to resolve it.

I believe I am missing some other source file that must be used with boot28.asm. Please refer attached screenshot.