Displaying 6 results from an estimated 6 matches for "d__syslinux_core__".
2013 Apr 19
2
make issue with syslinux-5.01
...ons
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -D__SYSLINUX_CORE__ -c -o
rawcon.o rawcon.c
rm -f libisolinux.a
ar cq libisolinux.a rawcon.o
ranlib libisolinux.a
cp libisolinux.a libisolinux-debug.a
gcc -Wp,-MT,plaincon.o,-MD,./.plaincon.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPA...
2012 Jul 05
1
[GIT-PULL] Elflink fixes
...;
-
+ rv = vsnprintf(buffer, BUFFER_SIZE, format, ap);
if (rv < 0)
return;
diff --git a/core/Makefile b/core/Makefile
index 3147566..a01d83a 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -62,7 +62,7 @@ NASMOPT += $(NASMDEBUG)
PREPCORE = ../lzo/prepcore
-CFLAGS += -DDEBUG=1 -D__SYSLINUX_CORE__
+CFLAGS += -D__SYSLINUX_CORE__
# The DATE is set on the make command line when building binaries for
# official release. Otherwise, substitute a hex string that is pretty much
2015 Oct 28
0
Isohybrid wiki page and UEFI
...t-prototypes -Wno-clobbered -DCORE_DEBUG=1 -Wno-sign-compare -I/root/syslinux/core/include -I/root/syslinux/com32/include -I/root/syslinux/com32/include/sys -I/root/syslinux/com32/lib -I/root/syslinux/core/lwip/src/include -I/root/syslinux/core/lwip/src/include/ipv4 -I/root/syslinux/core/fs/pxe -D__SYSLINUX_CORE__ -D__FIRMWARE_BIOS__ -I/root/syslinux/bios -DLDLINUX=\"ldlinux.c32\" -c -o kaboom.o /root/syslinux/core/kaboom.c
So the CORE_DEBUG option is passed, and in the code I see:
#if defined(CORE_DEBUG) || defined(DEBUG_PORT)
#include <dprintf.h>
__export __noreturn __bad_SEG(const vola...
2016 Mar 06
0
Syslinux 6.04-pre1
...-I/tmp/syslinux-6.04-pre1/core/include -I/tmp/syslinux-6.04-pre1/com32/include -I/tmp/syslinux-6.04-pre1/com32/include/sys -I/tmp/syslinux-6.04-pre1/com32/lib -I/tmp/syslinux-6.04-pre1/core/lwip/src/include -I/tmp/syslinux-6.04-pre1/core/lwip/src/include/ipv4 -I/tmp/syslinux-6.04-pre1/core/fs/pxe -D__SYSLINUX_CORE__ -D__FIRMWARE_BIOS__ -I/tmp/syslinux-6.04-pre1/bios -DLDLINUX=\"ldlinux.c32\" -c -o fs/pxe/tcp.o /tmp/syslinux-6.04-pre1/core/fs/pxe/tcp.c
nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
-DHEXDATE="0x56dc3c62" \
-Di386 \
-I/tmp/syslinux-6.04-pre1/core/ \
-l l...
2015 Oct 28
2
Isohybrid wiki page and UEFI
On Tue, Oct 27, 2015 at 10:15 PM, Bruno Cornec via Syslinux
<syslinux at zytor.com> wrote:
> Bruno Cornec via Syslinux said on Wed, Oct 28, 2015 at 01:45:22AM +0100:
>>
>> Is there a way to increase the debug level of syslinux.efi in order to
>> check what it tries to do and diagnose more precisely what happens ?
>
>
> Ok, I tried to modify mk/devel.mk to put:
2016 Mar 05
11
Syslinux 6.04-pre1
After so much time and improvements, I'm glad to see and publicize a
pre-release, 6.04-pre1 in
https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.04/
Personally, I've already been working testing the pre-release as-is
and my tests have been positive so far. I appreciate feedback like
that from Gabriele Balducci and testing "make bios installer".
Yes, there are a