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