libboost and asio
    Sebastian Huber 
    sebastian.huber at embedded-brains.de
       
    Wed Mar 16 07:41:37 UTC 2011
    
    
  
On 03/15/2011 09:42 PM, Eric Norum wrote:
> Has anyone looked into proting the boost (http://www.boost.org/) and asio (http://think-async.com/) packages to RTEMS?
> Merging the boost and RTEMS build systems looks like a lot of work -- I'm hoping that I'm mistaken in this, though.
> 
> Thanks,
It was quite easy to build boost for RTEMS.  You have to modify the file:
tools/build/v2/user-config.jam
Use something like this:
using gcc : 4.5.2 : powerpc-rtems4.11-g++ ;
A lot of modules work well after minor modifications in the config header.  I
use mainly the header only parts.
-- 
Sebastian Huber, embedded brains GmbH
Address : Obere Lagerstr. 30, D-82178 Puchheim, Germany
Phone   : +49 89 18 90 80 79-6
Fax     : +49 89 18 90 80 79-9
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
    
    
More information about the users
mailing list