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
When you work with uVision, you should disable 'Debug Information' in the dialog 'Options for Target - Output'. If this is not sufficient, you could pre-process your library with fromelf and its option --strip. See for more details: https://developer.arm.com/documentation/dui0805/a/fromelf-command-reference/--strip-option--option-----?lang=en
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