antonio catani <[EMAIL PROTECTED]> writes:
> I have a redhat 7.2 installed in bulid machine with kernel 2.4.7 from
> kernel.org, i'm try to compile linuxbios, after patched kernel and after exec
> python utility for configuration, the all things go on without any error, but
> when try to exec make in directory where linubios put makefile and other
> things like that, i got this kind of error
Two things
(a) remove ``arch i386'' it is being specified twice and that is why
you get the multiple commands.
(b) add ``option USE_DOC_MIL'' the rom type wasn't specified...
The sample config file is slightly out of date.
Eric