Hello,
I would like to build the aforementioned toolchain from source. Previous releases by Linaro contained a framework called ABE that allowed to do it in a rather convenient way.
The source tarball currently published here contains only raw sources. Are there any plans to package the sources together with ABE or a similar build script utility?
Thanks a lot
Andrej
Small correction, not all toolchain components will react to -v like in above example with c++ cross compiler.For example GDB configurationc an be obtained with --configuration command line switch:
arm-linux-gnueabihf/bin $ ./arm-linux-gnueabihf-gdb --configuration
This GDB was configured as follows: configure --host=x86_64-pc-linux-gnu --target=arm-linux-gnueabihf --with-auto-load-dir=$debugdir:$datadir/auto-load --with-auto-load-safe-path=$debugdir:$datadir/auto-load --with-expat --with-gdb-datadir=/share/gdb (relocatable) --with-jit-reader-dir=/lib/gdb (relocatable) --without-libunwind-ia64 --without-lzma --with-python=/arm/tools/python/python/2.7.6_ucs4/rhe6-x86_64 (relocatable) --without-guile --with-separate-debug-dir=/lib/debug (relocatable) --with-sysroot=/arm-linux-gnueabihf/libc (relocatable) --without-babeltrace("Relocatable" means the directory can be moved with the GDB installationtree, and GDB will still find it.)