Coreboot: Difference between revisions

imported>Milahu
m configure: set mainboard, flash size, ...
imported>Milahu
m remove outdated section: compiler version
Line 55: Line 55:
qemu-system-x86_64 -bios build/coreboot.rom -serial stdio
qemu-system-x86_64 -bios build/coreboot.rom -serial stdio
</syntaxHighlight>
</syntaxHighlight>
=== Compiler version ===
<code>gcc</code> (provided by <code>clang</code>) and <code>gnat</code> (the GNU Ada compiler) must have the same version
<syntaxHighlight lang=console>
gcc --version
gnat --version
</syntaxHighlight>
For example, both have version <code>10.3.0</code>


== Building as derivation ==
== Building as derivation ==