I'm trying to compile WiiFlow Lite with the latest devkitPPC (official docker container) and GCC complains about libwolfssl:
In file included from /src/source/network/https.h:8,
from /src/source/booter/external_booter.cpp:36:
/src/source/libwolfssl/ssl.h:2360:64: error: reference to 'byte' is ambiguous
2360 | WOLFSSL_API int wolfSSL_DTLS_SetCookieSecret(WOLFSSL*, const byte*, word32);
| ^~~~
Looks like they fixed it in July with 4.8.0. Current version is 4.8.1.
I'm trying to compile WiiFlow Lite with the latest devkitPPC (official docker container) and GCC complains about libwolfssl:
Looks like they fixed it in July with 4.8.0. Current version is 4.8.1.Any chance to update libwolfssl in this project?libwolfssl
withinusb_loader_gx
compiles fine.