适用于 m68k 的 Openssl
我需要交叉编译用于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在编译中遇到了一些问题(这是由于以下原因),我错过了这些设置,并且在包含这些设置后,我能够与 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