On 10/10/11 9:02 AM, Alp Eren Köse wrote:
As written on the subject 'make crossgcc' fails as following: Skipping GDB as requested by command line Building IASL 20110623 ... failed make[1]: *** [build-without-gdb] Error 1 make: *** [crossgcc] Error 2
Anyone knows why? and the "util/crossgcc/acpica-unix-20110623/compiler/crossgcc-build.log" file is at the attachment.
complete output below:
Welcome to the coresystems cross toolchain builder v1.04 (August 8th, 2011)
Will skip GDB ... ok Downloading tar balls ...
- gmp-5.0.1.tar.bz2 (downloading)
- mpfr-3.0.0.tar.bz2 (downloading)
- mpc-0.8.2.tar.gz (downloading)
- libelf-0.8.13.tar.gz (downloading)
- gcc-core-4.5.2.tar.bz2 (downloading)
- binutils-2.20.1.tar.bz2 (downloading)
- acpica-unix-20110623.tar.gz (downloading)
Downloaded tar balls ... ok Unpacking and patching ...
- gmp-5.0.1.tar.bz2
- mpfr-3.0.0.tar.bz2 o mpfr-3.0.0_allpatches_20101216.patch
- mpc-0.8.2.tar.gz
- libelf-0.8.13.tar.gz
- gcc-core-4.5.2.tar.bz2 o gcc-4.5.2_pragma.patch
- binutils-2.20.1.tar.bz2 o binutils-2.20.1_no-bfd-doc.patch
- acpica-unix-20110623.tar.gz
Unpacked and patched ... ok Building GMP 5.0.1 ... ok Building MPFR 3.0.0 ... ok Building MPC 0.8.2 ... ok Building libelf 0.8.13 ... ok Building binutils 2.20.1 ... ok Building GCC 4.5.2 ... ok Skipping GDB as requested by command line Building IASL 20110623 ... failed make[1]: *** [build-without-gdb] Error 1 make: *** [crossgcc] Error 2
Sounds like $(CC) is not set for some reason?
Stefan Reinauer wrote:
Building IASL 20110623 ... failed make[1]: *** [build-without-gdb] Error 1 make: *** [crossgcc] Error 2
Sounds like $(CC) is not set for some reason?
I spent some time debugging this when I first encountered it but I don't know how simple the solution is. CC indeed ends up blank, but I didn't see an obvious solution. iasl makes ugly.
//Peter
The script doesn't help. What do I need to do? set the CC variable to gcc in the environment?
2011/10/11 Peter Stuge peter@stuge.se
Stefan Reinauer wrote:
Building IASL 20110623 ... failed make[1]: *** [build-without-gdb] Error 1 make: *** [crossgcc] Error 2
Sounds like $(CC) is not set for some reason?
I spent some time debugging this when I first encountered it but I don't know how simple the solution is. CC indeed ends up blank, but I didn't see an obvious solution. iasl makes ugly.
//Peter
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot