search for: efisetjmp

Displaying 3 results from an estimated 3 matches for "efisetjmp".

2020 Mar 24
2
[PATCH] efi/main.c: include <efisetjmp.h>
...:7: warning: implicit declaration of function ?setjmp? [-Wimplicit-function-declaration] 1390 | if (!setjmp(&load_error_buf)) | ^~~~~~ make[3]: *** [syslinux/mk/efi.mk:63: main.o] Error 1 This is due to gnu-efi commit 486ba3c3bdd147b7d98159b9e650be60bce0f027 ("Do not include efisetjmp.h on efi.h"), in which they state: Do not include efisetjmp.h on efi.h People than really want to use efisetjmp implementation can include the header on their own. Signed-off-by: leo <leo.sartre at geebol.fr> So we act as specified, and include <efisetjmp.h> fro...
2020 Mar 24
1
[PATCH] efi/main.c: include <efisetjmp.h>
Hello, Thanks for your feedback. On Tue, 24 Mar 2020 18:17:09 +0200 Ady via Syslinux <syslinux at syslinux.org> wrote: > > Building syslinux against gnu-efi 3.0.10 currently fails with: > > FWIW, gnu-efi version 3.0.11 was released just 20 days after the > release of version 3.0.10. Building on top of gnu-efi 3.0.10 should be > considered irrelevant. A more-relevant
2020 Mar 24
0
[PATCH] efi/main.c: include <efisetjmp.h>
> Building syslinux against gnu-efi 3.0.10 currently fails with: FWIW, gnu-efi version 3.0.11 was released just 20 days after the release of version 3.0.10. Building on top of gnu-efi 3.0.10 should be considered irrelevant. A more-relevant test would be to build on top of the current gnu-efi master head: https://sf.net/p/gnu-efi/code/ci/HEAD/ https://sf.net/p/gnu-efi/code/ci/master/