search for: lstadjust

Displaying 15 results from an estimated 15 matches for "lstadjust".

2010 Mar 04
2
recompiling syslinux 4.00pre31
Hello, I try to recompile syslinux-4.00 pre31 on RHEL5 with gcc-4.1.2 and nasm 2.07. Because I'm looking for information about that gpxelinux->chain.c32 hd0 boot problem I added -DDEBUG=2 to com32/lib/Makefile I get: objdump -h pxelinux.elf > pxelinux.sec perl lstadjust.pl pxelinux.lsr pxelinux.sec pxelinux.lst objcopy -O binary pxelinux.elf pxelinux.raw ../lzo/prepcore pxelinux.raw pxelinux.bin ../lzo/prepcore: pxelinux.raw: output too big (29120, max 0) make[1]: *** [pxelinux.bin] Error 1 Would someone please enlight me how to fix this? Thanks Thomas
2013 Feb 04
1
syslinux 4.02 build problem
...MD .isolinux.o.d isolinux.asm ld -m elf_i386 -T syslinux.ld -M -o isolinux.elf isolinux.o \ --start-group libcore.a ../com32/lib/libcomcore.a /usr/lib/gcc/i386-redhat-linux/4.1.2/libgcc.a --end-group \ > isolinux.map objdump -h isolinux.elf > isolinux.sec perl lstadjust.pl isolinux.lsr isolinux.sec isolinux.lst objcopy -O binary isolinux.elf isolinux.raw ../lzo/prepcore isolinux.raw isolinux.bin nasm -f elf -Ox -g -F dwarf -DDATE_STR="'0x5110300a'" \ -DHEXDATE="0x5110300a" \ -l isolinux-debug.lsr -o isoli...
2010 Nov 28
1
how to compile syslinux-4.03
Hi, Is anyone compiled a new pxelinux.0 with syslinux code 4.03? right now, I got a error in compiling this version code, objdump -h pxelinux.elf > pxelinux.sec perl lstadjust.pl pxelinux.lsr pxelinux.sec pxelinux.lst objcopy -O binary pxelinux.elf pxelinux.raw ../lzo/prepcore pxelinux.raw pxelinux.bin ../lzo/prepcore: pxelinux.raw: output too big (30197, max 0) make[1]: *** [pxelinux.bin] Error 1 rm ldlinux.raw isolinux-debug.raw pxelinux.raw isolinux.raw ldlinux.o pxel...
2016 Jan 30
2
binutils (objcopy?) >= 2.26 breaks syslinux (bios) build
..... objcopy -O binary -S ldlinux.elf ldlinux.raw objcopy -O binary -S isolinux.elf isolinux.raw objcopy -O binary -S isolinux-debug.elf isolinux-debug.raw /tmp/syslinux-7cd1ed6/bios/core/../lzo/prepcore ldlinux.raw ldlinux.bin objdump -h pxelinux.elf > pxelinux.sec perl /tmp/syslinux-7cd1ed6/core/lstadjust.pl pxelinux.lsr pxelinux.sec pxelinux.lst objdump -h lpxelinux.elf > lpxelinux.sec perl /tmp/syslinux-7cd1ed6/core/lstadjust.pl lpxelinux.lsr lpxelinux.sec lpxelinux.lst /tmp/syslinux-7cd1ed6/bios/core/../lzo/prepcore isolinux.raw isolinux.bin /tmp/syslinux-7cd1ed6/bios/core/../lzo/prepcore isol...
2015 Nov 20
2
Comments WAS: Refactor checksize.pl
...ry files) could also be > > included in such category; > No. > I specified "in the compilation chain". Because this script is only > this: one tool used to build the binaries. Same would go for the > following files: > - efi/wrapper.c > - lzo/prepcore.c > - core/lstadjust.pl > - utils/bin2hex.pl > - **/*.pl > > They're all just some custom tools when a single shell line in the > Makefiles would be too clumsy. > > > > Best regards, > Celelibi I seem to be failing to express my point clearly. I'll try one last time. My c...
2015 Nov 20
0
Comments WAS: Refactor checksize.pl
...mple I gave (moving the location of binary files) could also be > included in such category; No. I specified "in the compilation chain". Because this script is only this: one tool used to build the binaries. Same would go for the following files: - efi/wrapper.c - lzo/prepcore.c - core/lstadjust.pl - utils/bin2hex.pl - **/*.pl They're all just some custom tools when a single shell line in the Makefiles would be too clumsy. Best regards, Celelibi
2017 Feb 02
0
ldlinux.elf: Not enough room for program headers
...--hash-style=gnu -T $(LDSCRIPT) -M -o $@ $< \ +- --start-group $(LIBS) $(subst $(*F).elf,lib$(*F).a,$@) --end-group \ ++ --start-group $(LIBS) $(subst $(*F).elf,lib$(*F).a,$@) --end-group --no-dynamic-linker \ + > $(@:.elf=.map) + $(OBJDUMP) -h $@ > $(@:.elf=.sec) + $(PERL) $(SRC)/lstadjust.pl $(@:.elf=.lsr) $(@:.elf=.sec) $(@:.elf=.lst) Is this problem (or the solution) dependent on some (specific) version (or update) in some Syslinux's dependency (ldd? glibc? coreutils? binutils? gcc? other?)? Is there something that the official (upstream) Syslinux source code can do so...
2010 Dec 17
1
"pxelinux.raw" build problem
I think I have tracked this down... it's a bug in GNU make 3.82. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.
2015 Nov 20
0
Comments WAS: Refactor checksize.pl
...> included in such category; >> No. >> I specified "in the compilation chain". Because this script is only >> this: one tool used to build the binaries. Same would go for the >> following files: >> - efi/wrapper.c >> - lzo/prepcore.c >> - core/lstadjust.pl >> - utils/bin2hex.pl >> - **/*.pl >> >> They're all just some custom tools when a single shell line in the >> Makefiles would be too clumsy. >> >> >> >> Best regards, >> Celelibi > > > I seem to be failing to express my po...
2013 Dec 19
0
EFI build problems
...make[3]: Leaving directory `/home/wferi/syslinux/syslinux/efi32/efi' > make[2]: *** [efi] Error 2 > [...] > > * maybe unrelated, but make bios also fails in this state: > [...] > objdump -h isolinux.elf > isolinux.sec > perl /home/wferi/syslinux/syslinux/core/lstadjust.pl isolinux.lsr > isolinux.sec isolinux.lst > objcopy -O binary -S isolinux.elf isolinux.raw > /home/wferi/syslinux/syslinux/bios/core/../lzo/prepcore isolinux.raw > isolinux.bin > nasm -f elf -Ox -g -F dwarf -DDATE_STR="'6.03-pre1-29-gecc43ff*'" \ > -...
2009 Mar 26
1
isolinux-debug: Approaching overflow
...-F stabs -DDATE_STR="'pre11-112-g930881b*'" \ -DHEXDATE="0x49caaf5b" \ -l isolinux.lsr -o isolinux.o isolinux.asm ld -m elf_i386 -T syslinux.ld -M -o isolinux.elf isolinux.o > isolinux.map objdump -h isolinux.elf > isolinux.sec perl lstadjust.pl isolinux.lsr isolinux.sec isolinux.lst objcopy -O binary isolinux.elf isolinux.bin perl checksumiso.pl isolinux.bin nasm -O9999 -f elf -g -F stabs -DDATE_STR="'pre11-112-g930881b*'" \ -DHEXDATE="0x49caaf5b" \ -l isolinux-debug.lsr -o is...
2013 Dec 17
6
EFI build problems
...to build gnu-efi for ia32. Stop. make[3]: Leaving directory `/home/wferi/syslinux/syslinux/efi32/efi' make[2]: *** [efi] Error 2 [...] * maybe unrelated, but make bios also fails in this state: [...] objdump -h isolinux.elf > isolinux.sec perl /home/wferi/syslinux/syslinux/core/lstadjust.pl isolinux.lsr isolinux.sec isolinux.lst objcopy -O binary -S isolinux.elf isolinux.raw /home/wferi/syslinux/syslinux/bios/core/../lzo/prepcore isolinux.raw isolinux.bin nasm -f elf -Ox -g -F dwarf -DDATE_STR="'6.03-pre1-29-gecc43ff*'" \ -DHEXDATE="0x52b052e6&quot...
2015 Nov 20
2
Comments WAS: Refactor checksize.pl
> > > > I don't like the idea of changing "UI" (e.g. command line options that > > might be used by some users) without very well-thought reasoning. > > This is not an UI. AFAIK, this script is not shipped to the user. I > don't even see what a user could do with it. > > Well, the Perl script _is_ shipped in the official release, and the
2008 Feb 26
2
3.62-pre16: Compiling on old (2.4 kernel) distros
I have put a compile hack in for older distros and pushed it out as syslinux-3.62-pre16; for those who have reported compilation problem on older distros I would greatly appreciate if you could confirm if it works now (it worked for me on a CentOS 3.9 VM.) -hpa
2010 Nov 30
2
Syslinux Digest, Vol 92, Issue 25
...Luo <luotanke at 163.com> wrote: >>> Hi, >>> >>> Is anyone compiled a new pxelinux.0 with syslinux code 4.03? >>> right now, I got a error in compiling this version code, >>> >>> objdump -h pxelinux.elf > pxelinux.sec >>> perl lstadjust.pl pxelinux.lsr pxelinux.sec pxelinux.lst >>> objcopy -O binary pxelinux.elf pxelinux.raw >>> ../lzo/prepcore pxelinux.raw pxelinux.bin >>> ../lzo/prepcore: pxelinux.raw: output too big (30197, max 0) >>> make[1]: *** [pxelinux.bin] Error 1 >>> rm ldlinu...