From: Yao Zi <ziyao@disroot.org>
To: Tom Rini <trini@konsulko.com>, Michal Simek <michal.simek@amd.com>
Cc: Fabio Estevam <festevam@gmail.com>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
sughosh.ganu@linaro.org,
Christophe Leroy <christophe.leroy@csgroup.eu>,
Stefano Babic <sbabic@nabladev.com>,
"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
Marek Vasut <marex@denx.de>,
Olaf Mandel <o.mandel@menlosystems.com>,
Minkyu Kang <mk7.kang@samsung.com>,
Jaehoon Chung <jh80.chung@samsung.com>,
Francesco Dolcini <francesco.dolcini@toradex.com>,
Simon Glass <sjg@chromium.org>, Peng Fan <peng.fan@nxp.com>,
Yannic Moog <y.moog@phytec.de>, Wadim Egorov <w.egorov@phytec.de>,
Christoph Stoidner <c.stoidner@phytec.de>,
Prasad Kummari <prasad.kummari@amd.com>,
Jiaxun Yang <jiaxun.yang@flygoat.com>,
Paul Barker <paul.barker.ct@bp.renesas.com>,
Rasmus Villemoes <rasmus.villemoes@prevas.dk>,
Jonathan Humphreys <j-humphreys@ti.com>,
Sam Edwards <cfsworks@gmail.com>,
Andrejs Cainikovs <andrejs.cainikovs@toradex.com>,
u-boot@lists.denx.de
Subject: Re: [PATCH v2 2/2] kbuild: Bump the build system to 5.1
Date: Fri, 11 Jul 2025 06:52:16 +0000 [thread overview]
Message-ID: <aHC0oK7symjF2hEO@pie.lan> (raw)
In-Reply-To: <20250710150154.GC6424@bill-the-cat>
On Thu, Jul 10, 2025 at 09:01:54AM -0600, Tom Rini wrote:
> On Thu, Jul 10, 2025 at 04:58:00PM +0200, Michal Simek wrote:
> > Hi,
> >
> > On 7/10/25 16:34, Fabio Estevam wrote:
> > > Hi Ilias,
> > >
> > > On Thu, Jul 10, 2025 at 11:28 AM Ilias Apalodimas
> > > <ilias.apalodimas@linaro.org> wrote:
> > >
> > > > Thanks I'll try to reproduce it later today and let you know. Do you
> > > > know if we build this defonconfig in the CI?
> > >
> > > Yes, mx6sabresd_defconfig is built in CI, but no CI error was seen.
> >
> > I have seen this with other targets too. Toolchain from binman has no issue
> > with it that's why I expect it has something to with different toolchains
> > builds.
>
> What host OS are you using, and are you using separate object
> directories? This feels like a "make" issue at first glance.
I could reproduce the failure as well on my Alpine Linux, using simply
$ make ARCH=arm CROSS_COMPILE=arm-none-eabi- mx6sabresd_defconfig
$ make ARCH=arm CROSS_COMPILE=arm-none-eabi-
No separate object directory is used.
$ make --version
GNU Make 4.4.1
Built for x86_64-alpine-linux-musl
Copyright (C) 1988-2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
# Installed by "apk add gcc-arm-none-eabi"
$ arm-none-eabi-gcc -v
Using built-in specs.
COLLECT_GCC=arm-none-eabi-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/15.1.0/lto-wrapper
Target: arm-none-eabi
Configured with: /home/buildozer/aports/community/gcc-cross-embedded/src/gcc-15.1.0/configure --target=arm-none-eabi --prefix=/usr --with-sysroot=/usr/arm-none-eabi --with-native-system-header-dir=/include --with-headers=/usr/arm-none-eabi/include --with-python-dir=share/gcc-arm-none-eabi --libexecdir=/usr/lib --infodir=/deleteme/info --htmldir=/deleteme/html --pdfdir=/deleteme/pdf --mandir=/deleteme/man --enable-languages=c --enable-lto --enable-plugins --enable-gnu-indirect-function --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-werror --with-gmp --with-gnu-as --with-gnu-ld --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-isl --with-libelf --with-mpc --with-mpfr --with-newlib --with-system-zlib --with-pkgversion='Alpine Linux' --with-multilib-list=rmprofile
Thread model: single
Supported LTO compression algorithms: zlib
gcc version 15.1.0 (Alpine Linux)
# The distribution is on the latest edge branch
$ cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.23.0_alpha20250612
PRETTY_NAME="Alpine Linux edge"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
$ cat /etc/apk/repositories
#/media/sdb/apks
http://mirrors.ustc.edu.cn/alpine/edge/main
http://mirrors.ustc.edu.cn/alpine/edge/community
http://mirrors.ustc.edu.cn/alpine/edge/testing
This seems to have something to do with the RISC-V failures I tried to
fix days earlier[1], cherry-picking the patch also fixes this failure.
> --
> Tom
Regards,
Yao Zi
[1]: https://lore.kernel.org/u-boot/20250709161418.21287-2-ziyao@disroot.org/
next prev parent reply other threads:[~2025-07-11 6:52 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-27 18:57 [PATCH v2 1/2] kbuild: Update Makefile.extrawarn to 5.1 Ilias Apalodimas
2025-06-27 18:57 ` [PATCH v2 2/2] kbuild: Bump the build system " Ilias Apalodimas
2025-07-10 14:16 ` Fabio Estevam
2025-07-10 14:27 ` Ilias Apalodimas
2025-07-10 14:34 ` Fabio Estevam
2025-07-10 14:58 ` Michal Simek
2025-07-10 15:01 ` Tom Rini
2025-07-11 5:15 ` Ilias Apalodimas
2025-07-11 5:27 ` Francesco Dolcini
2025-07-11 6:17 ` Ilias Apalodimas
2025-07-11 7:02 ` Francesco Dolcini
2025-07-11 6:50 ` Michal Simek
2025-07-11 6:52 ` Yao Zi [this message]
2025-07-11 7:09 ` Ilias Apalodimas
2025-07-11 12:11 ` Fabio Estevam
2025-07-17 17:03 ` Sudeep Holla
2025-07-17 17:41 ` Tom Rini
2025-07-18 8:30 ` Sudeep Holla
2025-07-21 7:26 ` Ilias Apalodimas
2025-07-08 21:35 ` [PATCH v2 1/2] kbuild: Update Makefile.extrawarn " Tom Rini
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=aHC0oK7symjF2hEO@pie.lan \
--to=ziyao@disroot.org \
--cc=andrejs.cainikovs@toradex.com \
--cc=c.stoidner@phytec.de \
--cc=cfsworks@gmail.com \
--cc=christophe.leroy@csgroup.eu \
--cc=festevam@gmail.com \
--cc=francesco.dolcini@toradex.com \
--cc=ilias.apalodimas@linaro.org \
--cc=j-humphreys@ti.com \
--cc=jh80.chung@samsung.com \
--cc=jiaxun.yang@flygoat.com \
--cc=marex@denx.de \
--cc=michal.simek@amd.com \
--cc=mk7.kang@samsung.com \
--cc=o.mandel@menlosystems.com \
--cc=paul.barker.ct@bp.renesas.com \
--cc=peng.fan@nxp.com \
--cc=prasad.kummari@amd.com \
--cc=rasmus.villemoes@prevas.dk \
--cc=sbabic@nabladev.com \
--cc=sjg@chromium.org \
--cc=sughosh.ganu@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
--cc=w.egorov@phytec.de \
--cc=y.moog@phytec.de \
/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.