Hello, when I tried to compile coreboot it gave me this error message. https://pastebin.com/raw/mK9jc5eX
Hi Andrew,
On 13.09.20 05:59, Andrew Lee via coreboot wrote:
Hello, when I tried to compile coreboot it gave me this error message. https://pastebin.com/raw/mK9jc5eX
you have to use the i386-elf toolchain. When you built it, you might have to `rm .xcompile` in your toplevel coreboot dir. So it will run the toolchain detection again.
Nico