Re: error while running rtems-test with coverage

2018-04-15 Thread Cillian O'Donnell
Probably what'll happen is, when the reports are generating properly, Chris will review the changes and come up with a list of blockers that must be fixed before he would be happy accepting the code into rtems-tools master. Then when that's done you can submit the patches. The thing with the data

[PATCH] Remove register keyword from public header files

2018-04-15 Thread Sebastian Huber
The following code void f(void) { register int i; } gives a warning with GCC and -std=c++17 test.cc: In function ‘void f()’: test.cc:3:15: warning: ISO C++1z does not allow ‘register’ storage class specifier [-Wregister] register int i; ^ and clang wit

Re: error while running rtems-test with coverage

2018-04-15 Thread Vijay Kumar Banerjee
On 15 April 2018 at 15:33, Cillian O'Donnell wrote: > > > On 15 April 2018 at 10:09, Cillian O'Donnell > wrote: > >> Not sure what's happening there. Send me a link to your github branch. >> >> On 15 April 2018 at 09:35, Vijay Kumar Banerjee > > wrote: >> >>> >>> >>> On 15 April 2018 at 14:02, C

Re: error while running rtems-test with coverage

2018-04-15 Thread Cillian O'Donnell
On 15 April 2018 at 10:09, Cillian O'Donnell wrote: > Not sure what's happening there. Send me a link to your github branch. > > On 15 April 2018 at 09:35, Vijay Kumar Banerjee > wrote: > >> >> >> On 15 April 2018 at 14:02, Cillian O'Donnell >> wrote: >> >>> >>> >>> On 15 April 2018 at 06:46, V

Re: error while running rtems-test with coverage

2018-04-15 Thread Cillian O'Donnell
Not sure what's happening there. Send me a link to your github branch. On 15 April 2018 at 09:35, Vijay Kumar Banerjee wrote: > > > On 15 April 2018 at 14:02, Cillian O'Donnell > wrote: > >> >> >> On 15 April 2018 at 06:46, Vijay Kumar Banerjee > > wrote: >> >>> >>> >>> On 15 April 2018 at 01:4

Re: error while running rtems-test with coverage

2018-04-15 Thread Vijay Kumar Banerjee
On 15 April 2018 at 14:02, Cillian O'Donnell wrote: > > > On 15 April 2018 at 06:46, Vijay Kumar Banerjee > wrote: > >> >> >> On 15 April 2018 at 01:45, Cillian O'Donnell >> wrote: >> >>> Switch one of these lines out in qemu.cfg. >>> >>> #%define qemu_opts_base -no-reboot -monitor none -serial

Re: error while running rtems-test with coverage

2018-04-15 Thread Cillian O'Donnell
On 15 April 2018 at 06:46, Vijay Kumar Banerjee wrote: > > > On 15 April 2018 at 01:45, Cillian O'Donnell > wrote: > >> Switch one of these lines out in qemu.cfg. >> >> #%define qemu_opts_base -no-reboot -monitor none -serial stdio -nographic >> #%define qemu_opts_base -no-reboot -serial null -s