On 3/19/07, Ward Vandewege ward@gnu.org wrote:
Same here - I'd like to start working from the mainline tree. Uwe or Stefan, any thoughts on what's still missing? I know it's the USB debug stuff, but there seem to be some other problems too - I just tried disabling the USB debug functionality for the m57sli, and got an error related to do_printk:
gcc -m32 -nostdlib -nostartfiles -static -o linuxbios -T ldscript.ld crt0.o crt0.o: In function `ram_check':crt0.S:(.rom.text+0x12a): undefined reference to `do_printk' :crt0.S:(.rom.text+0x137): undefined reference to `do_printk' :crt0.S:(.rom.text+0x148): undefined reference to `do_printk' :crt0.S:(.rom.text+0x15a): undefined reference to `do_printk' :crt0.S:(.rom.text+0x16b): undefined reference to `do_printk' crt0.o:crt0.S:(.rom.text+0x17c): more undefined references to `do_printk' follow collect2: ld returned 1 exit status make[1]: *** [linuxbios] Error 1 make[1]: Leaving directory `/home/ward/lb/LinuxBIOSv2/targets/gigabyte/m57sli/m5 7sli/normal' make: *** [normal/linuxbios.rom] Error 1
I'm testing a pach that includes the remaining bits except for USB debug. I'll post it in about an hour.
--Ed