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