treoubles building a linuxbios rom

Steve M. Gehlbach steve at nexpath.com
Sun Feb 2 14:06:01 CET 2003


> gcc -nostdlib -nostartfiles -static -o linuxbios_c -T 
> /root/linuxbios/freebios/src/config/linuxbios_c.ld linuxbios_c.o
> linuxbios_c.o: In function `mdelay':
> linuxbios_c.o(.text+0xa99): undefined reference to `udelay'
> collect2: ld returned 1 exit status
> make: *** [linuxbios_c] Error 1
> 
> I'm not able to build a rom successfully :(
> 
> as

Try adding to the config:

option CONFIG_UDELAY_TSC=1

and see if this won't correct the undefined reference to udelay.

-Steve



More information about the coreboot mailing list