We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I would like to know whether it is possible to convert IAR library to Keil library, if so, which tool I need to get for conversion.
Thanks Pankaj
If the library license allows you to use with another compiler, then you should normally already have received the source code, or should be able to receive the source code on request.
If you can't get the sources, then that also implies that the license conditions doesn't allow you to port the library.
By the way - most compilers have their own rules for how to send parameters, align members in structures etc. This is called the ABI, and is a common reason for a library or object file from one compiler to not be usable with a different compiler, even if the two files have identical file formats.
You may have multiple PC compilers that can produce object files that may be linked with the same linker, but that will not result in a working binary.