Re: [Etherboot-developers] Mknbi cvs broken?
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-09-26 16:57:42
|
>I just downloaded the latest CVS of mknbi and I did a make and it compiled pr >operly but when I did a make install, the following error occured > >mkdir -p /usr/lib/mknbi >install mknbi disnbi dismbr disdosbb /usr/lib/mknbi/ >install -m 644 Nbi.pm Elf.pm TruncFD.pm first16.linux fi...@0x... f >irs...@0x... fir...@0x... fi...@0x... first32 >pm...@0x... fir...@0x... first.dos first.fdos menu nfl altbo >ot.bin rmrd.com /usr/lib/mknbi/ >install: cannot stat `altboot.bin': No such file or directory >make: *** [install] Error 1 > >I checked and their wasnt a altboot.bin file either. Sorry, my mistake. Add $(ALTBOOT) to the dependency list of install: or get the corrected Makefile from CVS. You'll need nasm to compile from altboot.S. Or just remove altboot.bin from the install list, you probably don't need it. Oh you'll also find first-dos broken. Get first-dos.h from CVS again. |