I get this error when trying to build linuxbios:
gcc -nostdlib -nostartfiles -static -o linuxbios -T ldscript.ld
linuxbios.o
ldscript.ld:133: undefined symbol `root=/dev/hda1 single' referenced in
expression
The undefined symbol is whatever I set "commandline" to in the config
file (I'm using a config almost identical to the provided matsonic.config)
Line 133 in ldscript.ld is the end of the file...
Happens with gcc 2.96 (Red Hat 7.1) with binutils 2.10.91 or gcc 3.0 with
binutils 2.11.
Any ideas?
-Jake