El Nerdo wrote: > I know that there might be a problem making the coreboot rom in > certain linux distros so do you know of a distro that has a good > compatibility in order to achieve this build?
Most if not all distributions will be usable as long as you make sure to run: make crossgcc inside the coreboot source tree as the first command. This will build a working toolchain which can then be used to build coreboot. Verify that crossgcc has succeeded like so: cat .xcompile //Peter -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

