From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: martin.jansa@gmail.com
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH] dev86: use gnu17 and ignore incompatible-pointer-types to allow building with gcc-15
Date: Tue, 6 May 2025 01:45:38 +0000 [thread overview]
Message-ID: <aBlpwu7JTxmfTW5x@gmail.com> (raw)
In-Reply-To: <20250504203447.1113879-1-martin.jansa@gmail.com>
Thanks Martin,
All of the gcc-15 patches are now on master.
Bruce
In message: [meta-virtualization] [PATCH] dev86: use gnu17 and ignore incompatible-pointer-types to allow building with gcc-15
on 04/05/2025 Martin Jansa via lists.yoctoproject.org wrote:
> From: Martin Jansa <martin.jansa@gmail.com>
>
> The repo from SRC_URI is no longer accessible add temporary
> work around to allow building with gcc-15.
>
> Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
> ---
> recipes-extended/dev86/dev86_git.bb | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/recipes-extended/dev86/dev86_git.bb b/recipes-extended/dev86/dev86_git.bb
> index 6414ecfb..d43d1200 100644
> --- a/recipes-extended/dev86/dev86_git.bb
> +++ b/recipes-extended/dev86/dev86_git.bb
> @@ -57,4 +57,11 @@ FILES:${PN} += "${libdir}/bcc"
> # unproto.c:188:51: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
> CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration"
>
> +# http://errors.yoctoproject.org/Errors/Details/853302/
> +CFLAGS += "-std=gnu17"
> +
> +# http://errors.yoctoproject.org/Errors/Details/853303/
> +# ar.c:615:23: error: passing argument 1 of 'ctime' from incompatible pointer type [-Wincompatible-pointer-types]
> +CFLAGS += "-Wno-error=incompatible-pointer-types"
> +
> EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9241): https://lists.yoctoproject.org/g/meta-virtualization/message/9241
> Mute This Topic: https://lists.yoctoproject.org/mt/112618426/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2025-05-06 1:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-04 20:34 [PATCH] dev86: use gnu17 and ignore incompatible-pointer-types to allow building with gcc-15 martin.jansa
2025-05-06 1:45 ` Bruce Ashfield [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=aBlpwu7JTxmfTW5x@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=martin.jansa@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.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 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.