I am attempting to setup a Disk on Chip utilizing Freebios instructions. I get to the
point where you run the python script to create the Make and other associated files.
When I enter the directory and run the make command I receive the following error:
ld -T ldscript.ld -o linuxbios crt).o linuxbios.a
linuxbios.a(do_inflate): Infunction 'inflate codes'
do_inflate.o(.test+0x6a9): undefined reference to 'fill_inbuf'
do_inflate.o(.test+0x719): undefined reference to 'fill_inbuf'
do_inflate.o(.test+0x7c5): undefined reference to 'fill_inbuf'
do_inflate.o(.test+0x825): undefined reference to 'fill_inbuf'
do_inflate.o(.test+0x891): undefined reference to 'fill_inbuf'
linuxbios.a(do_inflate.o)(.txt+0x8c5): more undefined references to 'fill_inbuf' follow
MAKE: * * * [linuxgios] error1
Any suggestions as to what I have done wrong or overlooked. I have followed the
instruction verbatim.
Carl Chandler
[EMAIL PROTECTED]