ARMおよびi586アーキテクチャ用のクロスNGを構築しようとしています。ct-ng build
GCCをコンパイルしようとすると失敗します。すでにPPLバージョン1.0-1をインストールしました。バージョン0.11.2-2も試してみました。GCCの構成スクリプトがPPLを見つけられないのに、すでにそこにあるのはなぜか理解できません...
すべて同じ結果:
...
[CFG ] checking for the correct version of gmp.h... yes
[CFG ] checking for the correct version of mpfr.h... yes
[CFG ] checking for the correct version of mpc.h... yes
[CFG ] checking for the correct version of the gmp/mpfr/mpc libraries... yes
[CFG ] checking for PWL_handle_timeout in -lpwl... yes
[CFG ] checking for version 0.11 (revision 0 or later) of PPL... no
[ERROR] configure: error: Unable to find a usable PPL. See config.log for details.
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Installing pass-1 core C compiler'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@172]
[ERROR] >> called from: do_cc_core_backend[scripts/build/cc/gcc.sh@343]
[ERROR] >> called from: do_cc_core_pass_1[scripts/build/cc/gcc.sh@88]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@598]
[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] >> 'docs/B - Known issues.txt'
[ERROR]
[ERROR] (elapsed: 7:27.12)
それが重要な場合、私のボックス:
uname -m x86_64
distro: archlinux
gcc -v: gcc version 4.7.1 20120721 (prerelease) (GCC)