Hi, I'm trying to compile the cross compiler with version 1.22 of coreboot cross toolchain builder. I just did:
$ make crossgcc
the i386-elf part worked fine but the armv7a-eabi part fails when tries to compile GCC 4.8.1, giving the following error message:
Building GCC 4.8.1 ... failed make[1]: *** [build-without-gdb] Error 1 make: *** [crossgcc] Error 2
I'm doing this on Debian 6 (squeeze)..
help..