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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

