将 vbox lib 与 android lib 链接

发布于 2024-11-11 16:16:28 字数 413 浏览 2 评论 0原文

我正在尝试使用 android 中的 vbox hgcm (ring-3)。我创建了包含 hgcm 连接、断开连接和调用函数的 ac 文件,并为 vbox 编译了它(在 ubuntu 上)。

我必须为 android 创建另一个共享对象,它将使用 dlopen/dlsym 来使用 vbox lib(上面创建的)。我对 dlopen 的调用失败并出现错误:

cannot load library: link_image [2033]. failed to link <my_so_file_name>

我相信 android 使用不同的链接器(仿生),因此直接链接上述两个会给我一个错误。

关于如何修复它或任何其他方法来做同样的事情有什么想法吗?

I am trying to use vbox hgcm (ring-3) from android. I have created a c file containing hgcm connect, disconnect, and call functions and compiled it (on ubuntu) for vbox.

I have to create another shared object for android which will use the vbox lib (created above) using dlopen/dlsym. My call to dlopen is getting failed with error:

cannot load library: link_image [2033]. failed to link <my_so_file_name>

I believe that android uses a different linker (bionic), and so directly linking the above two is giving me an error.

Any idea on how to fix it or any other approach for doing the same?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文