Re: [PATCH v2 1/2] waf: Support building from libbsd.py directly from waf.

2018-03-27 Thread Christian Mauderer
Am 26.03.2018 um 14:59 schrieb Christian Mauderer: > Hello Chris, > > I took the liberty to rebase the patches to the latest master. See the > two following v3 mails. I'll take a look at the configuration based on > these patches. > > I think that you wanted to make i386 tests. After that it migh

Re: [PATCH v2 1/2] waf: Support building from libbsd.py directly from waf.

2018-03-27 Thread Christian Mauderer
Am 27.03.2018 um 09:00 schrieb Christian Mauderer: > Am 26.03.2018 um 14:59 schrieb Christian Mauderer: >> Hello Chris, >> >> I took the liberty to rebase the patches to the latest master. See the >> two following v3 mails. I'll take a look at the configuration based on >> these patches. >> >> I th

[PATCH 1/2] jffs2: Do not use command line defines

2018-03-27 Thread Sebastian Huber
Update #3375. --- cpukit/libfs/Makefile.am | 2 -- cpukit/libfs/src/jffs2/src/build.c| 2 ++ cpukit/libfs/src/jffs2/src/compat-crc32.c | 2 ++ cpukit/libfs/src/jffs2/src/compr.c| 2 ++ cpukit/libfs/src/jffs2/src/compr_rtime.c | 2 ++ cpukit/libfs/src/jffs2/src/com

[PATCH 2/2] jffs2: Remove superfluous -Wno-pointer-sign

2018-03-27 Thread Sebastian Huber
--- cpukit/libfs/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpukit/libfs/Makefile.am b/cpukit/libfs/Makefile.am index 25da8a219e..3a444fd060 100644 --- a/cpukit/libfs/Makefile.am +++ b/cpukit/libfs/Makefile.am @@ -136,8 +136,6 @@ libjffs2_a_SOURCES += src/jffs2/src/read.c li

Fwd: GSoC 2018 Student Applications have closed

2018-03-27 Thread Joel Sherrill
Just passing this along and adding that those who submitted proposals to RTEMS should continue to home their proposals, interact with mentors providing feedback, and do any prep work needed for the project. Stay involved and let's see the projects gather steam. --joel -- Forwarded messag

RFC: Move libbsp/libchip to top of tree

2018-03-27 Thread Joel Sherrill
Hi I thought one of the long term goals was to move libbsp to the top of the tree as bspkit/. Having source nearer the top of the tree and not reflecting the historical existence of c/ and ada/ versions of RTEMS was discussed for waf. I would think with all the work Sebastian has done, we should

Re: Move libbsp/libchip to top of tree

2018-03-27 Thread Cudmore, Alan P. (GSFC-5820)
I like the idea, but to me it would be confusing to have bsp and bspkit at the top level, each having nearly the same directories. (but certainly less confusing than before) At the risk of introducing more work, would it make sense to have bspkit with inc and src subdirectories? Alan From: de

Re: Move libbsp/libchip to top of tree

2018-03-27 Thread Joel Sherrill
On Tue, Mar 27, 2018 at 2:56 PM, Cudmore, Alan P. (GSFC-5820) < alan.p.cudm...@nasa.gov> wrote: > I like the idea, but to me it would be confusing to have bsp and bspkit at > the top level, each having nearly the same directories. (but certainly less > confusing than before) > > At the risk of int

Re: [PATCH 1/2] jffs2: Do not use command line defines

2018-03-27 Thread Chris Johns
On 27/03/2018 22:01, Sebastian Huber wrote: > Update #3375. > --- > cpukit/libfs/Makefile.am | 2 -- > cpukit/libfs/src/jffs2/src/build.c| 2 ++ > cpukit/libfs/src/jffs2/src/compat-crc32.c | 2 ++ > cpukit/libfs/src/jffs2/src/compr.c| 2 ++ > cpukit/libfs/src/jffs2

Re: Move libbsp/libchip to top of tree

2018-03-27 Thread Chris Johns
On 28/03/2018 07:09, Joel Sherrill wrote: > > On Tue, Mar 27, 2018 at 2:56 PM, Cudmore, Alan P. (GSFC-5820) > mailto:alan.p.cudm...@nasa.gov>> wrote: > > I like the idea, but to me it would be confusing to have bsp and bspkit at > the top level, each having nearly the same directories. (b

Re: How to build librtemscpu.a and librtemsbsp.a in the future?

2018-03-27 Thread Chris Johns
On 27/03/2018 17:17, Sebastian Huber wrote: > On 27/03/18 01:15, Chris Johns wrote: >> On 26/03/2018 17:32, Sebastian Huber wrote: >>> On 25/03/18 05:20, Chris Johns wrote: On 24/3/18 1:27 am, Sebastian Huber wrote: > Hello, > > I tried to consolidate the cpukit Makefile.am. This e

Re: [PATCH 1/2] jffs2: Do not use command line defines

2018-03-27 Thread Sebastian Huber
On 28/03/18 01:01, Chris Johns wrote: On 27/03/2018 22:01, Sebastian Huber wrote: Update #3375. --- cpukit/libfs/Makefile.am | 2 -- cpukit/libfs/src/jffs2/src/build.c| 2 ++ cpukit/libfs/src/jffs2/src/compat-crc32.c | 2 ++ cpukit/libfs/src/jffs2/src/compr.c

Re: RFC: Move libbsp/libchip to top of tree

2018-03-27 Thread Sebastian Huber
Hello Joel, we already have a ticket for this: https://devel.rtems.org/ticket/3285 The "bspkit" was named "bsps" in the no-preinstall removal. -- 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-0

Re: Move libbsp/libchip to top of tree

2018-03-27 Thread Sebastian Huber
On 28/03/18 02:11, Chris Johns wrote: On 28/03/2018 07:09, Joel Sherrill wrote: On Tue, Mar 27, 2018 at 2:56 PM, Cudmore, Alan P. (GSFC-5820) mailto:alan.p.cudm...@nasa.gov>> wrote: I like the idea, but to me it would be confusing to have bsp and bspkit at the top level, each having n

Re: How to build librtemscpu.a and librtemsbsp.a in the future?

2018-03-27 Thread Sebastian Huber
On 28/03/18 02:35, Chris Johns wrote: On 27/03/2018 17:17, Sebastian Huber wrote: On 27/03/18 01:15, Chris Johns wrote: On 26/03/2018 17:32, Sebastian Huber wrote: On 25/03/18 05:20, Chris Johns wrote: On 24/3/18 1:27 am, Sebastian Huber wrote: Hello, I tried to consolidate the cpukit Makef