$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Static link boost library using arm compiler
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-02-24 09:31:34
Igor R wrote:
>> I'm some weeks trying to resolve a problem in static linking a boost
>> library. The compiler finds the library but it says that it is incompatible.
>
> Did you try to add architecture=arm to bjam line?
I am afraid this will not help, itself. Please see:
http://www.boost.org/boost-build2/doc/html/bbv2/tasks/crosscompile.html
for description how to cross-compile Boost. You might want to first try
bjam ... -n
and double check that command lines use the arm cross compiler before
doing the actual build.
HTH,
Volodya