Re: Building a rtems image

2016-04-03 Thread Chris Johns
On 4/04/2016 2:23 PM, Sambeet Panigrahi wrote: I have been trying to build a RTEMS image for GRUB2 following the instructions from: https://devel.rtems.org/wiki/Building/Grub I have followed all instructions and placed the image and the directory structure in /home/sambeet/SimulRTEMS, the tree

Re: [rtems commit] or1k/generic_or1k: Add per-section compilation and linking support

2016-04-03 Thread Hesham Almatary
Should I "undo" this patch to get it working again? On Sat, Apr 2, 2016 at 11:57 AM Gedare Bloom wrote: > -- Forwarded message -- > From: Hesham Almatary > Date: Fri, Apr 1, 2016 at 8:45 PM > Subject: Re: [rtems commit] or1k/generic_or1k: Add per-section > compilation and linkin

Building a rtems image

2016-04-03 Thread Sambeet Panigrahi
I have been trying to build a RTEMS image for GRUB2 following the instructions from: https://devel.rtems.org/wiki/Building/Grub I have followed all instructions and placed the image and the directory structure in /home/sambeet/SimulRTEMS, the tree command in the directory gives . |-- examples |

Re: [PATCH 2/2] Update rtems-default to gcc 6.20160327 and newlib-2.4.0

2016-04-03 Thread Joel Sherrill
On Apr 3, 2016 8:04 PM, "Nick Withers" wrote: > > On Sun, 2016-04-03 at 14:11 -0500, Joel Sherrill wrote: > > --- > > rtems/config/4.12/rtems-default.bset | 2 +- > > .../tools/rtems-gcc-6-20160327-newlib-2.4.0-1.cfg | 22 > > ++ > > 2 files changed, 23 inserti

Re: [PATCH 2/2] Update rtems-default to gcc 6.20160327 and newlib-2.4.0

2016-04-03 Thread Nick Withers
On Sun, 2016-04-03 at 14:11 -0500, Joel Sherrill wrote: > --- >  rtems/config/4.12/rtems-default.bset   |  2 +- >  .../tools/rtems-gcc-6-20160327-newlib-2.4.0-1.cfg  | 22 > ++ >  2 files changed, 23 insertions(+), 1 deletion(-) >  create mode 100644 rtems/config/tool

Re: [PATCH 1/2] 4.12/rtems-moxie.bset: Include dtc needed by gdb build

2016-04-03 Thread Chris Johns
On 4/04/2016 5:11 AM, Joel Sherrill wrote: --- rtems/config/4.12/rtems-moxie.bset | 3 +++ 1 file changed, 3 insertions(+) OK. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH 2/2] Update rtems-default to gcc 6.20160327 and newlib-2.4.0

2016-04-03 Thread Joel Sherrill
--- rtems/config/4.12/rtems-default.bset | 2 +- .../tools/rtems-gcc-6-20160327-newlib-2.4.0-1.cfg | 22 ++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 rtems/config/tools/rtems-gcc-6-20160327-newlib-2.4.0-1.cfg diff --git a/rtems/config

[PATCH 1/2] 4.12/rtems-moxie.bset: Include dtc needed by gdb build

2016-04-03 Thread Joel Sherrill
--- rtems/config/4.12/rtems-moxie.bset | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtems/config/4.12/rtems-moxie.bset b/rtems/config/4.12/rtems-moxie.bset index bfc649f..d9d6c16 100644 --- a/rtems/config/4.12/rtems-moxie.bset +++ b/rtems/config/4.12/rtems-moxie.bset @@ -5,4 +5,7 @@ %d

Re: [PATCH 1/2] score: Add and use _RBTree_Find_inline()

2016-04-03 Thread Gedare Bloom
On Thu, Mar 31, 2016 at 7:57 AM, Sebastian Huber wrote: > --- > cpukit/posix/include/rtems/posix/keyimpl.h | 54 > ++ > cpukit/score/include/rtems/score/rbtree.h | 41 +++ > 2 files changed, 73 insertions(+), 22 deletions(-) > > diff --git a/cpuki