Displaying 5 results from an estimated 5 matches for "lefi".
Did you mean:
efi
2015 Jul 11
1
EXTLINUX - GCC 5
Thomas Schmitt via Syslinux <syslinux at zytor.com> writes:
> My best theory is still that SYSLINUX would have some C code
> parts which allow the compilers to produce non-equivalent
> machine code.
>
> I see complaints in the output of cppcheck 1.67, which could
> match this criterium.
Nice list, thanks! By then way there are known errors in the library
code, too, see
2025 Apr 19
0
[PATCH] efi/main.c: include <efisetjmp.h>
...#include "version.h"
>? #include "efi_pxe.h"
> --
> 2.25.1
Hi Thomas,
I'm not sure if this is the right approach, since syslinux also contains
its own implementation, and the object file efi64/com32/lib/x86_64/setjmp.o
on the linker command line is before the -lefi command line option, which
means that the internal implementation is included in the resulting binary.
Another thing I've noticed is that there are ampersands in the invocations
of setjmp() and longjmp() in the efi/main.c file, but in no other file
in the syslinux source tree, this was actuall...
2013 Jun 29
0
Syslinux 6.00 released
...x/efi64/com32/lib/exit.o
/tmp/syslinux/efi64/com32/lib/sys/module/common.o
/tmp/syslinux/efi64/com32/lib/sys/module/x86_64/elf_module.o
/tmp/syslinux/efi64/com32/lib/sys/module/elfutils.o
/tmp/syslinux/efi64/com32/lib/sys/module/exec.o
/tmp/syslinux/efi64/com32/lib/sys/module/elf_module.o -lgnuefi -lefi
ld: warning: section `.bss' type changed to PROGBITS
/usr/lib64/libefi.a(init.o): In function `InitializeLib':
(.text+0x1ec): undefined reference to `InitializeLibPlatform'
make[3]: *** [syslinux.so] Error 1
make[3]: Leaving directory `/tmp/syslinux/efi64/efi'
> Did you instal...
2013 Jun 29
6
Syslinux 6.00 released
On Sat, 29 Jun, at 01:57:58AM, Igor Sverkos wrote:
> Hi,
>
> Matt Fleming wrote:
> > On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote:
> >> Thanks - now it crashes later ...
> >
> > What crash are you seeing?
> >
> >> I don't have the ia64 files which are needed for a complete binary. But
> >> maybe that's only my special
2015 Sep 14
11
[PATCH 0/4] efi: Makefile improvement
From: Sylvain Gault <sylvain.gault at gmail.com>
These few patches contain a few improvement about the Makefiles for EFI.
Mainly, to rebuild the files when needed, and only when needed. The three shell
scripts efi/{check,build,clean}-gnu-efi.sh disappeared and are now integrated
as makefile recipes.
You'll notice an argument ARFLAGS=rvU to the recursive make calls to gnu-efi.
This is