Part Number: TMDX570LC43HDK Tool/software: TI C/C++ Compiler Hi, I'm writing simple bootloader which will have FW update feature, and I need F021 library linked with my HAL code. HAL is compiled with: Now, I have object files (HAL obj files) which are compiled with gcc compiler in BE32 format, i.e. HL_errata.o: I'm trying to use F021 library provided by TI and I was unable to link against those libraries, I'm not getting any errors but linker just "ignores" F021 library. I've extracted object files from F021 library and did objdump on one of the object files, and I got: As it appears there is no symbol table, and I disassembled object file and there is some code inside and there is symbol ".text:Fapi_initializeFlashBanks", but apparently there is no symbol table. Does this mean that I'm unable to use GCC toolchain with F021 library or there is maybe source code that I can obtain and compile it myself or maybe there are already precompiled libraries with GCC toolchain? Thank you for you time, Marko
↧