Hi reinhard,

Am Donnerstag, den 15.01.2009, 06:04 -0800 schrieb reinhard doerner:
> 
> Hi all.
> 
> I've successfully compiled embedded-minimal.
> No I wish to use the generated toolchain outside of t2 build tree.
> 
> Any recommendation ? 

Add the following folders to $PATH:
  ${base}/build/$ID/TOOLCHAIN/tools.cross/crosscc
  ${base}/build/$ID/TOOLCHAIN/tools.cross/bin

When using pkg-config you may also need to set:
  export PKG_CONFIG_LIBDIR=${base}/$ID/usr/lib/pkgconfig

Some configure and libtool scripts may need to pick up the correct
libraries, settings LDFLAGS guides them to right location then:
  export LDFLAGS="-L ${base}/build/$ID/usr/lib"

You may have to change permissions if you want to build as non root
user, check ${base}/build/$ID.

Michael



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to