Re: parallel make failure?

2017-11-23 Thread Sebastian Huber
I built all BSPs. Then I collected all header files in the build tree, 
calculated the MD5 sum of each header and then created a sorted list 
without duplicates:


https://ftp.rtems.org/pub/rtems/people/sebh/tmp/installed-raw.txt

I gathered the MD5 sum of all RTEMS source headers:

https://ftp.rtems.org/pub/rtems/people/sebh/tmp/src.txt

With this I created a list of   tuples:

https://ftp.rtems.org/pub/rtems/people/sebh/tmp/installed-header.txt

We have to do a closer look at the duplicates, e.g.  
with more than one :


https://ftp.rtems.org/pub/rtems/people/sebh/tmp/installed-header-dups.txt

Manual inspection shows that we have a potential problem with:

arch/mm/page.h 
c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/include/mm/page.h
arch/mm/page.h 
c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/include/mm/sun4u/page.h
arch/mm/sun4u/page.h 
c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/include/mm/page.h
arch/mm/sun4u/page.h 
c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/include/mm/sun4u/page.h

coverhd.h c/src/lib/libbsp/shared/include/coverhd.h
tm27.h c/src/lib/libbsp/shared/include/tm27.h

The coverhd.h looks like unmaintained overkill. We should remove these 
files.


The tm27.h is a hack we should fix.

The sparc64 stuff, I don't know.

I assume the following header locations:

bsps/include
bsps/$arch/include
bsps/$arch/$bsp/include
cpukit/include
cpukit/libnetworking/include
cpukit/score/cpu/$arch/include

Ada is a different problem.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v2] c-user: Document global construction

2017-11-23 Thread Chris Johns
On 23/11/2017 17:53, Sebastian Huber wrote:
> Close #3243.
> ---
>  c-user/fatal_error.rst|  5 
>  c-user/initialization.rst | 74 
> +++
>  2 files changed, 74 insertions(+), 5 deletions(-)

Really nice. Thank you.

Chris
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: parallel make failure?

2017-11-23 Thread Sebastian Huber

On 23/11/17 11:33, Sebastian Huber wrote:

Manual inspection shows that we have a potential problem with:

arch/mm/page.h 
c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/include/mm/page.h
arch/mm/page.h 
c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/include/mm/sun4u/page.h
arch/mm/sun4u/page.h 
c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/include/mm/page.h
arch/mm/sun4u/page.h 
c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/include/mm/sun4u/page.h


These two files are not a problem. They have the same MD5 and this 
confused my script. This leaves only tm27.h and coverhd.h as trouble makers.


--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel