$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Compile boost for arm-eabi (Carlos)
From: Nikolai Burtsev (nikolai_burtsev_at_[hidden])
Date: 2010-02-28 07:07:22
> How I could compile boost for another arquitecture?
I know this is not the right way for cross-compile the boost libs, but it works (i have used it for boost-41)
cd to boost libraries and create software links there:
ln -s /opt/crosstools/bin/arm-linux-g++ g++
ln -s /opt/crosstools/bin/arm-linux-ar ar
ln -s /opt/crosstools/bin/arm-linux-ranlib ranlib
ln -s /opt/crosstools/bin/arm-linux-as as
ln -s /opt/crosstools/bin/arm-linux-ld ld
set your PATH
export PATH= ". :$PATH"
then build it (as it was for gcc)