search for: o99

Displaying 8 results from an estimated 8 matches for "o99".

Did you mean: 99
2008 Mar 03
1
Syslinux compilation in MinGw
hi I have download the syslinux-3.51 source package and i have tried to compile syslinux with MinGw. I got the following error message. *********************************************************************** $ make nasm -O99 -f bin -DDATE_STR="'0x47bd5366'" -DHEXDATE="0x47bd5366" \ -DMAP=isolinux.map -l isolinux.lst -o isolinux.bin isolinux.asm isolinux.asm:671: error: parser: instruction expected make: *** [isolinux.bin] Error 1 ******************************************************...
2007 Aug 15
1
syslinux-3.52-pre6 will not assemble
Hello, While attempting to build syslinux-3.52-pre6 for testing (my SCSI machine won't boot from CD-ROM with 3.51) I hit this problem: nasm -O99 -f bin -DDATE_STR="'3.52-pre6'" -DHEXDATE="0x46c22b21" \ -DMAP=pxelinux.map -l pxelinux.lsr -o pxelinux.bin pxelinux.asm pxelinux.asm:1206: error: short jump is out of range nasm -version NASM version 0.99.01 compiled on Aug 12 2007
2003 Jul 05
2
Anyone tried SYSLINUX 2.05-pre2 yet?
-?
2004 Dec 29
2
SYSLINUX 3.00-pre9 released
I have just released SYSLINUX 3.00-pre9. The only change versus 3.00-pre8 is that the MEMDISK query API now reports the boot loader ID byte, per Bernd's suggestion. This is a release candidate, and I plan to release it as 3.00 *tomorrow*, unless I hear back anything bad. -hpa
2005 Apr 04
1
Award BIOS fault
...BIOS 6.00PG M/B: VIA EPIA C800 Error: ISOLINUX:Found something at drive = A2 ISOLINUX:Found something at drive = A1 ISOLINUX:Found something at drive = A0 ISOLINUX:Found something at drive = 9F ISOLINUX:Image Checksum Error, Sorry. -> halted. ---------------- Compile problem: $ make nasm -O99 -f bin -DDATE_STR="'0x41e470ae'" -DHEXDATE="0x41e470ae" \ -DMAP=pxelinux.map -l pxelinux.lst -o pxelinux.bin pxelinux.asm layout.inc:32: error: unrecognised directive [[map] layout.inc:38: error: argument to ORG should be numeric layout.inc:44: error: argument to...
2007 Feb 12
2
syslinux-3.36 and 3.35 compilation broke /dev/null
...t /dev/null root:/usr/src/syslinux-3.36# make .depend Makefile:274: .depend: No such file or directory rm -f .depend for csrc in syslxmod.c gethostip.c ; do gcc -MM $csrc >> .depend ; done for nsrc in copybs.asm extlinux.asm isolinux-debug.asm isolinux.asm ldlinux.asm pxelinux.asm ; do nasm -O99 -DDEPEND -o `echo $nsrc | sed -e 's/\.asm/\.bin/'` -M $nsrc >> .depend ; done make: `.depend' is up to date. root:/usr/src/syslinux-3.36# cat /dev/null cat: /dev/null: No such file or directory root:/usr/src/syslinux-3.36# mknod -m 666 /dev/null c 1 3 root:/usr/src/syslinux-3.36#...
2003 May 14
2
Booting from Harddisk
...to prepare the HD using a pure Linux alternative. (Leaf/Bering 1.1 diskette with kernel supporting IDE disks) In this case running syslinux fails with undefined symbol open64 In attempt to remedy this, I've tried to link syslinux statically. The 'make installer' fails with: 'nasm -O99 -f bin -DPATCH_OFFSET=`cat patch.offset` \ -l syslinux.lst -o syslinux.com syslinux.asm syslinux.asm:447: error: expression syntax error This error is probably because patch.offset is an empty file removing it and 'make patch.offset' yields: make patch.offset perl findpatch.pl >...
2006 Jun 27
1
Build on Linux / Messages nasm error: short jump is out of range
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