...your main source of everything AVR32 Linux
Search: 

Navigation

This site is powered by the TWiki collaboration platform

_email0

Boost

How to cross-compile boost for AVR32

cd to the boost source directory, then create symbolic links to the toolchain. Add ./ to the head of your path, to force the stupid "jam" system to use the cross tool chain.

    cd boost_1_34_1
    ln -s `which avr32-linux-g++` g++ 
    ln -s `which avr32-linux-ar` ar 
    ln -s `which avr32-linux-ranlib` ranlib 
    ln -s `which avr32-linux-as` as 
    ln -s `which avr32-linux-ld` ld 
    export PATH=./:$PATH
    ./configure --prefix=/usr/avr32-linux
    make
    make install

r1 - 10 Jan 2008 - 20:34 - JohnVoltz
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.
Atmel®, AVR® and others are registered trademarks or trademarks of Atmel Corporation or its subsidiaries.
All other trademarks are the property of their respective owners.
Powered by TWiki/Dakar Wed, 08 Feb 2006 build 8740
Syndicate this site RSSATOM