On Sat, Jan 24, 2009 at 11:26:59PM -0500, Kevin O'Connor wrote: > On Fri, Jan 23, 2009 at 02:33:50PM +0800, Yunchuan Qin wrote: > > 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
Since this is so common, I enhanced the build to autodetect the need for AVOIDCOMBINE. With the latest git, everyone should be able to just run "make". -Kevin -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

