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
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
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
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
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