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: [PATCH] doc: fix link to patch for CVS

2015-11-04 Thread Gedare Bloom
applied to rtems-source-builder master, but not 4.11 branch. Some changes have gone into 4.11/* for master branch and not 4.11 branch on RSB. I don't quite understand the reason for the 4.11 branch in RSB... On Wed, Nov 4, 2015 at 12:58 PM, Gedare Bloom wrote: > --- > doc/source-builder.txt | 2

[PATCH] doc: fix link to patch for CVS

2015-11-04 Thread Gedare Bloom
--- doc/source-builder.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source-builder.txt b/doc/source-builder.txt index fa75fe1..43bcf77 100644 --- a/doc/source-builder.txt +++ b/doc/source-builder.txt @@ -3179,7 +3179,7 @@ tools. The following are required: . CVS c

Re: [NEW BSP] Mbed lpc1768 board

2015-11-04 Thread Marcos Díaz
I'll see it and reply On Wed, Nov 4, 2015 at 3:50 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Would you mind adding a Trac account and have a look at this ticket: > > https://devel.rtems.org/ticket/2441 > > > -- > Sebastian Huber, embedded brains GmbH > > Address : Dorniers

Re: [PATCH] Fix declaration of pthread-structs in s-osinte-rtems.ads

2015-11-04 Thread Jan Sommer
Am Tuesday 03 November 2015, 20:13:50 schrieb Arnaud Charlet: > > > Your ChangeLog entry is not in the proper format, see sections 6.8.1 and > > > 6.8.2 from http://www.gnu.org/prep/standards/standards.html > > > > > > The diff itself is OK. > > > > Ok, fixed this. See the new diff below. > > Th