search for: ldlinuxc32_bin

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

2013 Jan 04
4
syslinux 5.00 does not build
...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', needed by `ldlinuxc32_bin.c'. Stop. make[1]: Leaving directory `/tmp1/Software/rpmbuild/BUILD/syslinux-5.00/libinstaller' make: *** [installer] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.48441 (%build) Sure enough, syslinux-5.00/libinstaller/Makefile contains ldlinuxc32_bin.c: ../com32/elflink/ldl...
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 ldlinuxc32_bin.obj /usr/src/syslinux/bios/win64/../libinstaller/ldlinuxc32_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...
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
...stitute a hex string that is pretty much diff --git a/mtools/Makefile b/mtools/Makefile index 70269ef..0d0b1b2 100755 --- a/mtools/Makefile +++ b/mtools/Makefile @@ -13,7 +13,7 @@ SRCS = syslinux.c \ ../libinstaller/bootsect_bin.c \ ../libinstaller/ldlinux_bin.c \ ../libinstaller/ldlinuxc32_bin.c \ - $(wildcard $(SRC)/../libfat/*.c) + $(sort $(wildcard $(SRC)/../libfat/*.c)) OBJS = $(patsubst %.c,%.o,$(notdir $(SRCS))) .SUFFIXES: .c .o .i .s .S diff --git a/win32/Makefile b/win32/Makefile index 437f954..c648530 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -59,7 +59,7 @@...
2016 Mar 05
2
build problems with 6.04-pre1
...mbr_bin.c: $(OBJ)/../bios/mbr/mbr.bin bin2c.pl $(PERL) $(SRC)/bin2c.pl syslinux_mbr < $< > $@ -gptmbr_bin.c: $(OBJ)/../mbr/gptmbr.bin bin2c.pl +gptmbr_bin.c: $(OBJ)/../bios/mbr/gptmbr.bin bin2c.pl $(PERL) $(SRC)/bin2c.pl syslinux_gptmbr < $< > $@ installer: $(BINFILES) -ldlinuxc32_bin.c: $(OBJ)/../com32/elflink/ldlinux/ldlinux.c32 bin2c.pl +ldlinuxc32_bin.c: $(OBJ)/../bios/com32/elflink/ldlinux/ldlinux.c32 bin2c.pl $(PERL) $(SRC)/bin2c.pl syslinux_ldlinuxc32 < $< > $@ + tidy: rm -f $(BINFILES) --- syslinux-6.04-pre1-BROKEN/extlinux/Makefile.ORIG 2016-03-04 17:1...
2019 Apr 22
0
Installing syslinux on a purely virtual disk
...ut > 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 (boot sector and ldlinux). > The question, is there a way to simulate the work that syslinux does > in a reasonably support...
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
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