Re: I think there is a mistake in some bsp_specs files

2015-05-13 Thread Chris Johns
On 14/05/2015 9:59 am, Joel Sherrill wrote: > > > On May 13, 2015 6:57:29 PM CDT, Chris Johns wrote: >> On 14/05/2015 3:10 am, Joel Sherrill wrote: >>> >>> >>> On 5/13/2015 4:07 AM, Tom wrote: Hi all I read the bsp_specs files contained in some bsps, which reside in libbsp

Re: I think there is a mistake in some bsp_specs files

2015-05-13 Thread Joel Sherrill
On May 13, 2015 6:57:29 PM CDT, Chris Johns wrote: >On 14/05/2015 3:10 am, Joel Sherrill wrote: >> >> >> On 5/13/2015 4:07 AM, Tom wrote: >>> Hi all >>> >>> I read the bsp_specs files contained in some bsps, which reside in >>> libbsp/arm, libbsp/bfin and libbsp/m32r >>> >>> *endfile: >>>

Re: I think there is a mistake in some bsp_specs files

2015-05-13 Thread Chris Johns
On 14/05/2015 3:10 am, Joel Sherrill wrote: > > > On 5/13/2015 4:07 AM, Tom wrote: >> Hi all >> >> I read the bsp_specs files contained in some bsps, which reside in >> libbsp/arm, libbsp/bfin and libbsp/m32r >> >> *endfile: >> %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } >>

Re: I think there is a mistake in some bsp_specs files

2015-05-13 Thread Joel Sherrill
On 5/13/2015 4:07 AM, Tom wrote: > Hi all > > I read the bsp_specs files contained in some bsps, which reside in > libbsp/arm, libbsp/bfin and libbsp/m32r > > *endfile: > %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } > ^ > I think it should be %. > > I wro

Re: [PATCH 1/2] cpukit: Add Epiphany architecture port v2

2015-05-13 Thread Hesham ALMatary
On Wed, May 13, 2015 at 8:40 AM, Sebastian Huber wrote: > > > On 09/05/15 16:45, Hesham ALMatary wrote: > [...] >> >> diff --git a/cpukit/score/cpu/epiphany/cpu.c >> b/cpukit/score/cpu/epiphany/cpu.c >> new file mode 100644 >> index 000..9ec8f94 >> --- /dev/null >> +++ b/cpukit/score/cpu/epiph

I think there is a mistake in some bsp_specs files

2015-05-13 Thread Tom
Hi all I read the bsp_specs files contained in some bsps, which reside in libbsp/arm, libbsp/bfin and libbsp/m32r *endfile: %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } ^ I think it should be %. I wrote a specs file and tested using gcc 4.8.2. __

Re: [PATCH 1/2] cpukit: Add Epiphany architecture port v2

2015-05-13 Thread Sebastian Huber
On 09/05/15 16:45, Hesham ALMatary wrote: [...] diff --git a/cpukit/score/cpu/epiphany/cpu.c b/cpukit/score/cpu/epiphany/cpu.c new file mode 100644 index 000..9ec8f94 --- /dev/null +++ b/cpukit/score/cpu/epiphany/cpu.c @@ -0,0 +1,114 @@ +/* + * Epiphany CPU Dependent Source + * + * Copyrigh