All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Olivain <ju.o@free.fr>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: buildroot@buildroot.org, linux-amarula@amarulasolutions.com
Subject: Re: [Buildroot] [PATCH 1/1] package/uuu: fix gcc-15 compile errors
Date: Mon, 26 May 2025 22:15:36 +0200	[thread overview]
Message-ID: <eae9cebc9f07b01aadbd8a71cec384db@free.fr> (raw)
In-Reply-To: <20250526161403.1305438-1-dario.binacchi@amarulasolutions.com>

On 26/05/2025 18:14, Dario Binacchi wrote:
> Fix the following compilation errors:
> 
> In file included from 
> /workdir/instance-0/output-1/build/host-uuu-1.5.201/libuuu/sdps.cpp:32:
> /workdir/instance-0/output-1/build/host-uuu-1.5.201/libuuu/sdps.h:52:9: 
> error: 'uint32_t' does not name a type
>    52 |         uint32_t m_offset = 0;
>       |         ^~~~~~~~
> /workdir/instance-0/output-1/build/host-uuu-1.5.201/libuuu/sdps.h:33:1: 
> note: 'uint32_t' is defined in header '<cstdint>'; this is probably 
> fixable by adding '#include <cstdint>'
>    32 | #include "cmd.h"
>   +++ |+#include <cstdint>
>    33 |
> /workdir/instance-0/output-1/build/host-uuu-1.5.201/libuuu/sdps.h:53:9: 
> error: 'uint64_t' does not name a type
>    53 |         uint64_t m_scan_limited = UINT64_MAX;
>       |         ^~~~~~~~
> /workdir/instance-0/output-1/build/host-uuu-1.5.201/libuuu/sdps.h:53:9: 
> note: 'uint64_t' is defined in header '<cstdint>'; this is probably 
> fixable by adding '#include <cstdint>'
> /workdir/instance-0/output-1/build/host-uuu-1.5.201/libuuu/sdps.h: In 
> constructor 'SDPSCmd::SDPSCmd(char*)':
> /workdir/instance-0/output-1/build/host-uuu-1.5.201/libuuu/sdps.h:41:47: 
> error: 'm_offset' was not declared in this scope
>    41 |                 insert_param_info("-offset", &m_offset, 
> Param::Type::e_uint32);
> 
> Fixes:
> - 
> https://autobuild.buildroot.org/results/b7b/b7bd052a0137a2e2d5606d66a0dc563789999364/
> - 
> https://autobuild.buildroot.org/results/350/3500f573427545e51bfc4fc708f769966d95bf1e/
> - 
> https://autobuild.buildroot.org/results/6dc/6dc2b0585e8e1900e5a977cd0b9e26b2ee1e90d4/
> - 
> https://autobuild.buildroot.org/results/d1f/d1f82cae003cddefae0c49f673768cd8601449f2/
> - 
> https://autobuild.buildroot.org/results/9ed/9edc245d0a03089812d631708a4294ff293a461d/
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>

Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2025-05-26 20:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-26 16:14 [Buildroot] [PATCH 1/1] package/uuu: fix gcc-15 compile errors Dario Binacchi
2025-05-26 20:15 ` Julien Olivain [this message]
2025-06-12 19:56 ` Arnout Vandecappelle via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=eae9cebc9f07b01aadbd8a71cec384db@free.fr \
    --to=ju.o@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=linux-amarula@amarulasolutions.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.