Hi,
I'm trying to build x-tools6h and get an error since there are no instructions on wherefrom to fetch the custom binutils:
[INFO ] Performing some trivial sanity checks
[INFO ] Build started 20160824.074518
[INFO ] Building environment variables
[EXTRA] Preparing working directories
[EXTRA] Installing user-supplied crosstool-NG configuration
[EXTRA] =================================================================
[EXTRA] Dumping internal crosstool-NG configuration
[EXTRA] Building a toolchain for:
[EXTRA] build = x86_64-pc-linux-gnu
[EXTRA] host = x86_64-pc-linux-gnu
[EXTRA] target = arm-unknown-linux-gnueabihf
[EXTRA] Dumping internal crosstool-NG configuration: done in 0.08s (at 00:02)
[INFO ] =================================================================
$ ct-ng build
[INFO ] Retrieving needed toolchain components' tarballs
[EXTRA] Retrieving 'linux-4.5.2'
[EXTRA] Saving 'linux-4.5.2.tar.xz' to local storage
[EXTRA] Retrieving 'gmp-6.1.0'
[EXTRA] Saving 'gmp-6.1.0.tar.xz' to local storage
[EXTRA] Retrieving 'mpfr-3.1.4'
[EXTRA] Saving 'mpfr-3.1.4.tar.xz' to local storage
[EXTRA] Retrieving 'isl-0.16.1'
[EXTRA] Saving 'isl-0.16.1.tar.xz' to local storage
[EXTRA] Retrieving 'mpc-1.0.3'
[EXTRA] Saving 'mpc-1.0.3.tar.gz' to local storage
[EXTRA] Retrieving 'libiconv-1.14'
[EXTRA] Saving 'libiconv-1.14.tar.gz' to local storage
[EXTRA] Retrieving 'gettext-0.19.6'
[EXTRA] Saving 'gettext-0.19.6.tar.xz' to local storage
[ERROR] binutils: Unable to read /home/user/cross/src/binutils-2.26.tar.gz, make sure the setting is correct and double check the permissions!
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_Abort[scripts/functions@369]
[ERROR] >> called from: CT_GetCustom[scripts/functions@692]
[ERROR] >> called from: do_binutils_get[scripts/build/binutils/binutils.sh@8]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@570]
[ERROR] >>
[ERROR] >> For more info on this error, look at the file: 'build.log'
[ERROR] >> There is a list of known issues, some with workarounds, in:
[ERROR] >> '/usr/share/doc/crosstool-ng/crosstool-ng-1.22.0-201-g11cb2dd/B - Known issues.txt'
[ERROR]
[ERROR] (elapsed: 1:51.81)
[01:52] / make: *** [/usr/bin/ct-ng:152: build] Error 1
I want to build my own since I want to use the chain on hosts that are not Arch, and the prebuilt ones throw an error there. The error above is on an Arch system, however (I wanted to make sure it didn't work on that either).
Anyways, this means that the description on the wiki on how to build your own do not work. Could somebody please advise?