On 17/03/2022 22:59, Kinsey Moore wrote:
The existing patch fails to build with the latest newlib. This picks up
an updated patch that compiles with both older and newer newlib.
Thanks for the quick fix. I checked it in an started a new RSB build.
--
embedded brains GmbH
Herr Sebastian HUBER
D
The existing patch fails to build with the latest newlib. This picks up
an updated patch that compiles with both older and newer newlib.
---
rtems/config/tools/rtems-gcc-10-newlib-head.cfg | 4 ++--
rtems/config/tools/rtems-gcc-head-newlib-head.cfg | 4 ++--
2 files changed, 4 insertions(+), 4 d
Hello Ryan,
I believe I have a different error than yours on a "Fedora Linux 35
Container" but my error is exactly at the same place as yours.
But to your problem:
It looks like the `$i` has been replaced nothing by substitution.
Compare the output:
At the top: `[...]match($i,\".*lpython.*\")[.
On 3/17/2022 10:43, Sebastian Huber wrote:
On 17/03/2022 16:40, Kinsey Moore wrote:
with current newlib (ed32020)
This is not the current Newlib. There are a couple of build system
patches on top of it.
I guess the problem is that one location in the patch uses #include
<...> and not #incl
On 17/03/2022 16:40, Kinsey Moore wrote:
with current newlib (ed32020)
This is not the current Newlib. There are a couple of build system
patches on top of it.
I guess the problem is that one location in the patch uses #include
<...> and not #include "...'.
--
embedded brains GmbH
Herr Se
On 3/17/2022 07:30, Kinsey Moore wrote:
On 3/17/2022 05:00, Sebastian Huber wrote:
Hello,
the current Newlib build fails for aarch64 due to RTEMS-specific
patches:
CC libc/string/libc_a-wcscmp.o
../../../gnu-mirror-gcc-0f001dd/newlib/libc/machine/aarch64/setjmp.S:29:10:
fatal error:
> >> I guess you want to enable tc_poll_pps in struct timecounter as well?
> >
> > I didn't plan to do that but it can be done just removing some #ifndef,
> > right?
>
> Is this handler not use for the PPS support? If it is currently unused, then
> please let it disabled.
Ok. For now I was work
On 3/17/2022 08:35, Sebastian Huber wrote:
On 17/03/2022 14:22, Kinsey Moore wrote:
On 3/17/2022 00:39, Sebastian Huber wrote:
Hello Kinsey,
On 16/03/2022 22:57, Kinsey Moore wrote:
Is moving the confdefs instance into a shared library supported and
expected to work?
yes, but the order in w
On 17/03/2022 14:22, Kinsey Moore wrote:
On 3/17/2022 00:39, Sebastian Huber wrote:
Hello Kinsey,
On 16/03/2022 22:57, Kinsey Moore wrote:
Is moving the confdefs instance into a shared library supported and
expected to work?
yes, but the order in which the linker resolves the dependencies is
On 3/17/2022 00:39, Sebastian Huber wrote:
Hello Kinsey,
On 16/03/2022 22:57, Kinsey Moore wrote:
Is moving the confdefs instance into a shared library supported and
expected to work?
yes, but the order in which the linker resolves the dependencies is
very important. You have to make sure th
On 16/03/2022 08:04, gabriel.moy...@dlr.de wrote:
Hello Sebastian,
On 15/03/2022 16:31, gabriel.moy...@dlr.de wrote:
I'm working on enabling PPS support in RTEMS
does this mean you want to define PPS_SYNC for kern_tc.c and kern_ntptime.c in
RTEMS?
yes
I guess you want to enable tc_pol
On 3/17/2022 05:00, Sebastian Huber wrote:
Hello,
the current Newlib build fails for aarch64 due to RTEMS-specific patches:
CC libc/string/libc_a-wcscmp.o
../../../gnu-mirror-gcc-0f001dd/newlib/libc/machine/aarch64/setjmp.S:29:10:
fatal error: ../asmdefs.h: No such file or directory
This fixes the build of a recent GDB version:
gdb/python/py-micmd.c: In function 'int
micmdpy_uninstall_command(micmdpy_object*)':
gdb/python/py-micmd.c:430:20: error: 'PyDict_GetItemWithError' was not declared
in this scope
PyObject *curr = PyDict_GetItemWithError (mi_cmd_dict.get (),
Hello Jerzy,
Please see my answers below.
José
From: Jerzy Jaskuc
Sent: 17 de março de 2022 10:44
To: VALDEZ Jose
Cc: devel@rtems.org
Subject: Re: Support for test coverage analysis in RTEMS 6
Hi José,
This is exactly what I needed, thanks so much!
I'm able to generate the reports successful
Hi José,
This is exactly what I needed, thanks so much!
I'm able to generate the reports successfully.
Just a few small questions:
I see that in `sparc-gr712rc-smp-user-qual.yml` there's a step to build
`qual-only` and a step for `qual-only-coverage`.
Do I need the steps for `qual-only` if I'm on
Hello,
the current Newlib build fails for aarch64 due to RTEMS-specific patches:
CC libc/string/libc_a-wcscmp.o
../../../gnu-mirror-gcc-0f001dd/newlib/libc/machine/aarch64/setjmp.S:29:10:
fatal error: ../asmdefs.h: No such file or directory
29 | #include <../asmdefs.h>
|
16 matches
Mail list logo