search for: _kaboom

Displaying 2 results from an estimated 2 matches for "_kaboom".

Did you mean: kaboom
2015 Oct 28
0
Isohybrid wiki page and UEFI
...f ldlinux.o \ --start-group libcom32.a --whole-archive /root/syslinux/bios/com32/lib/libcom32core.a libldlinux.a --end-group \ > ldlinux.map So I guess that the code of kaboom.c is not in any of the 3 libs mentionned. # nm -g ./bios/core/libcom32.a | grep kaboom | grep T 00000000 T _kaboom So libcom32.a integrates the object file, but the __bad_SEG function is not in it: # nm -g ./bios/core/libcom32.a | grep __bad_SEG U __bad_SEG U __bad_SEG U __bad_SEG It's as if the function wasn't compiled in :-( If I remove the .o file and relaunch make I get: gcc -Wp,-M...
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: