Re: rtems-test runtime errors qemu.cfg

2017-05-31 Thread Cillian O'Donnell
I ran it without the --coverage flag and got the same qemu.cfg error although the exit code changed from 2 to 1 which from what I read amounts to about the same problem, syntax error, invalid path, something like that. error: qemu.cfg:81: execute failed: qemu-system-i386 -m 128 -boot b -hda /home

Re: rtems-test runtime errors qemu.cfg

2017-05-30 Thread Gedare Bloom
Does it work without --coverage flag? On Tue, May 30, 2017 at 5:23 PM, Cillian O'Donnell wrote: > Ah nevermind.. just realised its already printing them out. > > On 30 May 2017 9:50 pm, "Cillian O'Donnell" wrote: >> >> Hi Tanu, >> >> Thanks for the help, I had been grepping through the files and

Re: rtems-test runtime errors qemu.cfg

2017-05-30 Thread Cillian O'Donnell
Ah nevermind.. just realised its already printing them out. On 30 May 2017 9:50 pm, "Cillian O'Donnell" wrote: > Hi Tanu, > > Thanks for the help, I had been grepping through the files and > backtracking through the definitions. I was just wondering was there a > quick way to just print it out t

Re: rtems-test runtime errors qemu.cfg

2017-05-30 Thread Cillian O'Donnell
Hi Tanu, Thanks for the help, I had been grepping through the files and backtracking through the definitions. I was just wondering was there a quick way to just print it out that I didn't know about. I also couldn't find the recipe for the bsp but the previous work I'm continuing on from worked f

Re: rtems-test runtime errors qemu.cfg

2017-05-30 Thread Tanu Hari Dixit
Hi Cillian, I usually do a git grep -i "" to find out where possibly a macro or variable is used elsewhere in the code. Not the best way, but works mostly. Also %{qemu_cmd} has been defined here in the same file (https://devel.rtems.org/browser/rtems-tools/tester/rtems/testing/qemu.cfg#L60). I als

rtems-test runtime errors qemu.cfg

2017-05-30 Thread Cillian O'Donnell
Hi, I'm trying to run rtems-test for pc386 with the added --coverage tag for couverture-qemu. All tests default to dry-run because of errors in qemu.cfg error: qemu.cfg:81: execute failed: qemu-system-i386 -m 128 -boot b -hda /home/cpod/development/rtems/test/rtems-tools/tester/rtems/testing/cove