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.

I have this issue as well.

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)
blah...
CALLSP(console_tx_hex8)

#else
; send to port 80 like normal.
#endif

Which means it hasen't been updated to the OPTION=1 system correct? So regardless if SERIAL_POST 1 or 0 this will be built. Perhaps there is a dependancy thats not making it into some of thie builds?


_______________________________________________
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios

Reply via email to