Topic: wolfSSL cross-compile question
Dear all,
I need some helps about cross-compiling wolfSSL embedded SSL.
I want to cross-compile wolfSSL with arm tool chain, and finally run on an eCos embedded system.
I referred the wolfSSL manual, seems the configure tool can’t generate the makefile for cross-compiler.
And I also refered “Building in a Non-Standard Environment” session in the manual,
and followed the steps to copy the .c and .h files/directories.
But I don’t know how to build the source code. Is there any hint about cross-compiling the wolfSSL.
Or I just need to use arm-elf-gcc to compile all the .c files and include all the .h files?
Douglas