All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Peter Seiderer <ps.report@gmx.net>
Cc: Simon Dawson <spdawson@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v1] package/libserial: fix gcc-13.x compile (add patch to add missing cstdint include)
Date: Thu, 10 Aug 2023 21:55:18 +0200	[thread overview]
Message-ID: <20230810215518.0208983e@windsurf> (raw)
In-Reply-To: <20230809215221.29965-1-ps.report@gmx.net>

On Wed,  9 Aug 2023 23:52:21 +0200
Peter Seiderer <ps.report@gmx.net> wrote:

> Add patch taken from upstream pull request ([1]) to fix gcc-13.x compile
> failure because of a missing csdtint include.
> 
> Fixes:
> 
>   In file included from libserial/SerialStreamBuf.h:36,
>                    from SerialStreamBuf.cpp:34:
>   ./libserial/SerialPortConstants.h:93:37: error: ‘uint8_t’ was not declared in this scope
>      93 |     using DataBuffer =  std::vector<uint8_t> ;
>         |                                     ^~~~~~~
> 
> [1] https://github.com/crayzeewulf/libserial/pull/186
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  ...sing-cstdint-header-for-uint8_t-type.patch | 28 +++++++++++++++++++
>  1 file changed, 28 insertions(+)
>  create mode 100644 package/libserial/0003-Add-missing-cstdint-header-for-uint8_t-type.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2023-08-10 19:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-09 21:52 [Buildroot] [PATCH v1] package/libserial: fix gcc-13.x compile (add patch to add missing cstdint include) Peter Seiderer
2023-08-10 19:55 ` Thomas Petazzoni via buildroot [this message]

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=20230810215518.0208983e@windsurf \
    --to=buildroot@buildroot.org \
    --cc=ps.report@gmx.net \
    --cc=spdawson@gmail.com \
    --cc=thomas.petazzoni@bootlin.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.