search for: lgnuefi

Displaying 4 results from an estimated 4 matches for "lgnuefi".

Did you mean: gnuefi
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
2013 Jun 29
0
Syslinux 6.00 released
...p/syslinux/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...
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