search for: __bad_seg

Displaying 6 results from an estimated 6 matches for "__bad_seg".

2015 Oct 28
2
Isohybrid wiki page and UEFI
...ldlinux.o \ > --start-group libcom32.a --whole-archive > /root/syslinux/bios/com32/lib/libcom32core.a libldlinux.a --end-group \ > > ldlinux.map > libcom32.a(font.o): In function `SEG': > /root/syslinux/com32/include/com32.h:144: undefined reference to `__bad_SEG' > /root/syslinux/com32/include/com32.h:144: undefined reference to `__bad_SEG' > libcom32.a(bios.o): In function `SEG': > /root/syslinux/com32/include/com32.h:144: undefined reference to `__bad_SEG' > /root/syslinux/com32/include/com32.h:144: undefined reference to `__b...
2015 Oct 28
0
Isohybrid wiki page and UEFI
...;t want to build: > >MALLOC and THREAD are two debugs you probably don't want. Ok I can drop them, but that doesn't change the fact it doesn't build :-( >> libcom32.a(bios.o): In function `SEG': >> /root/syslinux/com32/include/com32.h:144: undefined reference to `__bad_SEG' >> /root/syslinux/com32/include/com32.h:144: undefined reference to `__bad_SEG' >> >> It seems that the kaboom.c file is not compiled with the lib to define >> the function, but I'm absolutely unclear on what to do to fix this :-( > >kaboom.c is in the cor...
2015 Oct 28
0
Isohybrid wiki page and UEFI
...ore/i386/syslinux.ld -M -o ldlinux.elf ldlinux.o \ --start-group libcom32.a --whole-archive /root/syslinux/bios/com32/lib/libcom32core.a libldlinux.a --end-group \ > ldlinux.map libcom32.a(font.o): In function `SEG': /root/syslinux/com32/include/com32.h:144: undefined reference to `__bad_SEG' /root/syslinux/com32/include/com32.h:144: undefined reference to `__bad_SEG' libcom32.a(bios.o): In function `SEG': /root/syslinux/com32/include/com32.h:144: undefined reference to `__bad_SEG' /root/syslinux/com32/include/com32.h:144: undefined reference to `__bad_SEG' make[3]:...
2015 Oct 28
3
Isohybrid wiki page and UEFI
Hello Thomas, Thomas Schmitt via Syslinux said on Sun, Oct 25, 2015 at 04:35:57PM +0100: >I assume you can boot Fedora Live CD on the same (virtual) hardware. Not sure for Fedora, but the system is installed with either RHEL6, RHEL7 or Ubuntu 14.04 depending on the Lab I'm making on it without issue. >Just to make sure that the firmware works so far. Globally they do ;-) >
2013 Jan 21
1
elflink issues
...symbols. unload_pxe(), dns_resolv() and pxe_call() are the three. "Error: An undefined symbol was referenced" 2) In past versions, I built a debug build by having "CFLAGS += -DDEBUG=1" in mk/local.mk but this fails. core/../com32/include/com32.h:144: undefined reference to `__bad_SEG'
2013 Jan 28
1
Syslinux 5.01 released
...he realloc() implementation that caused machines to appear to run out of free memory. * ldlinux: Fix multiple buffer overflows in cmdline parsing code that resulted in files failing to run and cmdlines being truncated. * core: Fix debug build by tagging __bad_SEG() with __export. * com32: Restrict library filenames to 8.3 format. * EXTLINUX: Fix installation and subdirectory patching. * ISOLINUX: Fix booting isohybrid images that are over 32K. * com32: Strip modules to reduce their size. * XFS: Implement directory blo...