On Sat, May 13, 2006, Edwin Cordeiro wrote: > Hi, > > I want to use openssl on a Montavista linux for a embedded ARM 9. Is it > possible? > I'm using CentOS 4 to compile for the Montavista using a cross-compiler > supplied by Montavista, but I can't setup the make file to do this. The > Configure offers no options for arm-linux. How do I compile it? >
Depends on the version you want to use. Check out the 'config' script which will auto detect ARM for a native compile. It uses linux-generic32 with -DB_ENDIAN or -DL_ENDIAN as appropriate. You may then have to change the Makefile to use the correct cross compilation tools. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
