适用于 m68k 的 Openssl

发布于 2024-10-21 12:38:41 字数 431 浏览 1 评论 0原文

我需要交叉编译用于 m68k 板的 openssl,Linux OS 内核 2.6.10..有关要使用哪个 openssl 版本的任何指针。目前我正在尝试使用0.9.8。我想交叉编译它以便与 wpa_supplicant (版本 0.7.3)一起使用。

注意:wpa_supplicant需要libssl.a和libcrypto.a,所以我在编译wpa_supplicant时静态链接它

基本上我尝试编译它并且确实成功了,但是在执行wpa_supplicant时我得到非法指令 > :(

现在正在尝试处理编译器设置,但如果我遗漏了任何重要的内容,请告诉我

I need to cross compile openssl for m68k board, Linux OS kernel 2.6.10..Any pointers on which openssl version to be used . Currently i am trying to use 0.9.8. I want to cross compile it for using it with wpa_supplicant (version 0.7.3).

Note: wpa_supplicant needs libssl.a and libcrypto.a so i statically link it while compiling wpa_supplicant

Basically i tried compiling it and was successful indeed but while executing the wpa_supplicant i get illegal instruction :(

Right now am trying to work on the compiler settings but in case if i am missing anything important please let me know

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

诗化ㄋ丶相逢 2024-10-28 12:38:41

我在编译中遇到了一些问题(这是由于以下原因),我错过了这些设置,并且在包含这些设置后,我能够与 wpa_supplicant 一起编译并运行它们,没有任何问题)。需要完全测试它们,但至少现在编译没有任何问题。

构建= i686-pc-linux-gnu
构建CPU = i686
build_os = linux-gnu
构建供应商 = 电脑
主机 = m68k-未知-无
主机别名 = m68k
主机CPU = m68k

I was facing some issue in compilation (it was because of the following reason) i missed these settings andd after including these settings i was able to compile and run them along with wpa_supplicant without any trouble). Need to test them completely but atleast it is now compiling without any trouble.

build = i686-pc-linux-gnu
build_cpu = i686
build_os = linux-gnu
build_vendor = pc
host = m68k-unknown-none
host_alias = m68k
host_cpu = m68k

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文