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.
