Re: rtems-tools build errors after coverage tools patches

2017-05-29 Thread Cillian O'Donnell
Thanks Joel! So rld-process.h couldn't find the typedef. It took a while for that to sink in... Spent yesterday focusing on '..build system changes' . I thought the problem was in covoar/wscript, read alot about waf (Probably be useful later on). I added #include "rld.h" in rtemstoolkit/rld-proces

[PATCH] ada-tests/spatcb01: New test

2017-05-29 Thread Sebastian Huber
Update #2289. --- c/src/ada-tests/configure.ac | 1 + c/src/ada-tests/sptests/Makefile.am | 1 + c/src/ada-tests/sptests/spatcb01/Makefile.am | 16 ++ c/src/ada-tests/sptests/spatcb01/ada_spatcb01.scn | 3 +++ c/src/ada-tests/sptests/spatcb01/

[PATCH] Fixes typos in README.txt

2017-05-29 Thread Tanu Hari Dixit
From: tokencolour 2 typos fixed --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index f09317e..c1b7e6f 100644 --- a/README.txt +++ b/README.txt @@ -316,7 +316,7 @@ existing documentation for an example and if unsure ask. Headi

[PATCH] Add support to build riscv32 toolchain

2017-05-29 Thread Hesham Almatary
--- rtems/config/4.12/rtems-riscv32.bset | 32 +++ rtems/config/tools/rtems-binutils-2.28-1.cfg | 22 .../rtems-gcc-7.1.0-newlib-2.5.0.20170323-1.cfg| 65 ++ 3 files changed, 119 insertions(+) create mode 100644 rtems/config/4.12/rtems-

[PATCH] Add support to build riscv32 toolchain

2017-05-29 Thread Hesham Almatary
--- rtems/config/4.12/rtems-riscv32.bset | 32 +++ rtems/config/tools/rtems-binutils-2.28-1.cfg | 22 .../rtems-gcc-7.1.0-newlib-2.5.0.20170323-1.cfg| 65 ++ 3 files changed, 119 insertions(+) create mode 100644 rtems/config/4.12/rtems-

Re: [PATCH] Add support to build riscv32 toolchain

2017-05-29 Thread Sebastian Huber
Hello Hesham, thanks for your RISCV support. - Am 30. Mai 2017 um 3:51 schrieb Hesham Almatary heshamelmat...@gmail.com: > --- > rtems/config/4.12/rtems-riscv32.bset | 32 +++ > rtems/config/tools/rtems-binutils-2.28-1.cfg | 22 > .../rtems-gcc-7.1.0-newlib