简体   繁体   English

适用于M68K的OpenSSL

[英]Openssl for m68k

I need to cross compile openssl for m68k board, Linux OS kernel 2.6.10 ..Any pointers on which openssl version to be used . 我需要交叉编译适用于m68k板的opensl,适用于Linux OS内核2.6.10 ..使用opensl版本的任何指针。 Currently i am trying to use 0.9.8 . 目前,我正在尝试使用0.9.8 I want to cross compile it for using it with wpa_supplicant ( version 0.7.3 ). 我想交叉编译它以便与wpa_supplicant( 版本0.7.3 )一起使用。

Note: wpa_supplicant needs libssl.a and libcrypto.a so i statically link it while compiling wpa_supplicant 注意:wpa_supplicant需要libssl.a和libcrypto.a,因此我在编译wpa_supplicant时将其静态链接

Basically i tried compiling it and was successful indeed but while executing the wpa_supplicant i get illegal instruction :( 基本上我尝试编译它并且确实成功了,但是在执行wpa_supplicant时我得到了非法指令 :(

Right now am trying to work on the compiler settings but in case if i am missing anything important please let me know 目前正在尝试对编译器设置进行操作,但是如果我错过了任何重要内容,请告诉我

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). 我在编译时遇到了一些问题(这是由于以下原因),我错过了这些设置,并且在包括了这些设置之后便能够与wpa_supplicant一起编译并运行它们而没有任何麻烦)。 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 build = i686-pc-linux-gnu build_cpu = i686 build_os = linux-gnu build_vendor = pc主机= m68k-未知-无host_alias = m68k host_cpu = m68k

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

相关问题 这是适用于m68k处理器的Openssl版本 - Which is the suitable Openssl version for m68k processor 如何使用 m68k-uclinux-gcc 设置堆栈大小? - How to set stack size with m68k-uclinux-gcc? 查找解密文件的-k值(openssl) - finding -k value of decrypted file (openssl) 在C ++中生成从-K到K的随机数(大小为M)的向量 - Generating Vector of Random Number (of Size M) from -K to K in C++ 文件大小 M 和 K 使用命令:du -sh *.a - Files Sizes M and K using command: du -sh *.a 查找无法找到低于1M的文件,但可以在'k'个单位下正常工作 - Find fails to find files below 1M but works fine with 'k' units 为什么我编译的bash(3.8M)比我的系统提供的更大(937K)? - Why the bash I compiled(3.8M) is bigger the one my system provided(937K)? 我正在尝试构建一个应用程序来为 Linux 上的联想 K500 设置背光 colors。需要帮助 - I'm trying to build an app to setup the backlight colors for Lenovo K500 on Linux. Need assistance 将RGB PDF转换为CMYK在Linux上保持100%K(黑色)和100%M(洋红色) - Convert RGB PDF to CMYK keep 100% K (black) AND 100% M(Magenta) on linux M2Crypto 没有安装在 venv 中,或者 swig 没有定义 __x86_64__ 这会破坏针对 OpenSSL 的编译 - M2Crypto doesn't install in venv, or swig doesn't define __x86_64__ which breaks compiling against OpenSSL
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM