I have native library file ends with .so which of 32-bit version. We are migrating to 64-bit java version from 32-bit. In this case we also need to compile this 32-bit .so file with 64-bit. Please suggest how to recompile 64-bit .so file using 32-bit .so file.
Asked
Active
Viewed 283 times
0
-
Possible duplicate of https://stackoverflow.com/questions/44635394/how-to-convert-32-bit-compiled-binary-to-64-bit – Artur Biesiadowski Mar 13 '18 at 08:12
-
1Possible duplicate of [How to convert 32-bit compiled binary to 64-bit](https://stackoverflow.com/questions/44635394/how-to-convert-32-bit-compiled-binary-to-64-bit) – L. Guthardt Mar 13 '18 at 08:27
-
The above links doesn't answer my question. I need to generate new .so files. I have source files from which need to generate shared libraries. But i don't know how to generate shared libraries from this source files. – mahendra reddy Mar 15 '18 at 05:37