[coreboot] ROM option compile problem

jeroenkrabbendam at fastmail.fm jeroenkrabbendam at fastmail.fm
Thu Nov 1 12:16:59 CET 2012


Hi,

I am not very familiar with C programming, and therefore cannot repair the following problem.

In the last branch of coreboot, selecting one of the 'Run (non-)VGA Option ROMs' results in an error:

    CC         devices/dummy_chip_ops.ramstage.o
    CC         devices/oprom/x86.ramstage.o
src/devices/oprom/x86.c: In function ■interrupt_handler■:
src/devices/oprom/x86.c:408:3: error: unknown field ■eax■ specified in initializer
cc1: warnings being treated as errors
src/devices/oprom/x86.c:408:3: error: missing braces around initializer
src/devices/oprom/x86.c:408:3: error: (near initialization for ■(anonymous).<anonymous>■)
src/devices/oprom/x86.c:409:3: error: unknown field ■ecx■ specified in initializer
src/devices/oprom/x86.c:410:3: error: unknown field ■edx■ specified in initializer
src/devices/oprom/x86.c:411:3: error: unknown field ■ebx■ specified in initializer
src/devices/oprom/x86.c:412:3: error: unknown field ■esp■ specified in initializer
src/devices/oprom/x86.c:413:3: error: unknown field ■ebp■ specified in initializer
src/devices/oprom/x86.c:414:3: error: unknown field ■esi■ specified in initializer
src/devices/oprom/x86.c:415:3: error: unknown field ■edi■ specified in initializer
make: *** [build/devices/oprom/x86.ramstage.o] Error 1


Very easy to reproduce, just select one of the aforementioned options.

Any ideas??

Thx, Jeroen Krabbendam





More information about the coreboot mailing list