Hi
I'm using Keil to generate library, when I check the lib I find it includes path ,time and other extra information.I'm wondering how to remove these extra informations,thanks
Thanks for your reply.
I disablethe Debug information and then use the fromelf to remove the extra information as below, still find there are some differences between two lib generated in different path.
.\fromelf.exe --strip=all --elf --output=222.lib .\2.lib