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

2018-10-12 Thread Vijay Kumar Banerjee
Use the Object files in cpukit/ instead of the static library for Coverage analysis --- tester/rt/coverage.py | 27 -- tester/rtems/testing/coverage/symbol-sets.ini | 90 +-- 2 files changed, 66 insertions(+), 51 deletions(-) diff --git

Re: Link RAP file error on zynq BSP

2018-10-12 Thread Chris Johns
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 error

Re: Merged cpukit Makefile breaks covoar

2018-10-12 Thread Joel Sherrill
Awesome! Hopefully it works and Chris can fix his core dump. On Fri, Oct 12, 2018, 1:57 PM Vijay Kumar Banerjee wrote: > > > > On Wed, 10 Oct 2018 at 17:37, Joel Sherrill wrote: > >> Hi >> >> Just a reminder that coverage testing is now completely dead until the >> method for getting symbols

Re: [PATCH 0/3] De-dupe RSB and Users Guides

2018-10-12 Thread Joel Sherrill
FYI the formatted output is at https://ftp.rtems.org/pub/rtems/people/joel/test-docs-20181012/ Review and comment. On Fri, Oct 12, 2018 at 2:29 PM Joel Sherrill wrote: > Hi > > The RSB and Users Guide had duplicative descriptions of the > same tasks as well as overlapping bu

[PATCH 1/3] Merge duplicative RSB Quick Start into Users Guide

2018-10-12 Thread Joel Sherrill
--- rsb/building-tools-and-rtems.rst | 38 +++ rsb/index.rst| 2 +- rsb/quick-start.rst | 535 --- rsb/source-builder.rst | 37 ++- user/ecosys/index.rst| 156 user/hosts/os.rst

[PATCH 3/3] Move duplicate host configuration information from RSB to Users Guide

2018-10-12 Thread Joel Sherrill
--- rsb/index.rst | 1 - user/hosts/macos.rst| 31 +++- user/hosts/posix.rst| 132 ++ user/hosts/windows.rst | 384 user/installation/developer.rst | 72 +++- 5 files changed, 383

[PATCH 0/3] De-dupe RSB and Users Guides

2018-10-12 Thread Joel Sherrill
Hi The RSB and Users Guide had duplicative descriptions of the same tasks as well as overlapping but incomplete descriptions of host computer setup. This set of patches should result in their being one copy of this information in the Users Guide. This information may still need updating or

Re: Link RAP file error on zynq BSP

2018-10-12 Thread Joel Sherrill
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 error when link the RAP file. > Here is the command and output message: > rtems-ld -n -e

python, python2, python3 and gdb

2018-10-12 Thread Chris Johns
Hello, This is all a bit messy. The ticket ... https://devel.rtems.org/ticket/3537 ... is about upstream python removing the 'python' command. I have created a patch ... https://lists.rtems.org/pipermail/devel/2018-October/023281.html ... that shows a way we can manage the problem for our

Re: Does RTEMS5.1 have a release plan?

2018-10-12 Thread Chris Johns
On 11/10/18 9:01 pm, jameszxj wrote: >       We use the master rtems5 version in our project, it works fine. In the > next few months, we will release a project version, so we want to know if > RTEMES5.1 has a release date? The RTEMS 5 process is long overdue and I thank you for asking. We all

Re: RTEMS build broken on msys2

2018-10-12 Thread Chris Johns
On 12/10/18 1:20 am, Sebastian Huber wrote: > On 11/10/2018 16:38, Chris Johns wrote: >> Did you try adding this to the manual hack to the makefile to see if you can >> override the automake rule? > > This worked. I fixed it like this: > >

Re: RTEMS build broken on msys2

2018-10-12 Thread Sebastian Huber
On 11/10/2018 16:38, Chris Johns wrote: Did you try adding this to the manual hack to the makefile to see if you can override the automake rule? This worked. I fixed it like this: https://git.rtems.org/rtems/commit/?id=9d1f17a9caf6a5a107a8d5395cae6fdfa2099099 -- Sebastian Huber, embedded