[Buildroot] [git commit] configs/imxrt1050-evk: fix build failure due to wrong toolchain
Julien Olivain
ju.o at free.fr
Sun Sep 21 09:15:50 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=3f57a001dece4e61ff1c9c195223e1df73d5ddaa
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
i.MXRT1050 is based on a ARMv7M core and we can't build using ARMV7
toolchain, so let's switch toolchain to
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_STABLE
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/11393506762
https://gitlab.com/buildroot.org/buildroot/-/commit/fdc002ee38e58ef4abfbd1615217a5977f9a0077
Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
[Julien: add link to commit id introducing the issue]
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
configs/imxrt1050-evk_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/imxrt1050-evk_defconfig b/configs/imxrt1050-evk_defconfig
index 0574eae981..7a70c42afa 100644
--- a/configs/imxrt1050-evk_defconfig
+++ b/configs/imxrt1050-evk_defconfig
@@ -2,7 +2,7 @@ BR2_arm=y
BR2_cortex_m7=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
-BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_STABLE=y
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
BR2_GLOBAL_PATCH_DIR="board/freescale/imxrt1050evk/patches"
BR2_ROOTFS_OVERLAY="board/freescale/imxrt1050evk/rootfs_overlay"
More information about the buildroot
mailing list