I am trying to build openSSL for my embedded board with ARM M4 running with a POSIX compliant OS (MQX). What I need is to build a libwebsocket library with openSSL support for the same environment. So what I am getting from all the web is openssl cross compilation for linux specifically. see below link...which is using linux patch. https://how-to-build-for-arm.wikispaces.com/openssl
while some resources I found are for cyaSSL for ARM.
Can anyone please guide me how should I look into this?
I have basic knowledge of library and building it. apart from following online instruction I don't have any hard core experience with it.
Thank you.