Is KEIL compiled .lib file compatible with GCC objdump?
Posted on November 12, 2016 at 23:21After I compiled the .lib library file using KEIL tool, then using rm-none-eabi-objdump to parse the .lib or any of the intermediate .o files, GCC objdump reports that ''File format not recognized''. I was wonderi...