Omar-Mohammad Ataya wrote:
]HOSTCC util/romcc/romcc (this may take a while) ]/home/omar/coreboot/util/romcc/romcc.c: In Funktion »raw_next_token«: ]/home/omar/coreboot/util/romcc/romcc.c:4083:7: Warnung: Variable »wchar« ]gesetzt, aber nicht verwendet [-Wunused-but-set-variable]
Hello Omar,
From the error messages, it looks like you are using gcc 4.6.0, and
possibly the wrong binutils. The current coreboot code is most often compiled using gcc 4.5.2. The best way to ensure no build tool related problems is build a cross compile tool set using coreboot/util/crossgcc/buildgcc.
Thanks, Scott