|
Boost-Build : |
Subject: Re: [Boost-build] cross compiling linux boost libraries
From: Moritz Hassert (mhassert_at_[hidden])
Date: 2010-07-01 08:23:31
Hi,
Madhukar Sandi wrote:
> using gcc : : mipsel-linux-g++ ;
I think you should give it a version. As far as I understand this does not
have to be a number, you could, for example say:
using gcc : mipsel : mipsel-linux-g++ ;
> [root_at_infba01388 boost_1_43_0]# ./bjam tooset-module=gcc-mips
Then you must call bjam with
./bjam --toolset=gcc-[YOUR_VERSION]
using my example above would be
./bjam --toolset=gcc-mipsel
But maybe the version 'mips' is somehow autodetected (I never had to do with
that target). Then, all you need to do is
./bjam --toolset=gcc-mips
Greetings
Moritz
Geschaeftsfuehrer: Dipl.-Inform. Christopher Asp
Amtsgericht Mannheim HRB 105845
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk