V2 VIA EPIA Build Errors

2003-09-30 Thread Randall H. Craig
At the end of the compilation, I get this. gcc -nostdlib -nostartfiles -static -o linuxbios -T ldscript.ld crt0.o nm -n linuxbios | sort linuxbios.map objcopy -O binary linuxbios linuxbios.strip gcc -o buildrom /home/randall/src/linuxbios/freebios2/util/buildrom/buildrom.c ./buildrom

Re: V2 VIA EPIA Build Errors

2003-09-30 Thread Randall H. Craig
On Tue September 30 2003 8:52 pm, Randall H. Craig wrote: tg3--ide-disk.zelf was never built. Is this missing: from the buildrom output, tg3--ide-disk.zelf is supposed to be the payload. Any ideas? I am guessing that this is an etherboot image. What is the pci.ids for the ethernet device?

Re: V2 VIA EPIA Build Errors

2003-09-30 Thread ron minnich
On Tue, 30 Sep 2003, Randall H. Craig wrote: At the end of the compilation, I get this. gcc -nostdlib -nostartfiles -static -o linuxbios -T ldscript.ld crt0.o nm -n linuxbios | sort linuxbios.map objcopy -O binary linuxbios linuxbios.strip gcc -o buildrom