GCC 13 Status

2023-04-25 Thread Sebastian Huber
Hello, the GCC 13 release candidates are available at the moment. Thanks to a last minute fix done by a GCC release manager all targets build for RTEMS (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109566). TLS works now also on m68k (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106282).

Re: Change build specification files from YAML to JSON?

2023-04-25 Thread Chris Johns
On 25/4/2023 5:35 pm, Sebastian Huber wrote: > Tooling makes sense if you have a high change rate. That is not the use case I am discussing and it is not a factor. > This is not the case for the RTEMS build specification items. I am not saying it is. > For which use case do we need tooling

Re: Change build specification files from YAML to JSON?

2023-04-25 Thread Chris Johns
On 26/4/2023 4:01 am, Sebastian Huber wrote: > On 25.04.23 13:02, Karel Gardas wrote: >> On 4/25/23 12:32, Sebastian Huber wrote: >>> On 25.04.23 12:10, Karel Gardas wrote: On 4/25/23 11:03, Sebastian Huber wrote: > > > On 25.04.23 11:00, Karel Gardas wrote: >> On 4/25/23

Re: Qemu and missing dynamic libraries

2023-04-25 Thread Joel Sherrill
On Mon, Apr 24, 2023 at 4:30 PM Chris Johns wrote: > > > On 25/4/2023 7:05 am, Joel Sherrill wrote: > > > > > > On Mon, Apr 24, 2023 at 3:11 PM Karel Gardas > wrote: > > > > On 4/24/23 21:33, Joel Sherrill wrote: > > > > > > > > > On Mon, Apr 24, 2023, 2:11 PM Karel Gardas >

Re: [PATCH] score: Simplify _Objects_Is_api_valid()

2023-04-25 Thread Joel Sherrill
Commit it. If mcdc-checker is happy with it, then I'm ok. https://gtd-gmbh.gitlab.io/mcdc-checker/mcdc-checker/index.html is On Tue, Apr 25, 2023 at 1:34 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 23.03.23 17:46, Joel Sherrill wrote: > > > > > > On Thu, Mar 23,

Re: Change build specification files from YAML to JSON?

2023-04-25 Thread Sebastian Huber
On 25.04.23 13:02, Karel Gardas wrote: On 4/25/23 12:32, Sebastian Huber wrote: On 25.04.23 12:10, Karel Gardas wrote: On 4/25/23 11:03, Sebastian Huber wrote: On 25.04.23 11:00, Karel Gardas wrote: On 4/25/23 09:35, Sebastian Huber wrote: The change from YAML to JSON for the build

Re: Change build specification files from YAML to JSON?

2023-04-25 Thread Karel Gardas
On 4/25/23 12:32, Sebastian Huber wrote: On 25.04.23 12:10, Karel Gardas wrote: On 4/25/23 11:03, Sebastian Huber wrote: On 25.04.23 11:00, Karel Gardas wrote: On 4/25/23 09:35, Sebastian Huber wrote: The change from YAML to JSON for the build specification files is just an implementation

Re: Change build specification files from YAML to JSON?

2023-04-25 Thread Sebastian Huber
On 25.04.23 12:10, Karel Gardas wrote: On 4/25/23 11:03, Sebastian Huber wrote: On 25.04.23 11:00, Karel Gardas wrote: On 4/25/23 09:35, Sebastian Huber wrote: The change from YAML to JSON for the build specification files is just an implementation detail of the new build system. For the

Re: Change build specification files from YAML to JSON?

2023-04-25 Thread Karel Gardas
On 4/25/23 11:03, Sebastian Huber wrote: On 25.04.23 11:00, Karel Gardas wrote: On 4/25/23 09:35, Sebastian Huber wrote: The change from YAML to JSON for the build specification files is just an implementation detail of the new build system. For the users of the new build system nothing

Re: Change build specification files from YAML to JSON?

2023-04-25 Thread Sebastian Huber
On 25.04.23 11:00, Karel Gardas wrote: On 4/25/23 09:35, Sebastian Huber wrote: The change from YAML to JSON for the build specification files is just an implementation detail of the new build system. For the users of the new build system nothing changes. Let me ask for clarification. Does

Re: Change build specification files from YAML to JSON?

2023-04-25 Thread Karel Gardas
On 4/25/23 09:35, Sebastian Huber wrote: The change from YAML to JSON for the build specification files is just an implementation detail of the new build system. For the users of the new build system nothing changes. Let me ask for clarification. Does this yaml -> json transition include (or

Re: Change build specification files from YAML to JSON?

2023-04-25 Thread Sebastian Huber
On 24.04.23 23:45, Chris Johns wrote: On 25/4/2023 12:20 am, Sebastian Huber wrote: On 24.04.23 16:17, Kinsey Moore wrote: I think we've been moving away from in-file comments in the YAML and toward actual labels in the data, anyway. If it's important information, it should be kept properly.

Re: [PATCH] score: Simplify _Objects_Is_api_valid()

2023-04-25 Thread Sebastian Huber
On 23.03.23 17:46, Joel Sherrill wrote: On Thu, Mar 23, 2023 at 11:09 AM Sebastian Huber > wrote: On 23.03.23 17:03, Joel Sherrill wrote: > > On Thu, Mar 23, 2023 at 10:40 AM Sebastian Huber >