移植到 ARM 处理器 - 依赖项
我正在尝试将一些代码移植到 ARM 处理器上的 Debian 安装中。找不到“libmygcc.a” - 这是编译文件还是我需要安装的库?我把它放在 Linux(x86) 机器上,但不清楚它的来源。
接下来是 OpenSSL。叹。
Am attempting to port some code to a Debian install on an ARM processor. Am having trouble finding 'libmygcc.a' - is this a compiled file or a library I need to install? I have it on a linux(x86) box but am not clear where it originated.
OpenSSL is next. Sigh.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
libmygcc.a 是 mysql 的库,因此您必须为 ARM 目标编译 mysql
libmygcc.a is a library for mysql, so you would have to compile mysql for your ARM target