Re: Link RAP file error on zynq BSP

2018-10-14 Thread jameszxj
On 12/10/18 10:05 am, Joel Sherrill wrote: >> >> >> On Thu, Oct 11, 2018 at 11:45 PM jameszxj > > wrote: >> >> HI, >> I run RTEMS on my xilinx z7k board and dynamic load application(RAP >> format) from shell. >> In recent update, i encount a link er

Re: Does RTEMS5.1 have a release plan?

2018-10-14 Thread jameszxj
OK, I know. Thanks for the working . -- Original -- From: "Chris Johns"; Date: Fri, Oct 12, 2018 10:21 PM To: "jameszxj";"devel"; Subject: Re: Does RTEMS5.1 have a release plan? On 11/10/18 9:01 pm, jameszxj wrote: > We use the master rtems5 version

Re: Does RTEMS5.1 have a release plan?

2018-10-14 Thread Joel Sherrill
Hi Just so everyone knows Chris and I were at the GSoC Mentor Summit this weekend. We spent a significant chunk of time triaging and fixing tickets. This was on top of Chris helping me de-duplicate some of the getting started documentation. I can only ask the community, system administrator, and

Re: [PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-14 Thread Sebastian Huber
On 13/10/2018 04:29, Vijay Kumar Banerjee wrote: Use the Object files in cpukit/ instead of the static library for Coverage analysis Thanks for fixing this. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49

[PATCH] Add LICENSE.BSD-2-Clause

2018-10-14 Thread Sebastian Huber
Copied from: https://opensource.org/licenses/BSD-2-Clause The formatting is suitable for C/C++ source comments. Update # 3053. --- LICENSE.BSD-2-Clause | 24 1 file changed, 24 insertions(+) create mode 100644 LICENSE.BSD-2-Clause diff --git a/LICENSE.BSD-2-Clause b/L

Re: [PATCH] Coverage : Use '.o' files for coverage analysis

2018-10-14 Thread Vijay Kumar Banerjee
On Mon, Oct 15, 2018, 11:11 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 13/10/2018 04:29, Vijay Kumar Banerjee wrote: > > Use the Object files in cpukit/ instead of the static library > > for Coverage analysis > > Thanks for fixing this. > :) > > -- > Sebastian Huber, emb

Re: Link RAP file error on zynq BSP

2018-10-14 Thread jameszxj
> >On 12/10/18 10:05 am, Joel Sherrill wrote: >>> >>> >>> On Thu, Oct 11, 2018 at 11:45 PM jameszxj >> > wrote: >>> >>> HI, >>> I run RTEMS on my xilinx z7k board and dynamic load application(RAP >>> format) from shell. >>> In recent update, i encoun

[PATCH 1/6] Move default config to librtemsdefaultconfig.a

2018-10-14 Thread Sebastian Huber
An RTEMS application default configuration is contained in cpukit/libmisc/dummy/default-configuration.c. This default configuration was contained in librtemscpu.a. This had at least two problems: 1. Application configuration errors may have pulled in the default configuration which in turn le

[PATCH 2/6] posix: Provide cancel state/type by default

2018-10-14 Thread Sebastian Huber
Sort POSIX sources lexicographically in Makefile.am Update #2514. --- cpukit/Makefile.am | 108 ++--- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 39dbbcfc35..d324c0347a 100644 --- a/c

[PATCH 4/6] posix: Split posix_api_configuration_table

2018-10-14 Thread Sebastian Huber
Use separate configuration variables to avoid false dependencies. Update #2514. --- cpukit/Makefile.am | 6 +++ cpukit/include/rtems/confdefs.h| 95 -- cpukit/include/rtems/config.h | 13 + cpukit/include/rtems/posix/config

[PATCH 3/6] posix: Provide scheduler support by default

2018-10-14 Thread Sebastian Huber
Update #2514. --- cpukit/Makefile.am | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index d324c0347a..e13892d12b 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -553,8 +553,14 @@ librtemscpu_a_SOURCES += posix/sr

[PATCH 6/6] posix: Provide non-thread functions by default

2018-10-14 Thread Sebastian Huber
Update #2514. --- cpukit/Makefile.am | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index fd4b49d553..6d52eed7d6 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -455,6 +455,7 @@ librtemscpu_a_SOURCES += libstdthr

[PATCH 5/6] posix: Provide named semaphores by default

2018-10-14 Thread Sebastian Huber
Update #2514. --- cpukit/Makefile.am | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index eb6bb515ca..fd4b49d553 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -523,6 +523,7 @@ librtemscpu_a_SOURCES += posix/src/p

Re: Link RAP file error on zynq BSP

2018-10-14 Thread Sebastian Huber
On 15/10/2018 08:16, jameszxj wrote: d:/msys64/opt/rtems/5.1/bin/../lib/gcc/arm-rtems5/7.3.0/../../../../arm-rtems5/bin/ld.exe: wsp/build/nssys.elf section `.unexpected_sections' will not fit in region `UNEXPECTED_SECTIONS' collect2.exe: error: ld returned 1 exit status Please have a look at