Re: [PATCH 1/2] covoar: Add symbol set reader and ELF data parser to covoar.

2018-04-26 Thread Chris Johns
On 27/04/2018 08:51, Joel Sherrill wrote: > >    // Create the set of desired symbols. >    SymbolsToAnalyze = new Coverage::DesiredSymbols(); > -  SymbolsToAnalyze->load( symbolsFile ); > > > I am having trouble seeing what happened to the DesiredSymbols class. Is > it no longer nee

Re: [PATCH 0/3] libbsd: Create some basic buildsets.

2018-04-26 Thread Joel Sherrill
On Thu, Apr 26, 2018, 8:29 PM Chris Johns wrote: > On 26/04/2018 19:50, Christian Mauderer wrote: > > > > But it would be great if I could already get some first > > feedback for these patches. > > > > OK to push. > +1 > > These are really great changes, it is starting to be a nice solid base.

Re: odd waf error from examples-v2

2018-04-26 Thread Joel Sherrill
On Thu, Apr 26, 2018, 8:23 PM Chris Johns wrote: > On 26/04/2018 23:42, Joel Sherrill wrote: > > Hi > > > > I am getting this on rtbf64c which is running this version of CentOS: > > > > CentOS Linux release 7.4.1708 (Core) > > > > It doesn't occur on my VM which has the same version: > > > > $ ca

Re: [PATCH 0/3] libbsd: Create some basic buildsets.

2018-04-26 Thread Chris Johns
On 26/04/2018 19:50, Christian Mauderer wrote: > > But it would be great if I could already get some first > feedback for these patches. > OK to push. These are really great changes, it is starting to be a nice solid base. Thank you for this work. Chris ___

Re: odd waf error from examples-v2

2018-04-26 Thread Chris Johns
On 26/04/2018 23:42, Joel Sherrill wrote: > Hi > > I am getting this on rtbf64c which is running this version of CentOS: > > CentOS Linux release 7.4.1708 (Core)  > > It doesn't occur on my VM which has the same version: > > $ cat /etc/redhat-release  > CentOS Linux release 7.4.1708 (Core)  >

Source File Permissions

2018-04-26 Thread Joel Sherrill
Hi Teaching the class this week, i have noticed that randomly some files are executable. I was going to change this but then realized that we should all agree on what the permissions on the files and directories in the tree(s) should be. I lean to either: + 664 for files and 775 for directories

Re: [PATCH 2/2] rtems-tools/../testing: Add configuration files for coverage analysis.

2018-04-26 Thread Joel Sherrill
This looks like a mixed bag of stuff. The qemu cfg file could be by itself. Two files (Jiri's email and details on writing an Explanations.txt) could go in a (currently non-existent) document on running coverage. The .css file is a support file for the output. Not sure where the else fall but th

Re: [PATCH 1/2] covoar: Add symbol set reader and ELF data parser to covoar.

2018-04-26 Thread Joel Sherrill
> > 8 insertions(+), 11 deletions(-) > create mode 100644 tester/covoar/SymbolSet.cpp > create mode 100644 tester/covoar/SymbolSet.h > create mode 100644 tester/covoar/SymbolSetReader.cpp > create mode 100644 tester/covoar/SymbolSetReader.h > > diff --git a/tester/covoar/SymbolSet.cpp b/tester/

odd waf error from examples-v2

2018-04-26 Thread Joel Sherrill
Hi I am getting this on rtbf64c which is running this version of CentOS: CentOS Linux release 7.4.1708 (Core) It doesn't occur on my VM which has the same version: $ cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) Any ideas? $ ./waf configure Traceback (most recent call last):

[PATCH 2/3] waf: Generate a rtems/bsd/modules.h

2018-04-26 Thread Christian Mauderer
The generated file defines a RTEMS_BSD_MODULE_xxx for each enabled module. That is usefull for conditional compilation depending on whether a module is build not. Update #3351. --- waf_libbsd.py | 32 1 file changed, 32 insertions(+) diff --git a/waf_libbsd.py b/

[PATCH 0/3] libbsd: Create some basic buildsets.

2018-04-26 Thread Christian Mauderer
Hello, after some other work interrupt I finally found the time to continue my work on ticket #3351. Target of that ticket is to allow compiling libbsd with some more or less functionality. This patch set should close the ticket as soon as I have finished it. Instead of influencing the compiler f

[PATCH 1/3] waf: Fix usage of build-include from config.

2018-04-26 Thread Christian Mauderer
--- waf_libbsd.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/waf_libbsd.py b/waf_libbsd.py index 54a60a78..589d21a2 100644 --- a/waf_libbsd.py +++ b/waf_libbsd.py @@ -185,6 +185,7 @@ class Builder(builder.ModuleManager): # Include paths #

[PATCH 3/3] buildset: Add minimal and everything config.

2018-04-26 Thread Christian Mauderer
Update #3351. --- buildset/default.ini | 16 ++-- buildset/everything.ini| 15 +++ buildset/minimal.ini | 22 ++ buildset/sample.ini|

Re: [PATCH 0/2] *** Covoar Outstanding Changes ***

2018-04-26 Thread Chris Johns
On 26/04/2018 16:11, Cillian O'Donnell wrote: > On Thu, 26 Apr 2018, 03:27 Chris Johns, > wrote: > >> Also, are there any RSB changes outstanding to build a suitable QEMU? > > Oh yes, I still have that build. I'll take a look at it tonight, see if it's > still ok. > Th

[PATCH] Update due to BSP source reorganization

2018-04-26 Thread Sebastian Huber
This patch is a part of the BSP source reorganization. Close #3285. --- bsp-howto/clock.rst | 24 ++--- bsp-howto/console.rst| 2 +- bsp-howto/getentropy.rst | 4 +- bsp-howto/i2c.rst| 4 +- bsp-howto/ide_controller.rst