search for: bootsect_bin

Displaying 20 results from an estimated 21 matches for "bootsect_bin".

2008 Nov 04
1
Issues compiling syslinux-3.72 on Linux 2.6.25(.19)
...x.c /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc -Wp,-MT,syslxmod.o,-MMD,.syslxmod.o.d -W -Wall -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller -c -o syslxmod.o ../libinstaller/syslxmod.c /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc -Wp,-MT,bootsect_bin.o,-MMD,.bootsect_bin.o.d -W -Wall -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller -c -o bootsect_bin.o ../libinstaller/bootsect_bin.c In file included from syslinux.c:52: /home/philipp/kernel/build_i586/staging_dir/bin-ccache/../lib/gcc/i586-linux-uclibc/4.1.2/../../../../i586-linux-uclibc...
2016 Mar 05
2
build problems with 6.04-pre1
...I got: ---8<--- make[3]: Entering directory '/home/balducci/tmp/install-us-d/syslinux-6.03.d/syslinux-6.04-pre1/libinstaller' make[3]: *** No rule to make target '/home/balducci/tmp/install-us-d/syslinux-6.03.d/syslinux-6.04-pre1/libinstaller/../core/ldlinux.bss', needed by 'bootsect_bin.c'. Stop. make[3]: Leaving directory '/home/balducci/tmp/install-us-d/syslinux-6.03.d/syslinux-6.04-pre1/libinstaller' /home/balducci/tmp/install-us-d/syslinux-6.03.d/syslinux-6.04-pre1/Makefile:310: recipe for target 'installer' failed make[2]: *** [installer] Error 2 make[2]:...
2013 Jan 04
4
syslinux 5.00 does not build
I am trying to build an RPM starting from the TAR archive. The relevant error is: make[1]: Entering directory `/tmp1/Software/rpmbuild/BUILD/syslinux-5.00/libinstaller' perl bin2c.pl syslinux_bootsect < ../core/ldlinux.bss > bootsect_bin.c perl bin2c.pl syslinux_ldlinux 512 < ../core/ldlinux.sys > ldlinux_bin.c perl bin2c.pl syslinux_mbr < ../mbr/mbr.bin > mbr_bin.c perl bin2c.pl syslinux_gptmbr < ../mbr/gptmbr.bin > gptmbr_bin.c make[1]: *** No rule to make target `../com32/elflink/ldlinux/ldlinux.c32', need...
2011 Jan 17
1
Linker script assertion with binutils 2.21
dos/syslinux.elf fails to build on current Ubuntu Natty (binutils 2.21) as follows: ld -m elf_i386 -T dosexe.ld -o syslinux.elf header.o crt0.o ldlinux.o syslinux.o fat.o syslxmod.o syslxopt.o setadv.o getopt_long.o bootsect_bin.o mbr_bin.o cache.o fatchain.o open.o searchdir.o libcom.a /usr/bin/ld.bfd.real: syslinux_ldlinux_size must equal the size of .payload /usr/bin/ld.bfd.real: syslinux_ldlinux_size must equal the size of .payload 'objdump -t ldlinux.o' looks reasonable: SYMBOL TABLE: 00000000 l d...
2016 Feb 25
2
[PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
...-Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -I/usr/src/syslinux/win64 -I/usr/src/syslinux/win64/.. -I/usr/src/syslinux/win64/../win -I/usr/src/syslinux/bios -I/usr/src/syslinux/win64/../libfat -I/usr/src/syslinux/win64/../libinstaller -I/usr/src/syslinux/win64/../libinstaller/getopt -c -o bootsect_bin.obj /usr/src/syslinux/bios/win64/../libinstaller/bootsect_bin.c x86_64-w64-mingw32-gcc -Wno-sign-compare -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -I/usr/src/syslinux/win64 -I/usr/src/syslinux/win64/.. -I/usr/src/syslinux/win64/../win -I/usr/src/syslinux/bios -I/usr/src/syslinux/win64/....
2003 May 20
1
[ANNOUNCE] syslinux for win2k/winxp
...-------------- # Makefile for syslinux for windows # # Created by Lars Munch # lars at segv.dk # Linux -> Win2k cross compilation CC = i586-mingw32msvc-gcc # Cygwin (using mingw) compilation #CC = gcc -mno-cygwin CFLAGS = -O2 -Wall -DPATCH_OFFSET=`cat patch.offset` LIBS = OBJS = bootsect_bin.o ldlinux_bin.o syslinux-mingw.c all: syslinux.exe syslinux.exe: $(OBJS) $(CC) $(CFLAGS) $(OBJS) -o syslinux.exe clean: rm -f *.o rm -f *~ rm -f syslinux.exe
2007 May 02
0
makefile help
I'm running linux and I'm having a problem installing syslinux 3.20 . When I type use the "make" command in the unix folder, I get the error "make: *** No rule to make target `bootsect_bin.o', needed by `syslinux'. Stop.". How do I get rid of this error? Thanks, Jacob Egner
2013 Jun 12
0
[5.10] PXE + dhcp opts 209, 210 and path issues in tftp/http
...ng ldlinux.c32) and lpxelinux.0 I attach the new syslinux directory [#1] If I try to do make spotless, I get: make[1]: Entering directory `/home/djgera/arch/SVN/packages/syslinux/trunk/src/syslinux-5.10/libinstaller' make[1]: *** No rule to make target `../core/ldlinux.bss', needed by `bootsect_bin.c'. Stop. make[1]: Leaving directory `/home/djgera/arch/SVN/packages/syslinux/trunk/src/syslinux-5.10/libinstaller' make: *** [installer] Error 2 [#1] https://dl.dropboxusercontent.com/u/88891866/archiso_syslinux_510_gc38462c.tar.xz https://dl.dropboxusercontent.com/u/88891866/archiso_...
2013 Jul 11
2
I cannot build syslinux-5.11-pre8 from git (No rule to make target `../core/ldlinux.bss')
...installer-local'. make[1]: Leaving directory `/tmp/foo/syslinux' set -e ; for i in libinstaller mtools linux extlinux utils; do make -r -C $i all ; done make[1]: Entering directory `/tmp/foo/syslinux/libinstaller' make[1]: *** No rule to make target `../core/ldlinux.bss', needed by `bootsect_bin.c'. Stop. make[1]: Leaving directory `/tmp/foo/syslinux/libinstaller' make: *** [installer] Error 2 Thanks. -- Regards, Igor
2013 Jun 12
2
[5.10] PXE + dhcp opts 209, 210 and path issues in tftp/http
On Wed, 12 Jun, at 11:17:44AM, Gerardo Exequiel Pozzi wrote: > Cool thanks!. Now looks better, but still not work. > > For some reason, "ldlinux.c32" is apparently sent but "Failed to load" > by PXELINUX and few seconds later, dnsmasq shows an error message > "failed sending": Did you reinstall ldlinux.c32 after rebuilding? Did you do 'make
2019 Apr 22
0
Installing syslinux on a purely virtual disk
...t.inc in the syslinux source] and I suppose it must > encode the offset of the LDLINUX.SYS file. I haven't quite worked out > the details. Syslinux provides the following required files: MBR - "mbr.bin" and "mbr_bin.c" boot sector - "ldlinux.bss" and "bootsect_bin.c" ldlinux - "ldlinux.sys" and "ldlinux_bin.c" ldlinux COM32 - "ldlinux.c32" and ldlinuxc32_bin.c Those c files can be used in "virtual-floppy.c". The installer "linux/syslinux.c" uses "libinstaller/syslxmod.c" to modify the content...
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
...'.*.d' -print) +-include $(shell find . -name '.*.d' -print | sort) diff --git a/dos/Makefile b/dos/Makefile index b9c337d..4c930d1 100644 --- a/dos/Makefile +++ b/dos/Makefile @@ -34,7 +34,7 @@ SRCS = syslinux.c \ ../libinstaller/getopt/getopt_long.c \ ../libinstaller/bootsect_bin.c \ ../libinstaller/mbr_bin.c \ - $(wildcard $(SRC)/../libfat/*.c) + $(sort $(wildcard $(SRC)/../libfat/*.c)) OBJS = header.o crt0.o ldlinux.o \ $(patsubst %.c,%.o,$(notdir $(SRCS))) LIBOBJS = int2526.o conio.o memcpy.o memset.o memmove.o skipatou.o atou.o \ diff -...
2014 May 14
1
Building extlinux (Syslinux 6.03-pre11)
...-6.03-pre11/bios/$i" \ -f /sources/syslinux-6.03-pre11/$i/Makefile all; done make[3]: Entering directory '/sources/syslinux-6.03-pre11/bios/libinstaller' make[3]: *** No rule to make target '/sources/syslinux-6.03-pre11/bios/libinstaller/../core/ldlinux.bss', needed by 'bootsect_bin.c'. Stop. make[3]: Leaving directory '/sources/syslinux-6.03-pre11/bios/libinstaller' /sources/syslinux-6.03-pre11/Makefile:310: recipe for target 'installer' failed make[2]: *** [installer] Error 2 make[2]: Leaving directory '/sources/syslinux-6.03-pre11/bios' /sources...
2015 Nov 10
2
[PATCH] mtools: Remove local xpread/xpwrite, use ones from syslxcom
...le index 0d0b1b2..c980420 100755 --- a/mtools/Makefile +++ b/mtools/Makefile @@ -9,6 +9,7 @@ SRCS = syslinux.c \ ../libinstaller/fs.c \ ../libinstaller/syslxmod.c \ ../libinstaller/syslxopt.c \ + ../libinstaller/syslxcom.c \ ../libinstaller/setadv.c \ ../libinstaller/bootsect_bin.c \ ../libinstaller/ldlinux_bin.c \ diff --git a/mtools/syslinux.c b/mtools/syslinux.c index 5924430..3686be0 100755 --- a/mtools/syslinux.c +++ b/mtools/syslinux.c @@ -42,8 +42,8 @@ #include "setadv.h" #include "syslxopt.h" #include "syslxfs.h" +#include &quot...
2019 Apr 18
4
Installing syslinux on a purely virtual disk
I'm trying to add boot support to https://github.com/libguestfs/nbdkit/tree/master/plugins/floppy This NBD server plugin generates a completely virtual FAT filesystem and partition table. Nothing is ever written to a file, and it must run without anything needing to be root, loop mounting etc. Running "syslinux --install <something>" is a non-starter. So I've looked at
2010 Jul 22
2
Syslinux 4.02 released
Syslinux 4.02 is a bug fix release, but also adds an experimental new Win64 installer (syslinux64.exe), extends the new syslinux installer CLI to all the installers. Changes in 4.02: * SYSLINUX: correctly handle the case where the -d option is specified with a non-absolute path, i.e. "syslinux -d syslinux" instead of "syslinux -d /syslinux".
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
2014 May 13
4
Building extlinux (Syslinux 6.03-pre11)
On May 13, 2014 4:04 PM, "Ady" <ady-sf at hotmail.com> wrote: > > On Tue, May 13, 2014 at 7:51 PM, Ady <ady-sf at hotmail.com> wrote: > > > I wonder why the already built-in binaries are not enough / adequate. > > I don't believe it can be used as is: > > bash# file syslinux > > syslinux: ELF 32-bit LSB executable, Intel 80386, version
2016 Feb 24
6
[PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
The variable 'ok' is never used and generates a warning. Remove it. Also ntfssect.c is designed to be compiled in non Unicode mode when using MSVC compilers, so remove all ambiguity about it (LPCTSTR -> LPCSTR, use of 'A' API calls) so that it doesn't break when compiled in Unicode mode, which is what Rufus uses with MSVC. -------------- next part --------------
2015 Jan 02
13
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
Hello, Happy New Year! These patches make syslinux/linux support ext2/3/4, and it doesn't require the root privilege, I'd like to add a separate e2fs/syslinux, if that is more appropriate, it should be easy to do that. I put these patches on github so that you can easily get them in case you'd like to test them. (The repo's name is sys_tmp, which avoids confusing others, I will