Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Waldemar Brodkorb <wbx@openadk.org>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/fbdump: fix gcc 14.x issue
Date: Tue, 3 Sep 2024 23:33:27 +0200	[thread overview]
Message-ID: <20240903233327.34edabc6@windsurf> (raw)
In-Reply-To: <Zs8fPOrOGtdUOvA9@waldemar-brodkorb.de>

On Wed, 28 Aug 2024 14:59:40 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:

> Following error is seen with gcc 14.x:
> /home/autobuild/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -O2 -fomit-frame-pointer -s -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0  -c `test -f 'main.c' || echo './'`main.c
> main.c: In function 'main':
> main.c:82:49: error: passing argument 4 of 'Options_parse' from incompatible pointer type [-Wincompatible-pointer-types]
>    82 |   if( Options_parse( opt_template, &opts, argc, argv ) != 0 )
>       |                                                 ^~~~
>       |                                                 |
>       |                                                 char **
> In file included from main.c:17:
> options.h:32:83: note: expected 'const char **' but argument is of type 'char **'
>    32 | int Options_parse( const OptionTemplate *tmplt, void *opts, int argc, const char *argv[] );
>       |                                                                       ~~~~~~~~~~~~^~~~~~
> make[3]: *** [Makefile:240: main.o] Error 1
> make[3]: Leaving directory '/home/autobuild/autobuild/instance-0/output-1/build/fbdump-0.4.2/src'
> make[2]: *** [Makefile:201: all-recursive] Error 1
> make[2]: Leaving directory '/home/autobuild/autobuild/instance-0/output-1/build/fbdump-0.4.2'
> make[1]: *** [Makefile:156: all] Error 2
> make[1]: Leaving directory '/home/autobuild/autobuild/instance-0/output-1/build/fbdump-0.4.2'
> 
> Fixes:
> 
>   http://autobuild.buildroot.net/results/3a0/3a0abff75023e257f3d6048688485a380b72fbb3
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/fbdump/0001-fix-gcc14-compile-issue.patch | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>  create mode 100644 package/fbdump/0001-fix-gcc14-compile-issue.patch

Applied to next, 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:[~2024-09-03 21:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-28 12:59 [Buildroot] [PATCH] package/fbdump: fix gcc 14.x issue Waldemar Brodkorb
2024-09-03 21:33 ` Thomas Petazzoni via buildroot [this message]
2024-09-03 21:33   ` Thomas Petazzoni 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=20240903233327.34edabc6@windsurf \
    --to=buildroot@buildroot.org \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=wbx@openadk.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox