Latest toolchain throws error when including newlib's regex.h

2024-01-19 Thread Bernd Moessner
Dear all, I'm currently encountering an issue with the latest RTEMS toolchain (GCC 13) while attempting to build GoogleTest. Simple example, test.cpp with the following content: #include #include compiled with ~/quick-start/install/tools/toolchain-arm/bin/arm-rtems6-g++ test.cpp gives me

[PATCH rtems6 1/1] libmisc/shell: Fix timeout in getting terminal size

2024-01-19 Thread dufault
From: Peter Dufault - Fix detection of timeout in rtems_shell_term_wait_for(). - Switch to using "termios" VTIME inter-character timeout. The previous implementation is dependent on the BSP clock tick value. Updates #4763 --- cpukit/libmisc/shell/shell.c | 101 ++-

[PATCH rtems6 0/1] libmisc/shell: Fix timeout in getting terminal

2024-01-19 Thread dufault
From: Peter Dufault This is my first submission of a patch using format-patch and send-email from my Linux system. Let me know if anything is wrong. Peter Dufault (1): libmisc/shell: Fix timeout in getting terminal size cpukit/libmisc/shell/shell.c | 101 ++--

Re: [RTEMS Tools 0/1] trace/wscript: Improve C++ standard selection

2024-01-19 Thread Sebastian Huber
On 19.01.24 09:09, Cedric Berger wrote: On 19.01.2024 08:55, Sebastian Huber wrote: On 19.01.24 07:58, Sebastian Huber wrote: This patch fixes bugs #4908 and #4965 which were reported by RTMES users.  The patch is from 19 May 2023 and was blocked due to missing tests on macOS.  I have no macO

Re: [RTEMS Tools 0/1] trace/wscript: Improve C++ standard selection

2024-01-19 Thread Cedric Berger
Hello, On 19.01.2024 08:55, Sebastian Huber wrote: On 19.01.24 07:58, Sebastian Huber wrote: This patch fixes bugs #4908 and #4965 which were reported by RTMES users.  The patch is from 19 May 2023 and was blocked due to missing tests on macOS.  I have no macOS system for tests.  Would someone