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

2024-01-21 Thread Sebastian Huber
On 22.01.24 00:47, Chris Johns wrote: On 22/1/2024 3:42 am, Sebastian Huber wrote: Does XCode ship a Symbolize.h and llvm-config? No ... % uname -a Darwin weka.contemporary.net.au 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:55:06 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6020 arm6

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

2024-01-21 Thread Chris Johns
On 22/1/2024 3:42 am, Sebastian Huber wrote: > Does XCode ship a Symbolize.h and llvm-config? No ... % uname -a Darwin weka.contemporary.net.au 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:55:06 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6020 arm64 % c++ -v Apple clang version 15.0.0 (c

Re: [PATCH 0/4] dev/io: Add packet processor

2024-01-21 Thread Chris Johns
Hi, There are a few things I do not understand about this addition. I brief review of the code seems OK but I am struggling to understand the requirements driving this addition. Can a ticket please be created with the requirements and a real world use case of how it would be used and what problem(

Re: [PATCH 1/4] dev/io: Make base64 encoding tables public

2024-01-21 Thread Chris Johns
On 15/1/2024 8:45 pm, Sebastian Huber wrote: > This makes them reusable. Change the character type to uint8_t. > --- > cpukit/dev/iobase64.c | 24 +--- I do not understand why a base64 encoder/decoder is in the devices sources tree? I have never encountered a base64 "d

Re: [RTEMS Tools] linkers: Use push/pop section

2024-01-21 Thread Chris Johns
Looks good Thanks Chris On 16/1/2024 5:44 pm, Sebastian Huber wrote: > Restore the previous section, otherwise the generated code may end up in > a wrong section. > --- > linkers/rtems-syms.cpp | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/linkers/rtems-syms.cpp b/l

Re: Convert test executables to bootloader images?

2024-01-21 Thread Chris Johns
On 17/1/2024 11:39 pm, Sebastian Huber wrote: > Hello, > > attached is a proof of concept. Using a ./waf bootimages command didn't work > since you don't have a build context in this case. I added a new option: > > # If this option is enabled, then boot images for the test programs > # are built.

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

2024-01-21 Thread Sebastian Huber
On 20.01.24 16:25, Sebastian Huber wrote: On 19.01.24 10:13, Sebastian Huber wrote: 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