Hi Linaro Toolchain Group,
I am trying to compiling cross aarch64-linux-gnu toolchain using local directory (tar file) for gcc. I am using file:/// as mentioned in the https://wiki.linaro.org/ABE.
../abe/abe.sh --target aarch64-linux-gnu --build all --release 20150819 --tarbin gcc=file:///home/vpathak/arm/toolchain/build/snapshots/gcc-2015.11-5.tar.bz2
But I get following error: ERROR (#146): get_URL (not supported for .tar.* files.) ERROR (#533): get_source (file:///home/vpathak/arm/toolchain/build/snapshots/gcc-2015.11-5.tar.bz2 not a valid sources.conf identifier.) TRACE(#190): checkout () ERROR (#193): checkout (No URL given!) ERROR (#161): checkout_all (Failed checkout out of gcc.)
Am I missing something ? How can we use a local directory (e.g. gcc source code) for building toolchain using abe ?
Please help.
Thanks.