anchao commented on code in PR #7284: URL: https://github.com/apache/incubator-nuttx/pull/7284#discussion_r993079572
########## tools/ci/patch/arm-none-eabi-workaround-for-newlib-version-break.patch: ########## @@ -0,0 +1,38 @@ +From 819ab4ac433b809fdaca33246e2bffa1426acc0f Mon Sep 17 00:00:00 2001 +From: chao an <anc...@xiaomi.com> +Date: Tue, 11 Oct 2022 15:27:37 +0800 +Subject: [PATCH] arm-none-eabi: workaround for newlib version break + +Signed-off-by: chao an <anc...@xiaomi.com> +--- + arm-none-eabi/include/_newlib_version.h | 15 ++++----------- + 1 file changed, 4 insertions(+), 11 deletions(-) + +diff --git a/arm-none-eabi/include/_newlib_version.h gcc-arm-none-eabi/arm-none-eabi/include/_newlib_version.h +index 0dbf962e..c5d2be6d 100644 +--- a/arm-none-eabi/include/_newlib_version.h ++++ gcc-arm-none-eabi/arm-none-eabi/include/_newlib_version.h +@@ -3,16 +3,9 @@ + #ifndef _NEWLIB_VERSION_H__ + #define _NEWLIB_VERSION_H__ 1 + +-/* The newlib version in string format. */ +-#define _NEWLIB_VERSION "@NEWLIB_VERSION@" +- +-/* The newlib major version number. */ +-#define __NEWLIB__ @NEWLIB_MAJOR_VERSION@ +- +-/* The newlib minor version number. */ +-#define __NEWLIB_MINOR__ @NEWLIB_MINOR_VERSION@ +- +-/* The newlib patch level. */ +-#define __NEWLIB_PATCHLEVEL__ @NEWLIB_PATCHLEVEL_VERSION@ ++#define _NEWLIB_VERSION "4.2.0" ++#define __NEWLIB__ 4 ++#define __NEWLIB_MINOR__ 2 Review Comment: gcc10.3 uses newlib 4.1 , gcc 11.3 uses newlib 4.2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org