From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Lance Fredrickson <lancethepants@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] boot/syslinux: Fix building syslinux with GCC 14.x
Date: Wed, 10 Jul 2024 22:27:35 +0200 [thread overview]
Message-ID: <20240710222735.56b2aaec@windsurf> (raw)
In-Reply-To: <20240623033804.105858-1-lancethepants@gmail.com>
On Sat, 22 Jun 2024 21:38:04 -0600
Lance Fredrickson <lancethepants@gmail.com> wrote:
> From: Lance Fredrickson <lancethepants@gmail.com>
>
> Add missing stdio.h include. Without it results in the following error under GCC 14.x
>
> ../../../com32/lib/syslinux/debug.c: In function ‘syslinux_debug’:
> ../../../com32/lib/syslinux/debug.c:91:5: error: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration]
> 91 | printf("Dynamic debug unavailable\n");
>
> Upstream: dead (last release in 2014)
> Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>
> ---
> .../0020-pull-in-stdio-h-for-gcc14.patch | 34 +++++++++++++++++++
> 1 file changed, 34 insertions(+)
> create mode 100644 boot/syslinux/0020-pull-in-stdio-h-for-gcc14.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
next prev parent reply other threads:[~2024-07-10 20:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-23 3:38 [Buildroot] [PATCH 1/1] boot/syslinux: Fix building syslinux with GCC 14.x Lance Fredrickson
2024-06-23 10:10 ` Julien Olivain
2024-07-10 20:28 ` Thomas Petazzoni via buildroot
2024-07-10 20:27 ` Thomas Petazzoni via buildroot [this message]
2024-07-28 7:08 ` Peter Korsgaard
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=20240710222735.56b2aaec@windsurf \
--to=buildroot@buildroot.org \
--cc=lancethepants@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.