Re: [PATCH 1/1] rtems-tools: Add rtems-test scripts for standalone sis

2017-07-24 Thread Chris Johns
On 22/07/2017 06:30, Jiri Gaisler wrote: > Can somebody review and merge this to rtems-tools.git? Pushed. Thanks. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: parallel make failure?

2017-07-24 Thread Chris Johns
On 22/07/2017 02:55, Kirspel, Kevin wrote: > I have seen similar things as well. In my case it fails in different places > randomly. Sometimes it will get all the way through. Do you mean a similar preinstall error but in a different location in the source tree? I am wondering if this is commo

Re: libbsd include path issue

2017-07-24 Thread Chris Johns
On 25/07/2017 03:09, Christian Mauderer wrote: > Hm. It seems for me that the subst would substitute some text in a > source file with some other text and generate a target from it. So that > most likely could be a nice replacement for the network-config.h (which > is just above my new rule and use

[PATCH] posix: fix warnings with mmap from heap/wkspace

2017-07-24 Thread Gedare Bloom
Avoid void pointer arithmetic. Updates #2859. --- cpukit/posix/src/shmheap.c| 2 +- cpukit/posix/src/shmwkspace.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/posix/src/shmheap.c b/cpukit/posix/src/shmheap.c index 47f5b47..b36fc28 100644 --- a/cpukit/posix/src

[PATCH] posix: replace mmap mappings lock with libio lock

2017-07-24 Thread Gedare Bloom
Use the libio mutex lock instead of the mmap mappings lock. Updates #2859. --- cpukit/posix/include/rtems/posix/mmanimpl.h | 11 +++- cpukit/posix/src/mmap.c | 82 ++--- cpukit/posix/src/munmap.c | 6 +-- 3 files changed, 13 insertion

Re: Can't enable a dummy clock driver

2017-07-24 Thread Denis Obrezkov
2017-07-24 20:36 GMT+02:00 Joel Sherrill : > > > On Jul 24, 2017 2:28 PM, "Denis Obrezkov" wrote: > > 2017-07-24 8:56 GMT+02:00 Denis Obrezkov : > >> 2017-07-24 8:27 GMT+02:00 Hesham Almatary : >> >>> On Mon, Jul 24, 2017 at 8:27 AM, Joel Sherrill wrote: >>> > >>> > >>> > On Jul 23, 2017 5:15 PM

Re: Can't enable a dummy clock driver

2017-07-24 Thread Denis Obrezkov
2017-07-24 8:56 GMT+02:00 Denis Obrezkov : > 2017-07-24 8:27 GMT+02:00 Hesham Almatary : > >> On Mon, Jul 24, 2017 at 8:27 AM, Joel Sherrill wrote: >> > >> > >> > On Jul 23, 2017 5:15 PM, "Denis Obrezkov" >> wrote: >> > >> > 2017-07-23 22:30 GMT+02:00 Joel Sherrill : >> >> >> >> Increasing the s

Re: libbsd include path issue

2017-07-24 Thread Christian Mauderer
Am 24.07.2017 um 09:11 schrieb Christian Mauderer: > > > Am 24.07.2017 um 08:59 schrieb Chris Johns: >> On 24/07/2017 00:20, Christian Mauderer wrote: >>> Am 23.07.2017 um 15:57 schrieb Gedare Bloom: On Sun, Jul 23, 2017 at 8:38 AM, Christian Mauderer wrote: > The problem here i

Re: libbsd include path issue

2017-07-24 Thread Christian Mauderer
Am 24.07.2017 um 08:59 schrieb Chris Johns: > On 24/07/2017 00:20, Christian Mauderer wrote: >> Am 23.07.2017 um 15:57 schrieb Gedare Bloom: >>> On Sun, Jul 23, 2017 at 8:38 AM, Christian Mauderer >>> wrote: The problem here is that the opensslv.h is in the directory freebsd/crypto/op

Re: libbsd include path issue

2017-07-24 Thread Chris Johns
On 24/07/2017 00:20, Christian Mauderer wrote: > Am 23.07.2017 um 15:57 schrieb Gedare Bloom: >> On Sun, Jul 23, 2017 at 8:38 AM, Christian Mauderer >> wrote: >>> The problem here is that the opensslv.h is in the directory >>> freebsd/crypto/openssl/crypto. It seems that some makefile magic would