Hi Patrick and Stefan, I tried to test Patricks new patch "Change Id9e6b204: buildgcc: Explicitely state CC everywhere" but crossgcc doesn't compile at al.
The problem started after commit: "Change I1b7d5b89: buildgcc: Update coreboot reference toolchain to gcc 4.6.2"
The messages are: nils@Debian:~/coreboot$ make crossgcc Welcome to the coreboot cross toolchain builder v1.07 (November 1st, 2011)
Invalid option
Usage: ./buildgcc [-V] [-c] [-p <platform>] [-d <target directory>] [-D <dest dir>] [-G] [-S] ./buildgcc [-V|--version] ./buildgcc [-h|--help]
Options: [-V|--version] print version number and exit [-h|--help] print this help and exit [-c|--clean] remove temporary files before build [-t|--savetemps] don't remove temporary files after build [-j|--jobs <num>] run <num> jobs in parallel in make [-p|--platform <platform>] target platform to build cross compiler for (defaults to i386-elf) [-d|--directory <target dir>] target directory to install cross compiler to (defaults to /home/nils/coreboot/util/crossgcc/xgcc)
[-D|--destdir <dest dir>] destination directory to install cross compiler to (for RPM builds, default unset) [-G|--gdb] build GNU debugger [-S|--scripting] build scripting support for GDB
make[1]: *** [build-without-gdb] Error 1 make: *** [crossgcc] Error 2 nils@Debian:~/coreboot$
Thanks, Nils.
Am Sa 05 Nov 2011 20:16:01 CET schrieb Nils:
I tried to test Patricks new patch "Change Id9e6b204: buildgcc: Explicitely state CC everywhere" but crossgcc doesn't compile at al.
The problem started after commit: "Change I1b7d5b89: buildgcc: Update coreboot reference toolchain to gcc 4.6.2"
The messages are: nils@Debian:~/coreboot$ make crossgcc Welcome to the coreboot cross toolchain builder v1.07 (November 1st, 2011)
Invalid option
Does http://review.coreboot.org/#change,417 fix it for you?
Patrick
Op zondag 06-11-2011 om 11:31 uur [tijdzone +0100], schreef Patrick Georgi:
Am Sa 05 Nov 2011 20:16:01 CET schrieb Nils:
I tried to test Patricks new patch "Change Id9e6b204: buildgcc: Explicitely state CC everywhere" but crossgcc doesn't compile at al.
The problem started after commit: "Change I1b7d5b89: buildgcc: Update coreboot reference toolchain to gcc 4.6.2"
The messages are: nils@Debian:~/coreboot$ make crossgcc Welcome to the coreboot cross toolchain builder v1.07 (November 1st, 2011)
Invalid option
Does http://review.coreboot.org/#change,417 fix it for you?
Patrick
I tested trunk 643c9e892fab5f73dde566b9ffb73f2f0463d9a7 and that works fine now.
Thanks for your efforts.
Nils.