[syslinux] Build on Linux / Messages nasm error: short jump is out of range

H. Peter Anvin hpa at zytor.com
Wed Jun 28 08:53:04 PDT 2006


Axel Reinhold wrote:
> Hi,
> 
> trying to build syslinux on Linux. Please help.
> 
> bash-2.05b$ uname -a
> Linux bongo 2.4.32-ARXc3 COHERENT #4-ARX (Build 2660) Sun May 21 15:35:22 CEST 2006 i686 i686 i386 GNU/Linux
> bash-2.05b$ BUILD/syslinux-3.11/opt/nasm-0.98.38-2/bin/nasm -version
> NASM version 0.98.38 compiled on Jun 26 2006
> 
> But failed with:
> 
> + make NASM=/home/axel/p/rpm/BUILD/syslinux-3.11/opt/nasm/bin
> /nasm
> /home/axel/p/rpm/BUILD/syslinux-3.11/opt/nasm/bin/nasm -f bin
> -DDATE_STR="'0x43115316'" -DHEXDATE="0x43115316" \
>         -DMAP=pxelinux.map -l pxelinux.lst -o pxelinux.bin

You need to add -O99 to the NASM variable.

	-hpa




More information about the Syslinux mailing list