On Mon, 10 Feb 2003, Richard Smith wrote: > Ronald G. Minnich wrote: > > this is a problem with some recent changes to the build process and I > > don't know what it is yet.
> If I remove SERIAL_POST from my config files then it builds. Note thats > _remove_ not set =0. > > ./arch/i386/include/arch/intel.h seems to be the offending section for me. > > It has a > > #if SERIAL_POST > > blah.. > CALLSP(console_tx_al) that's a good thing to know but a side-effect. I think the real problem is that the definitions of console_tx_al etc. should have a .globl with them and they don't. I'm going to try that. ron _______________________________________________ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

