On Aug 31, 2014 9:28 PM, "Michael Cantrell"
wrote:
>
> Hi,
>
> I'm trying to run OpenSSL on an ARM922T processor running uClinux, and
I'm having trouble. I'm able to cross compile the binary and libraries
using the manufacturer's toolchain.
>
> ./Configure linux-generic32 -DL_ENDIAN --prefix=/usr/
Hi,
I'm trying to run OpenSSL on an ARM922T processor running uClinux, and I'm
having trouble. I'm able to cross compile the binary and libraries using
the manufacturer's toolchain.
./Configure linux-generic32 -DL_ENDIAN --prefix=/usr/local/arm-elf
--openssldir=/home/openssl no-dso
Edit Makefile
thank you for your advice.
I do have established my cross-compiling toolchain: arm-linux-gcc(sorry
i forget the version num.) Now I want to Re-compile the OpenSSL with it.I
don't know exactly how to do this.Should i modify the equation: CC=gcc to
CC=arm-linux-gcc? just that simple?It seems that
sun yingming wrote:
> I'm now trying to realize a SSL connection on embedded system.But I
> had some problems in the beginning.how can i compile the OpenSSL in
> arm-linux-gcc? Simple by changing the gcc to arm-linux-gcc in the
> Makefile?
> But i got the error as in the ScreenShot.png.
> how can
hi:
I'm now trying to realize a SSL connection on
embedded system.But I had some problems in the beginning.how can i compile
the OpenSSL in arm-linux-gcc? Simple by changing the gcc to
arm-linux-gcc in the Makefile?
But i got the error as in the ScreenShot.png.
how can i do with this