From 154a58befd3471f4e1e0b95e1acf60b53e09df06 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 5 Jan 2025 16:34:04 +1300 Subject: [PATCH] c6x: pin to GCC 13 The custom uclibc has compile errors with GCC 14. Ignoring that even a bare metal config fails to build (assembler errors in libgcc) with GCC 14. For now pin the sample config to GCC 13 since that seems to work. Signed-off-by: Chris Packham --- samples/tic6x-uclinux/crosstool.config | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/tic6x-uclinux/crosstool.config b/samples/tic6x-uclinux/crosstool.config index 614c39a2..0cb2101c 100644 --- a/samples/tic6x-uclinux/crosstool.config +++ b/samples/tic6x-uclinux/crosstool.config @@ -9,4 +9,5 @@ CT_LIBC_UCLIBC_NG=y CT_UCLIBC_NG_SRC_DEVEL=y CT_UCLIBC_NG_DEVEL_URL="https://github.com/DspHack/uclibc-ng.git" CT_THREADS_LT=y +CT_GCC_V_13=y CT_CC_LANG_CXX=y