Re: Building RTEMS tools using Source Builder fails

2017-10-12 Thread groups
I was building the 4.12 tools for ARM using RSB yesterday and the build would randomly fail. Unfortunately, to fix it, I’d delete everything and try again. Trying again is a very unsatisfying solution. I passed it off as a git repository inconsistency. On the other hand, doing a git checkout 4.

Re: Building RTEMS tools using Source Builder fails

2017-10-11 Thread Sebastian Huber
On 11/10/17 09:54, Steen Ulrik Palm wrote: Hi Sebastian, I have successfully built both a released version (4.11.2) and a development version of RTEMS for ERC32, and they can both be used to run the hello example. My focus is currently the 4.12 release. Would you mind opening a ticket for th

RE: Building RTEMS tools using Source Builder fails

2017-10-11 Thread Steen Ulrik Palm
/home/smile/dev/rtems/4.11/rtems-source-builder-4.11.2/rtems/build/arm-rtems4.11-kernel-4.11.2-1/doit error: building arm-rtems4.11-kernel-4.11.2-1 Best regards, Steen -Original Message- From: Sebastian Huber [mailto:sebastian.hu...@embedded-brains.de] Sent: 5. oktober 2017 15:36 To: Steen Ulrik

Re: Building RTEMS tools using Source Builder fails

2017-10-05 Thread Chris Johns
On 05/10/2017 22:02, Sebastian Huber wrote: > On 05/10/17 12:13, Steen Ulrik Palm wrote: >> 2.Is it possible to proceed without having to rebuild already installed tools >> (like newlib, which takes very long time to build)? >> > Unfortunately not at the moment. I do not think this is a good idea.

Re: Building RTEMS tools using Source Builder fails

2017-10-05 Thread Sebastian Huber
On 05/10/17 15:29, Steen Ulrik Palm wrote: Thanks a lot for spotting the problem:-) I just created a new one for you... After having installed python2.7-dev, I have now successfully built the RTEMS tools. ... if you use RTEMS 4.12, then you should immediately update the RSB and RTEMS an

RE: Building RTEMS tools using Source Builder fails

2017-10-05 Thread Steen Ulrik Palm
[mailto:sebastian.hu...@embedded-brains.de] Sent: 5. oktober 2017 13:02 To: Steen Ulrik Palm; users@rtems.org Subject: Re: Building RTEMS tools using Source Builder fails On 05/10/17 12:13, Steen Ulrik Palm wrote: [...] > > Looking in the file > rsb-report-sparc-rtems4.12-gdb-8.0.1-x86_64-li

Re: Building RTEMS tools using Source Builder fails

2017-10-05 Thread Sebastian Huber
On 05/10/17 12:13, Steen Ulrik Palm wrote: [...] Looking in the file rsb-report-sparc-rtems4.12-gdb-8.0.1-x86_64-linux-gnu-1.txt shows that the configure command complains about python2.7: … checking for XML_StopParser... yes checking whether to use python... yes checking for python...

Building RTEMS tools using Source Builder fails

2017-10-05 Thread Steen Ulrik Palm
Hi, I'm new to building RTEMS. I have previously used pre-built RTEMS from Gaisler. I'm trying to build the RTEMS tools using the Source Builder for the SPARC architecture (to be replaced by ARM later on) on a Debian 8 platform. I have downloaded the Source Builder using the command: git clone