Boost logo

Threads-Devel :

Subject: Re: [Threads-devel] Boost build on ARM
From: Scott Bailey (Bailey_at_[hidden])
Date: 2010-08-17 11:02:17


Get the source.

Compile:

   - ./bootstrap.sh
   - edit project-config.jam (add the next line at the bottom, don't forget
   the semi colon!)
      - using gcc : arm : <full path to location of your 'arm-linux-gcc'> ;

      - example: using gcc : arm :
      /opt/crosstool/gcc-4.0.1-glibc-2.3.5/arm-unknown-linux-gnu/bin/arm-unknown-linux-gnu-gcc
;

   - ./bjam toolset=gcc-arm

On Mon, Aug 16, 2010 at 6:44 AM, diya das <diyadas_at_[hidden]> wrote:

> Hi All,
>
> Has anyone been successful in building boost threads using gnu-arm cross
> compile tool chain to run on arm-linux boards.
> Any help on this is highly appreciated.
>
> Thanks.
>
>
>
> _______________________________________________
> threads-devel mailing list
> threads-devel_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/threads-devel
>

-- 
Scott Bailey


Threads-Devel 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