Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-05-05 Thread Chris Johns
]On 5/05/2015 6:28 pm, Hesham ALMatary wrote: > I case you didn't notice, I submitted 2 patches: 1/2 is sent > separately, and 2/2 got merged with this e-mail thread (don't know > why), it's two replies above this reply. Both have been pushed. Thanks. Chris ___

Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-05-05 Thread Hesham ALMatary
Hi Chris, On Mon, May 4, 2015 at 11:53 PM, Chris Johns wrote: > On 4/05/2015 9:00 pm, Hesham ALMatary wrote: >> On Mon, May 4, 2015 at 1:39 AM, Chris Johns wrote: >>> On 4/05/2015 12:10 am, Hesham ALMatary wrote: On Fri, May 1, 2015 at 3:29 PM, Gedare Bloom wrote: > On Fri, May 1, 2015

Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-05-04 Thread Chris Johns
On 4/05/2015 9:00 pm, Hesham ALMatary wrote: > On Mon, May 4, 2015 at 1:39 AM, Chris Johns wrote: >> On 4/05/2015 12:10 am, Hesham ALMatary wrote: >>> On Fri, May 1, 2015 at 3:29 PM, Gedare Bloom wrote: On Fri, May 1, 2015 at 4:36 AM, Hesham ALMatary wrote: > On Fri, May 1, 2015 at

Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-05-04 Thread Hesham ALMatary
On Mon, May 4, 2015 at 1:39 AM, Chris Johns wrote: > On 4/05/2015 12:10 am, Hesham ALMatary wrote: >> On Fri, May 1, 2015 at 3:29 PM, Gedare Bloom wrote: >>> On Fri, May 1, 2015 at 4:36 AM, Hesham ALMatary >>> wrote: On Fri, May 1, 2015 at 3:34 AM, Chris Johns wrote: > On 1/05/2015 7:3

Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-05-03 Thread Chris Johns
On 4/05/2015 12:10 am, Hesham ALMatary wrote: > On Fri, May 1, 2015 at 3:29 PM, Gedare Bloom wrote: >> On Fri, May 1, 2015 at 4:36 AM, Hesham ALMatary >> wrote: >>> On Fri, May 1, 2015 at 3:34 AM, Chris Johns wrote: On 1/05/2015 7:31 am, Hesham ALMatary wrote: > +%source set binutils >

Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-05-03 Thread Hesham ALMatary
On Fri, May 1, 2015 at 3:29 PM, Gedare Bloom wrote: > On Fri, May 1, 2015 at 4:36 AM, Hesham ALMatary > wrote: >> On Fri, May 1, 2015 at 3:34 AM, Chris Johns wrote: >>> On 1/05/2015 7:31 am, Hesham ALMatary wrote: +%source set binutils https://github.com/adapteva/epiphany-binutils-gdb

Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-05-01 Thread Gedare Bloom
On Fri, May 1, 2015 at 4:36 AM, Hesham ALMatary wrote: > On Fri, May 1, 2015 at 3:34 AM, Chris Johns wrote: >> On 1/05/2015 7:31 am, Hesham ALMatary wrote: >>> +%source set binutils >>> https://github.com/adapteva/epiphany-binutils-gdb/archive/epiphany-binutils-2.23-software-cache.zip >>> +%sour

Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-05-01 Thread Hesham ALMatary
On Fri, May 1, 2015 at 3:34 AM, Chris Johns wrote: > On 1/05/2015 7:31 am, Hesham ALMatary wrote: >> +%source set binutils >> https://github.com/adapteva/epiphany-binutils-gdb/archive/epiphany-binutils-2.23-software-cache.zip >> +%source set gcc >> https://github.com/adapteva/epiphany-gcc/archiv

Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-04-30 Thread Chris Johns
On 1/05/2015 7:31 am, Hesham ALMatary wrote: > +%source set binutils > https://github.com/adapteva/epiphany-binutils-gdb/archive/epiphany-binutils-2.23-software-cache.zip > +%source set gcc > https://github.com/adapteva/epiphany-gcc/archive/epiphany-gcc-4.9.zip > +%source set gdb > https://gith

[PATCH] [RSB] Add support for building Epiphany tools

2015-04-30 Thread Hesham ALMatary
This patch adds support for building Epiphany tools. Currently the tools are fetched from Adapteva repositories. In the future, the tools should be fetched from GNU upstreams when Adapteva folks push their latest changes there. --- rtems/config/4.11/rtems-epiphany.bset | 43 ++

Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-04-23 Thread Hesham ALMatary
Hi Chris, On Tue, Apr 21, 2015 at 11:30 PM, Chris Johns wrote: > On 22/04/2015 2:33 am, Hesham ALMatary wrote: >> This patch adds support for building Epiphany tools. > > Great to see this support being adding. > >> Currently some tools >> are fetched from my repositories (until my pull requests

Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-04-22 Thread Hesham ALMatary
On Tue, Apr 21, 2015 at 11:30 PM, Chris Johns wrote: > On 22/04/2015 2:33 am, Hesham ALMatary wrote: >> This patch adds support for building Epiphany tools. > > Great to see this support being adding. > >> Currently some tools >> are fetched from my repositories (until my pull requests get merged)

Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-04-21 Thread Chris Johns
On 22/04/2015 2:33 am, Hesham ALMatary wrote: > This patch adds support for building Epiphany tools. Great to see this support being adding. > Currently some tools > are fetched from my repositories (until my pull requests get merged), and > other tools are fetched from Adapteva repositories. In

[PATCH] [RSB] Add support for building Epiphany tools

2015-04-21 Thread Hesham ALMatary
This patch adds support for building Epiphany tools. Currently some tools are fetched from my repositories (until my pull requests get merged), and other tools are fetched from Adapteva repositories. In the future, the tools should be fetched from GNU upstreams when Adapteva folks push their latest

[PATCH] [RSB] Add support for building Epiphany tools.

2015-04-21 Thread Hesham ALMatary
This patch adds support for building Epiphany tools. Currently some tools are fetched from my repositories (until my pull requests get merged), and other tools are fetched from Adapteva repositories. In the future, the tools should be fetched from GNU upstreams when Adapteva folks push their lates