Re: [Etherboot-developers] Error in elf make for website
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-04-14 15:54:30
|
>different systems. When I saw the new options for the cards, I decided >that I would try it, for the two that I am most familiar with, the >3C509, and the 3C905. For those two, it broke, as indicated. I have not Looking at the Makefile and Roms file. 3c509 (ISA) is not supported for LinuxBIOS, so there is no make target for it. 3c905 (PCI) is supported for LinuxBIOS as Eric indicated. But the problem is that you (or the rom-o-matic script) should be asking for foo.ebi, not foo.elf. foo.elf is not a valid make target. |