parallel make failure?
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Nov 23 10:33:17 UTC 2017
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 <installed header> <source header> 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. <installed header>
with more than one <source header>:
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.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list