[Buildroot] [PATCH 1/2] package/ledmon: add upstream patch to fix build w/ gcc-14
Julien Olivain
ju.o at free.fr
Sat Oct 18 16:12:30 UTC 2025
On 17/10/2025 19:26, Dario Binacchi wrote:
> Add an upstream patch to fix a build issue related to uint64_t:
>
> utils.c: In function ‘get_uint64’:
> utils.c:118:18: error: passing argument 1 of ‘str_toul’ from
> incompatible pointer type [-Wincompatible-pointer-types]
> 118 | str_toul(&defval, p, NULL, 16);
> | ^~~~~~~
> | |
> | uint64_t * {aka long long unsigned int *}
> In file included from utils.c:48:
> utils.h:412:29: note: expected ‘long unsigned int *’ but argument is of
> type ‘uint64_t *’ {aka ‘long long unsigned int *’}
>
> Fixes:
>
>
> https://autobuild.buildroot.org/results/51af1d7bf71061f22d49213951a5f6a9565710c3/
>
> Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
Series applied to master, thanks.
More information about the buildroot
mailing list