open ssl在mips和arm下的交叉编译

open ssl在mips和arm下的交叉编译
===========================================================
作者: softwinder(http://softwinder.itpub.net)
发表于: 2004.12.07 17:19
分类: linux编程问题
出处: http://softwinder.itpub.net/post/1093/8918
—————————————————————

arm:
./Configure linux-elf-arm -DB_ENDIAN linux:’ arm-linux-gcc -mbig-endian’
make
值得注意的是,在arm交叉编译环境中,引用库的顺序为:-lssl -lcrypto,如果为 -lcrypto -lssl就会编译错误

mips:
./Configure linux-mips -DB_ENDIAN linux:’ mips-linux-gcc’
make

回复

你的邮件地址不会被公开(Your email address will not be published.) Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>