Re: OpenSSL on arm-elf architecture

2014-08-31 Thread Geoffrey Thorpe
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/

OpenSSL on arm-elf architecture

2014-08-31 Thread Michael Cantrell
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

Re: openssl on arm

2006-02-20 Thread sun yingming
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

Re: openssl on arm

2006-02-17 Thread Bear Giles
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

openssl on arm

2006-02-16 Thread sun yingming
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