[Xorp-users] Need suggestion about Embedded platform requirments.

Ben Greear greearb at candelatech.com
Tue Jun 29 10:34:06 PDT 2010


On 06/29/2010 10:24 AM, naresh raga wrote:
> Hi Ben,
> Thanks Ben.I have downloaded.I had a doubt.While Cross-compiling
> xorp-1.6,the configure command is
> ./configure --host=${CROSS_ARCH}
> --with-openssl=${CROSS_ROOT_ARCH}/usr/local/ssl
> What are the corresponding options with scons.How to provide openssl to
> scons build.

I'd try:  scons CXX=my-arm-g++ CC=my-arm-gcc

As for openssl, you are going to have to cross-compile it as well
and somehow make it visible to your build environment.  Probably
the cross-compiler toolchains are going to look somewhere special
for their standard includes and libs, so you can put the cross-compiled
openssl there.  You *might* be able to find a cross-compiled openssl
already, perhaps from wherever you got your cross-compiler toolchain.

I don't have time to deal with setting up a cross-compiler chain now, but
if you have one, and can get openssl cross-compiled, I may be able to help
with any other issues.

Thanks,
Ben


-- 
Ben Greear <greearb at candelatech.com>
Candela Technologies Inc  http://www.candelatech.com



More information about the Xorp-users mailing list