Hi,
I notice that there are two types of library files: .a and .lib.
Both are described in ARM compiler/assembler as libraries.
As libraries are eventually linked by linker, I do not see obvious difference between the two such as between dynamic linked DLL and static LIB. What is the key difference between .a and .lib?
Cheers,