This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See crosstool-NG for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi, I was building crosstool-NG for cross compiler of alpha ev67 on Ubuntu 8.04. On the way to build crosstool-NG, I encountered some error as following below. $ ct-ng build.2 [INFO ] Performing some trivial sanity checks [INFO ] Build started 20120709.084702 [INFO ] Building environment variables [INFO ] ================================================================= [INFO ] Retrieving needed toolchain components' tarballs [INFO ] Retrieving needed toolchain components' tarballs: done in 30.50s (at 00:37) [INFO ] ================================================================= [INFO ] Extracting and patching toolchain components [INFO ] Extracting and patching toolchain components: done in 62.08s (at 01:39) [INFO ] ================================================================= [INFO ] Installing GMP for host [INFO ] Installing GMP for host: done in 180.54s (at 04:40) [INFO ] ================================================================= [INFO ] Installing MPFR for host [INFO ] Installing MPFR for host: done in 38.02s (at 05:18) [INFO ] ================================================================= [INFO ] Installing PPL for host [INFO ] Installing PPL for host: done in 351.03s (at 11:09) [INFO ] ================================================================= [INFO ] Installing CLooG/PPL for host [INFO ] Installing CLooG/PPL for host: done in 21.48s (at 11:31) [INFO ] ================================================================= [INFO ] Installing MPC for host [INFO ] Installing MPC for host: done in 19.76s (at 11:50) [INFO ] ================================================================= [INFO ] Installing binutils for host [INFO ] Installing binutils for host: done in 120.33s (at 13:51) [INFO ] ================================================================= [INFO ] Installing pass-1 core C compiler [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@158] [ERROR] >> called from: do_cc_core_backend[scripts/build/cc/gcc.sh@359] [ERROR] >> called from: do_cc_core_pass_1[scripts/build/cc/gcc.sh@97] [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] >> 'build-tool/share/doc/crosstool-ng/ct-ng.1.15.2/B - Known issues.txt' [ERROR] [ERROR] (elapsed: 13:53.87) [13:54] / make[1]: *** [build] Error 1 make: *** [build.2] Error 2 So, I opened build.log file as following below. $ vi build.log ........................... ........................... 48894 [CFG ] checking for the correct version of mpc.h... yes 48895 [CFG ] checking for the correct version of the gmp/mpfr/mpc libraries... yes 48896 [CFG ] checking for PWL_handle_timeout in -lpwl... no 48897 [CFG ] checking for version 0.11 (revision 0 or later) of PPL... no 48898 [ERROR] configure: error: Unable to find a usable PPL. See config.log for details. 48899 [ERROR] 48900 [ERROR] >> 48901 [ERROR] >> Build failed in step 'Installing pass-1 core C compiler' 48902 [ERROR] >> called in step '(top-level)' 48903 [ERROR] >> 48904 [ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@158] 48905 [ERROR] >> called from: do_cc_core_backend[scripts/build/cc/gcc.sh@359] 48906 [ERROR] >> called from: do_cc_core_pass_1[scripts/build/cc/gcc.sh@97] 48907 [ERROR] >> called from: main[scripts/crosstool-NG.sh@598] 48908 [ERROR] >> 48909 [ERROR] >> For more info on this error, look at the file: 'build.log' 48910 [ERROR] >> There is a list of known issues, some with workarounds, in: 48911 [ERROR] >> 'build-tool/share/doc/crosstool-ng/ct-ng.1.15.2/B - Known issues.txt' 48912 [ERROR] 48913 [ERROR] (elapsed: 13:53.87) After watching error message in build.log, I installed ppl-0.11 and rebuilt crosstool-NG but result is same. Please advise me for this problem. Thanks for help in advance. Regard, Kim -- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |