Sebastian Herbszt
2008-Jun-10 15:35 UTC
[syslinux] syslinux-3.70-pre14-5-gbb17071 - pxeidle.inc missing?
I get this error trying to compile current git: nasm -O9999 -f elf -g -F stabs -DDATE_STR="'0x484e9ecd'" \ -DHEXDATE="0x484e9ecd" \ -l pxelinux.lsr -o pxelinux.o pxelinux.asm pxelinux.asm:2693: fatal: unable to open include file `pxeidle.inc' make[1]: *** [pxelinux.o] Fehler 1 - Sebastian
H. Peter Anvin
2008-Jun-10 17:21 UTC
[syslinux] syslinux-3.70-pre14-5-gbb17071 - pxeidle.inc missing?
Sebastian Herbszt wrote:> I get this error trying to compile current git: > > nasm -O9999 -f elf -g -F stabs -DDATE_STR="'0x484e9ecd'" \ > -DHEXDATE="0x484e9ecd" \ > -l pxelinux.lsr -o pxelinux.o pxelinux.asm > pxelinux.asm:2693: fatal: unable to open include file `pxeidle.inc' > make[1]: *** [pxelinux.o] Fehler 1 >D'oh! Pushed. -hpa