简体   繁体   English

将32位已编译的开源库转换为64位已编译的库

[英]Convert 32-bit compiled open source libraries to 64-bit compiled libraries

In my project, I am having set of open source libraries that are 32-bit compiled . 在我的项目中,我拥有一组32位已编译的 开源库 How to compile those libraries in a such a way that the libraries should be 64-bit compatible ? 如何以使库与64位兼容的方式编译这些库? How to make 64-bit compilation for those open source libraries? 如何为那些开源库进行64位编译

There is no direct way to convert library 32 bit to 64 bit. 没有直接的方法可以将库的32位转换为64位。

Please do follow step to resolve this issue. 请执行以下步骤来解决此问题。

  1. You can find your open source library compatible with 64 bit on Web. 您可以在Web上找到与64位兼容的开源库。
  2. If didn't find library on web then you can build your lib with valid architecture with 64 bit. 如果未在网上找到库,则可以使用有效的64位体系结构来构建lib。 For the same set Library Target -> Build Setting -> Architecture. 对于相同的集,库目标->构建设置->体系结构。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM