* Антон Кочков anton.kochkov@gmail.com [110423 06:55]:
Hello! I'm trying to build coreboot with Clang/LLVM. Why? Because Clang produce nice error/warning messages, which help find a bugs.
Here will be discussion about such things.
Attached first log: ROMCC mainboard/emulation/qemu-x86/bootblock.inc src/arch/x86/init/bootblock_simple.c:1:10: fatal error: 'bootblock_common.h' file not found #include <bootblock_common.h>
Looks like your checked out tree is messed up. It does not even die calling clang, but ROMCC, on a file that certainly exists.
Stefan