[coreboot] BUG REPORT: parallel build broken

Warren Turkal wt at penguintechs.org
Mon Sep 13 09:40:27 CEST 2010


I couldn't file this bug report in the trac. It looked like some
reCAPTCHA thing was failing. Please see below.

Thanks,
wt

See the capture from my terminal below. I "make distclean." Then, I
save a default config from menuconfig. Then, I "make -j8," which
fails. A second "make -j8" works.

This happens on a fully synced working copy.

{{{
$ make distclean
$ make menuconfig
#
# configuration written to .config
#


*** End of coreboot configuration.
*** Execute 'make' to build or try 'make help'.
}}}
*NOTE: I saved a default config by exiting menuconfig and saving the
config. This config includes support for qemu.*
{{{
$ make -j8
    HOSTCC     util/romcc/romcc (this may take a while)
...
    CC         southbridge/intel/i82371eb/i82371eb_isa.driver.o
In file included from src/console/uart8250_console.c:3:
src/include/pc80/mc146818rtc.h:89:26: error: option_table.h: No such
file or directory
    CC         southbridge/intel/i82371eb/i82371eb_ide.driver.o
make: *** [build/console/uart8250_console.driver.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from src/southbridge/intel/i82371eb/i82371eb_isa.c:27:
src/include/pc80/mc146818rtc.h:89:26: error:     CC
southbridge/intel/i82371eb/i82371eb_usb.driver.o
option_table.h: No such file or directory
make: *** [build/southbridge/intel/i82371eb/i82371eb_isa.driver.o] Error 1
}}}
Epic fail
{{{
$ make -j8
    ROMCC      mainboard/emulation/qemu-x86/bootblock.inc
...
    PAYLOAD    \e[1;31mnone (as specified by user)\e[0m
    CBFSPRINT  coreboot.rom

coreboot.rom: 256 kB, bootblocksize 658, romsize 262144, offset 0x0
Alignment: 64 bytes

Name                           Offset     Type         Size
fallback/romstage              0x0        stage        7937
fallback/coreboot_ram          0x1f40     stage        27090
(empty)                        0x8980     null         226214
$
}}}
Epic success. :)




More information about the coreboot mailing list