Ron,
This is interesting but not fun. Consider the file: ./src/arch/i386/lib/console.inc
When I build now I get: linuxbios_c.o: In function `_start': linuxbios_c.o(.text+0x28): undefined reference to `console_tx_al' linuxbios_c.o(.text+0x35): undefined reference to `console_tx_hex8' linuxbios_c.o(.text+0x42): undefined reference to `console_tx_al' linuxbios_c.o(.text+0x7b): undefined reference to `console_tx_al' linuxbios_c.o(.text+0x88): undefined reference to `console_tx_hex8' linuxbios_c.o(.text+0x95): undefined reference to `console_tx_al' linuxbios_c.o(.text+0xa9): undefined reference to `console_tx_al' linuxbios_c.o(.text+0xb6): undefined reference to `console_tx_hex8' linuxbios_c.o(.text+0xc3): undefined reference to `console_tx_al' OK, let's try this: .globl console_tx_al console_tx_al: etc. etc.
It's related to src/arch/i386/include/arch/intel.h which I checked in for EPIA. I have removed those changes. It should build now. Sorry guys, I should have double check this.
-Andrew