Re: Trouble building RTEMS from master

2015-11-10 Thread Joel Sherrill
On Nov 4, 2015 1:57 PM, "Gedare Bloom" wrote: > > Did you bootstrap -c and then bootstrap? I think I saw this error > earlier today too, with a new sparc toolchain, but then it went away > after i rm-rf'd my build tree and tried over. Hmm.. I thought I did that but am not sure. Maybe Martin can c

Re: Trouble building RTEMS from master

2015-11-10 Thread Joel Sherrill
On Nov 4, 2015 1:39 PM, "Martin Galvan" < martin.gal...@tallertechnologies.com> wrote: > > Hi everyone! I'm currently having some trouble when building RTEMS > from the git mainline. I'm using a toolchain built using (a fairly > recent) RSB. My configure is: > > ../source/configure --target=arm-rte

Re: Trouble building RTEMS from master (TMS570 and LPC1768)

2015-11-05 Thread Martin Galvan
On Wed, Nov 4, 2015 at 7:33 PM, Pavel Pisa wrote: > So it is important what are intended use cases. > The one where RTEMS image starts from address 0 > is simple and should no use POM nor VIM interrupt bypassing. > But it requires integration with HAL startup for now. This should probably go on a

Re: Trouble building RTEMS from master

2015-11-05 Thread Sebastian Huber
Should be fixed now. -- 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äft

Re: Trouble building RTEMS from master (TMS570 and LPC1768)

2015-11-04 Thread Pavel Pisa
Hello Martin and Gedare, On Wednesday 04 of November 2015 22:58:57 Martin Galvan wrote: > On Wed, Nov 4, 2015 at 6:57 PM, Gedare Bloom wrote: > > Did you bootstrap -c and then bootstrap? I think I saw this error > > earlier today too, with a new sparc toolchain, but then it went away > > after i

Re: Trouble building RTEMS from master

2015-11-04 Thread Martin Galvan
On Wed, Nov 4, 2015 at 6:57 PM, Gedare Bloom wrote: > Did you bootstrap -c and then bootstrap? I think I saw this error > earlier today too, with a new sparc toolchain, but then it went away > after i rm-rf'd my build tree and tried over. Yeah, I did this several times and I'm still seeing it. __

Re: Trouble building RTEMS from master

2015-11-04 Thread Gedare Bloom
Did you bootstrap -c and then bootstrap? I think I saw this error earlier today too, with a new sparc toolchain, but then it went away after i rm-rf'd my build tree and tried over. On Wed, Nov 4, 2015 at 4:39 PM, Martin Galvan wrote: > Hi everyone! I'm currently having some trouble when building

Trouble building RTEMS from master

2015-11-04 Thread Martin Galvan
Hi everyone! I'm currently having some trouble when building RTEMS from the git mainline. I'm using a toolchain built using (a fairly recent) RSB. My configure is: ../source/configure --target=arm-rtems4.11 --enable-rtemsbsp=beagleboneblack --enable-posix --enable-cxx --disable-networking --enable

Re: Trouble building

2015-07-24 Thread Sebastian Huber
On 24/07/15 10:13, Joel Sherrill wrote: __tls_get_addr.c needs to include rtems/score/percpu.h I have a similar patch on my laptop for m68k. None of the bsps built for that target. Sorry, I fixed this also. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim,

Re: Trouble building

2015-07-24 Thread Sebastian Huber
On 24/07/15 10:21, Ric Claus wrote: On Jul 24, 2015, at 10:13 AM, Sebastian Huber wrote: On 24/07/15 10:08, Ric Claus wrote: Building rtems-libbsd, with either a modified Makefile or waf (exactly as per rtems-libbsd/README.waf, i.e., for realview_pbx_a9_qemu), ends with: In file include

Re: Trouble building

2015-07-24 Thread Ric Claus
On Jul 24, 2015, at 10:13 AM, Sebastian Huber wrote: > > > On 24/07/15 10:08, Ric Claus wrote: >> >>Building rtems-libbsd, with either a modified Makefile or waf (exactly >>as per rtems-libbsd/README.waf, i.e., for realview_pbx_a9_qemu), ends >>with: >> >>In fi

Re: Trouble building

2015-07-24 Thread Joel Sherrill
On July 24, 2015 9:08:57 AM GMT+01:00, Ric Claus wrote: > >On Jul 24, 2015, at 9:50 AM, Sebastian Huber > wrote: > >> >> >> On 23/07/15 18:57, Ric Claus wrote: >>> Since a fresh git pull of the RTEMS master this morning (CET), I’ve >been having trou

Re: Trouble building

2015-07-24 Thread Sebastian Huber
On 24/07/15 10:08, Ric Claus wrote: >> >>Building rtems-libbsd, with either a modified Makefile or waf (exactly as per rtems-libbsd/README.waf, i.e., for realview_pbx_a9_qemu), ends with: >> >>In file included from ../../rtemsbsd/rtems/rtems-bsd-mutex.c:41:0: >>.../rtems-libbsd/rtemsbsd/includ

Re: Trouble building

2015-07-24 Thread Ric Claus
On Jul 24, 2015, at 9:50 AM, Sebastian Huber wrote: > > > On 23/07/15 18:57, Ric Claus wrote: >> Since a fresh git pull of the RTEMS master this morning (CET), I’ve been >> having trouble building various components. Building the >> xilinx-zynq-zedboard with —e

Re: Trouble building

2015-07-24 Thread Sebastian Huber
On 23/07/15 18:57, Ric Claus wrote: Since a fresh git pull of the RTEMS master this morning (CET), I’ve been having trouble building various components. Building the xilinx-zynq-zedboard with —enable-smp ends with failing to build sptls01 (which had no trouble yesterday): cpukit/score/cpu

Trouble building

2015-07-23 Thread Ric Claus
Since a fresh git pull of the RTEMS master this morning (CET), I’ve been having trouble building various components. Building the xilinx-zynq-zedboard with —enable-smp ends with failing to build sptls01 (which had no trouble yesterday): cpukit/score/cpu/arm/__tls_get_addr.c:28: undefined

Re: Trouble building examples-v2 with waf. Was: Re: can't compile both_hello - POSIX API error

2015-01-06 Thread Dominik Taborsky
On Tue, 06 Jan 2015 02:40:48 +0100, Chris Johns wrote: On 6/01/2015 8:29 am, Dominik Taborsky wrote: Waf is configured (hopefully) fine. Otherwise it wouldn't even try to build. Has anyone had any similar problem? waf configure was run with these options: --rtems=/opt/rtems-4.11/ --rtems-too

Re: Trouble building examples-v2 with waf. Was: Re: can't compile both_hello - POSIX API error

2015-01-05 Thread Chris Johns
On 6/01/2015 8:29 am, Dominik Taborsky wrote: Waf is configured (hopefully) fine. Otherwise it wouldn't even try to build. Has anyone had any similar problem? waf configure was run with these options: --rtems=/opt/rtems-4.11/ --rtems-tools=$HOME/development/RTEMS-tools/4.11 --rtems-bsps=sparc/s

Re: Trouble building examples-v2 with waf. Was: Re: can't compile both_hello - POSIX API error

2015-01-05 Thread Dominik Taborsky
m scratch and it works now. It looks like some old config was still in place. Now I have a different problem - waf has trouble building examples-v2 in root of the repo. GCC complains about bsp_specs trying to rename spec 'endfile' to already defined spec 'old_endfile'. It happens

Re: Trouble building examples-v2 with waf. Was: Re: can't compile both_hello - POSIX API error

2015-01-05 Thread Joel Sherrill
>>>#error "CONFIGURATION ERROR: POSIX API support not configured!!" >>>>>>> >>>>>>> All repos are up-to-date, ran make clean between configs and even >>>>>>> manually deleted the installed RTEMS files to ensure new o

Re: Trouble building examples-v2 with waf. Was: Re: can't compile both_hello - POSIX API error

2015-01-04 Thread Dominik Taborsky
the mail, I configured it with --enable-posix. Or would you like the whole command? Sure. Since it worked for me, that's the next step. OK. I've completely rebuilt RTEMS from scratch and it works now. It looks like some old config was still in place. Now I have a different problem - w

Re: Trouble building examples-v2 with waf. Was: Re: can't compile both_hello - POSIX API error

2015-01-04 Thread Joel Sherrill
>>> installed. Any ideas? >>>> How did you configure RTEMS? If you has --disable-posix, then this is >>>> expected. >>> As I said in the beginning of the mail, I configured it with >>> --enable-posix. Or would you like the whole command? >>

Trouble building examples-v2 with waf. Was: Re: can't compile both_hello - POSIX API error

2015-01-04 Thread Dominik Taborsky
orked for me, that's the next step. OK. I've completely rebuilt RTEMS from scratch and it works now. It looks like some old config was still in place. Now I have a different problem - waf has trouble building examples-v2 in root of the repo. GCC complains about bsp_specs trying