From: Andrew W. <an...@wa...> - 2014-11-24 11:07:03
|
Don't know if this is syslinux or nasm problem, but since HPA seems active in both, I thought I'd post it here. Build fails like this: nasm -f elf -Ox -g -F dwarf -DDATE_STR="'6.03'" \ -DHEXDATE="0x54730e41" \ -Di386 \ -I/source/sys/syslinux/core/ \ -l ldlinux.lsr -o ldlinux.o -MP -MD ./.ldlinux.o.d /source/sys/syslinux/core/ldlinux.asm diskstart.inc:438: error: symbol references not supported in preprocess-only mode diskstart.inc:438: error: non-constant value given to `%if' diskstart.inc:439: error: symbol references not supported in preprocess-only mode diskstart.inc:439: error: non-constant value given to `%assign' /source/sys/syslinux/core/ldlinux.asm:26: fatal: unable to open include file `head.inc' /source/sys/syslinux/core/Makefile:156: recipe for target 'ldlinux.o' failed Hope that's useful. -- Andrew Walrond |