http://sourceware.org/bugzilla/show_bug.cgi?id=15707

--- Comment #1 from Emmanuel Deloget <logout at free dot fr> ---
Regarding the build-toolchain.sh script:

I tried to automate every steps of the build process, including wget'ing the
source. 

Once compiled, the toolchain binaries is to be found in
$PWD/staging/armeb-edt-linux-gnueabi/usr/bin; these binaries are using host
librairies that lie in $PWD/staging/host/usr/lib (so you may want to add this
to your LD_LIBRARY_PATH before calling armeb-edt-linux-gnueabi-g++). 

You may want to remove the parts you don't want from the script (for instance,
the last steps compile a linux kernel ; this is of limited interest). 

My build settings: Debian Weezhy with gcc 4.8.1 and binutils 2.22.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to