Hi,
is there a way to translate libraries from one format into another like it is possible for objects with GNU objcopy? Unfortunately doesn't seem to provide this feature.
Thank you for your help.
Hi,
is there a way to translate libraries from one format into another like it is possible for objects with GNU objcopy? Unfortunately doesn't seem to provide this feature.
Thank you for your help.
Libraries are just collections of object files. So it should always be possible to unpack the library into separate files, objcopy those into whatever other format you need, then pack a new archive.
Have something to add? Share your thoughts — no account required.
Ask the community — no account required