Boost logo

Boost-Build :

Subject: Re: [Boost-build] boost for arm embedded system
From: Jürgen Hunold (juergen.hunold_at_[hidden])
Date: 2011-02-19 07:37:20


Hi David,

On Saturday, 19. February 2011 13:09:37 David C Liebman wrote:
> this is my user-config.jam :
>
> using gcc : 4.5.1 :
> /home/dave/bin/sourcery/bin/arm-none-linux-gnueabi-g++ ;
>
> this is my command line:
>
> ./bjam --toolset=arm-none-linux-gnueabi-g++
> --prefix=/home/dave/workspace/urbi_arm_source/boost_1_45_0/_build
> --debug-configuration install

This should be

./bjam toolset=gcc-arm-none-linux-gnueabi-g++ ...

because this is only a special gcc version. And no "--" on toolset. You should
even be able to omit "toolset=" and just invoke bjam gcc-arm-none-linux-
gnueabi-g++

Yours,

Jürgen

-- 
* Dipl.-Math. Jürgen Hunold       ! Ingenieurgesellschaft für 
* voice: ++49 511 262926 57       ! Verkehrs- und Eisenbahnwesen mbH  
* fax  : ++49 511 262926 99       ! Lister Straße 15
* juergen.hunold_at_[hidden]        ! www.ivembh.de
* 
* Geschäftsführer:                ! Sitz des Unternehmens: Hannover
* Prof. Dr.-Ing. Thomas Siefer    ! Amtsgericht Hannover, HRB 56965
* PD Dr.-Ing. Alfons Radtke       !

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