[coreboot] ADLO -> SeaBIOS

Kevin O'Connor kevin at koconnor.net
Sun Jan 25 05:26:59 CET 2009


On Fri, Jan 23, 2009 at 02:33:50PM +0800, Yunchuan Qin wrote:
> Yes, I have downloadded
> bios.bin.elf-20081108-viavga<http://linuxtogo.org/~kevin/SeaBIOS/bios.bin.elf-20081108-viavga>
> directly
> from .http://linuxtogo.org/~kevin/SeaBIOS.<http://linuxtogo.org/~kevin/SeaBIOS/bios.bin.elf-20081108>
> But I downloaded the source code from git tree but compiled with errors!
> 
> Compiling whole program out/ccode.16.s
> In file included from src/util.c:8:
> src/bregs.h:98: error: conflicting types for '__set_fail'
> src/output.c:301: error: previous definition of '__set_fail' was here

You have an older version of gcc.  You need to build with:

make AVOIDCOMBINE=1

-Kevin




More information about the coreboot mailing list