Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Malte Münch
Hi Chris, thanks for your answer. I said yesterday: "it worked fine before commit 13f4c379997b53b204d8534d198da2fa35dd5630" that was actually not true. The first part worked fine but lateron the GDB build failed. I solved that issue by reverting even further back. Your patch works well for the fi

Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Chris Johns
> On 24 Oct 2018, at 6:29 pm, Malte Münch wrote: > > Hi Chris, > > thanks for your answer. I said yesterday: "it worked fine before commit > 13f4c379997b53b204d8534d198da2fa35dd5630" that was actually not true. > The first part worked fine but lateron the GDB build failed. I solved > that issue

Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Malte Münch
Hi, i think you meant that command here: /home/mamu/dr/rsb/source-builder/sb/rtems-build-dep -c gcc -H python2.7/Python.h with an additional -d flag it returns: + '[' -z header ']' + '[' -z gcc ']' + '[' -z python2.7/Python.h ']' + '[' header = header ']' ++ echo ++ gcc -xc -E -v - ++ awk 'BE

Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Chris Johns
> On 24 Oct 2018, at 7:43 pm, Malte Münch wrote: > > Hi, > > i think you meant that command here: > > /home/mamu/dr/rsb/source-builder/sb/rtems-build-dep -c gcc -H > python2.7/Python.h > > with an additional -d flag it returns: > > > + '[' -z header ']' > + '[' -z gcc ']' > + '[' -z python2

Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Malte Münch
This is the output: [mamu@verstappen rtems]$ echo “” | gcc -xc -E -v - Es werden eingebaute Spezifikationen verwendet. COLLECT_GCC=gcc Ziel: x86_64-pc-linux-gnu Konfiguriert mit: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=

Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Chris Johns
On 24/10/18 9:03 pm, Malte Münch wrote: > This is the output: Thanks. > [mamu@verstappen rtems]$ echo “” | gcc -xc -E -v - > Es werden eingebaute Spezifikationen verwendet. > COLLECT_GCC=gcc > Ziel: x86_64-pc-linux-gnu > Konfiguriert mit: /build/gcc/src/gcc/configure --prefix=/usr > --libdir=/u

Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Malte Münch
Hi Chris, the output with LC_ALL= is still in german but LC_ALL=C returns the following: [mamu@verstappen rtems]$ echo “” | LC_ALL=C gcc -xc -E -v - Using built-in specs. COLLECT_GCC=gcc Target: x86_64-pc-linux-gnu Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib

Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Chris Johns
On 24/10/18 9:20 pm, Malte Münch wrote: > > the output with LC_ALL= is still in german but LC_ALL=C returns the > following: Excellent. > > [mamu@verstappen rtems]$ echo “” | LC_ALL=C gcc -xc -E -v - > > Using built-in specs. > > COLLECT_GCC=gcc > > Target: x86_64-pc-linux-gnu > > Configure

Re: ARM GICv3 Support

2018-10-24 Thread Sebastian Huber
Hello Will, On 23/10/2018 20:28, Will wrote: Hi, I'm currently doing some evaluations for an ARMv8 BSP which would necessarily include a GIC that implements the GICv3 spec[1]. I see that there is a shared GIC driver for ARM that seems to implement the ARM GICv1 spec based on the BSPs in which

Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Malte Münch
Hi Chris, the GDB build went fine but lateron the rtems-tools build crashed with the following error: ret=[x for x in self.ant_iter(accept=accept,pats=[to_pat(incl),to_pat(excl)],maxdepth=kw.get('maxdepth',25),dir=dir,src=src,remove=kw.get('remove',True))] RuntimeError: generator raised StopIter

[PATCH] 5: Update Newlib

2018-10-24 Thread Sebastian Huber
Fix posix_memalign() attributes. Use -fdata-sections and -ffunction-sections to build Newlib. --- rtems/config/5/rtems-default.bset | 2 +- rtems/config/5/rtems-epiphany.bset | 2 +- rtems/config/5/rtems-m32c.bset | 2 +- rtems/config/5/rtem

Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Malte Münch
Now i deleted the whole rsb folder and started from scratch with your new 2 patches. Everything works fine until that rtems-tools section and the build crashes after around 55 Minutes of compiling :-/ I've attached the whole trace of the crash: + /bin/mkdir -p /home/mamu/rd/rsb/rtems/build/tmp/r

Re: Can't find Python.h on MSYS2 -- It's there

2018-10-24 Thread Joel Sherrill
On Tue, Oct 23, 2018 at 10:22 PM Chris Johns wrote: > Joel and I did a bit of digging and on his MSYS and it seems his > installation > has the MinGW64 gcc compiler returning '\r' in the strings being extracted > from > queries to it which broke the `rtems-build-dep` script. My install did not >

Re: ARM GICv3 Support

2018-10-24 Thread Will
Great, thanks! That will make initial bringup a little bit easier while deciding whether I need to write a full GICv3 driver. William On Wed, Oct 24, 2018 at 6:16 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Will, > > On 23/10/2018 20:28, Will wrote: > > Hi, > > I'm cu

[PATCH] rtems-build-dep: Add support for Cygwin

2018-10-24 Thread Joel Sherrill
updates #3537. --- source-builder/sb/rtems-build-dep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-builder/sb/rtems-build-dep b/source-builder/sb/rtems-build-dep index 0a49e70..3a82753 100755 --- a/source-builder/sb/rtems-build-dep +++ b/source-builder/sb/rtems-build-

Re: [PATCH] rtems-build-dep: Add support for Cygwin

2018-10-24 Thread Chris Johns
> On 25 Oct 2018, at 2:35 am, Joel Sherrill wrote: > > updates #3537. Please push. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Malte Münch
It seems to be an issue with the waf building system. If i change the symlink /usr/bin/python to python2 everything works fine and the build is able to run through. Best Malte On 24.10.18 13:23, Malte Münch wrote: > Hi Chris, > > the GDB build went fine but lateron the rtems-tools build crashed

Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Chris Johns
On 25/10/2018 09:09, Malte Münch wrote: > It seems to be an issue with the waf building system. If i change the > symlink /usr/bin/python to python2 everything works fine and the build > is able to run through. I suspected this may be an issue. joel and I are planning to update all the waf instanc

Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Malte Münch
Yes i think this resolves the issue: [mamu@verstappen rtems-tools]$ ./waf Traceback (most recent call last): File "/home/mamu/vcs/git/rtems-tools/.waf3-1.9.9-75529a659e4f06cb4254801e52405e0a/waflib/Node.py", line 295, in ant_iter raise StopIteration StopIteration The above exception was the

Strange RSB build failure

2018-10-24 Thread Sebastian Huber
Hello, an overnight tool chain build stopped with a Python exception: config: tools/rtems-gcc-4.9.3-newlib-08eab6396f678cf5e5968acaed0bae9fd129983b.cfg package: or1k-rtems5-gcc-4.9.3-newlib-08eab6396f678cf5e5968acaed0bae9fd129983b-x86_64-linux-gnu-1 warning: gcc-4.9.3-or1k.patch: no hash foun

[PATCH] c-user: Clarify scheduler configuration

2018-10-24 Thread Sebastian Huber
--- c-user/configuring_a_system.rst | 57 ++- c-user/scheduling_concepts.rst| 35 +--- c-user/symmetric_multiprocessing_services.rst | 2 + 3 files changed, 71 insertions(+), 23 deletions(-) diff --git a/c-user/configuring_a_syste

Re: [PATCH v2] sb: Add support to search for a suitable version of python.

2018-10-24 Thread Chris Johns
On 25/10/2018 10:26, Malte Münch wrote: > python is symlinked to python3 and ./waf crashes and the fresh > waf-2.0.12 executes fine. Fantastic. Would you please create a ticket and assign it to me? This will give us a record in the release notes of the change and why. Thanks Chris ___

Re: Strange RSB build failure

2018-10-24 Thread Chris Johns
On 25/10/2018 15:39, Sebastian Huber wrote: > Hello, > > an overnight tool chain build stopped with a Python exception: > > config: > tools/rtems-gcc-4.9.3-newlib-08eab6396f678cf5e5968acaed0bae9fd129983b.cfg > package: > or1k-rtems5-gcc-4.9.3-newlib-08eab6396f678cf5e5968acaed0bae9fd129983b-x86_6

Re: Update of libbsd to close to FreeBSD 12 release planned

2018-10-24 Thread Sebastian Huber
Hello, I updated the libbsd to the FreeBSD head 2018-10-23. The code freeze on the FreeBSD head was lifted 2018-10-21. This update includes an OpenSSL library version update to 1.1.1. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89