Re: Build Failure on All BSPs on Master

2017-10-06 Thread Joel Sherrill
Thanks. I looked at it enough before I had to leave for an appointment to think a chunk of a Makefile.am was missing. On Oct 6, 2017 1:03 PM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: > Sorry, I made a mistake to resolve a merge conflict. It should work now. > > - Am 6.

Re: Build Failure on All BSPs on Master

2017-10-06 Thread Sebastian Huber
Sorry, I made a mistake to resolve a merge conflict. It should work now. - Am 6. Okt 2017 um 19:00 schrieb joel j...@rtems.org: > Hi > > Every BSP (> 100 so far) in my build sweep is failing when linking psx02 > with this: > > /home/joel/rtems-work/rtems-testing/rtems/build-arm-tms570ls313

Build Failure on All BSPs on Master

2017-10-06 Thread Joel Sherrill
Hi Every BSP (> 100 so far) in my build sweep is failing when linking psx02 with this: /home/joel/rtems-work/rtems-testing/rtems/build-arm-tms570ls3137_hdk-rtems/arm-rtems4.12/c/tms570ls3137_hdk/testsuites/psxtests/psx02/../../../../../../../rtems/c/src/../../testsuites/psxtests/psx02/init.c:92:

[PATCH 2/3] score: Use struct timespec for TOD

2017-10-06 Thread Sebastian Huber
Use the timestamps only for uptime based values. Use struct timespec for the absolute time values (TOD). Update #2740. --- cpukit/posix/src/clockgettime.c| 2 +- cpukit/posix/src/clocksettime.c| 7 +++- cpukit/posix/src/timersettime.c| 4 +-- cpukit/score/i

[PATCH 3/3] score: Change Timestamp_Control to sbintime_t

2017-10-06 Thread Sebastian Huber
The timestamp are based on the uptime. There is no need for a 64-bit seconds part. The signed 32-bit seconds part of the sbintime_t limits the uptime to roughly 68 years. Close #2740. --- cpukit/score/include/rtems/score/timecounter.h | 7 cpukit/score/include/rtems/score/timestamp.h |

[PATCH 1/3] score: Simplify _Timestamp_Add_to()

2017-10-06 Thread Sebastian Huber
Update #2740. --- cpukit/score/include/rtems/score/timestamp.h | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/cpukit/score/include/rtems/score/timestamp.h b/cpukit/score/include/rtems/score/timestamp.h index 8b1a73816a..ec297f93e8 100644 --- a/cpukit/score/include/rtem

Re: RTEMS 4.12 tool chain update required

2017-10-06 Thread Sebastian Huber
On 05/10/17 15:45, Joel Sherrill wrote: This set of changes looks like it should have some impact on documentation. Any idea on the changes needed to reflect the POSIX changes? Only the configuration options come into my mind. Maybe we need a chapter for self-contained synchronization object

[PATCH] c-user: Add obsolete configuration options section

2017-10-06 Thread Sebastian Huber
Update #3112. Update #3113. Update #3114. Update #3115. Update #3116. --- c-user/configuring_a_system.rst | 257 +++- 1 file changed, 93 insertions(+), 164 deletions(-) diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst index bed95cf

[PATCH] c-user: Clarify that confdefs.h is mandatory

2017-10-06 Thread Sebastian Huber
--- c-user/configuring_a_system.rst | 24 +++- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst index 17c8a85..bed95cf 100644 --- a/c-user/configuring_a_system.rst +++ b/c-user/configuring_a_system.

Re: [PATCH 1/2] libdl: Use 64-bit ELF on 64-bit targets

2017-10-06 Thread Chris Johns
> On 6 Oct 2017, at 6:17 pm, Sebastian Huber > wrote: > > Update #3155. All OK. Please push. Thank you. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH 2/2] libdl: Fix warnings

2017-10-06 Thread Sebastian Huber
Update #3155. --- cpukit/libdl/rtl-elf.c | 26 +++- cpukit/libdl/rtl-mdreloc-powerpc.c | 5 ++-- cpukit/libdl/rtl-obj.c | 3 ++- cpukit/libdl/rtl-rap.c | 50 -- cpukit/libdl/rtl-shell.c | 2 +- 5 f

[PATCH 1/2] libdl: Use 64-bit ELF on 64-bit targets

2017-10-06 Thread Sebastian Huber
Update #3155. --- cpukit/libdl/rtl-elf.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/libdl/rtl-elf.h b/cpukit/libdl/rtl-elf.h index e3ac07f7ed..cee01804e0 100644 --- a/cpukit/libdl/rtl-elf.h +++ b/cpukit/libdl/rtl-elf.h @@ -29,9 +29,13 @@ extern "C" { **/ /