<div dir="ltr">Hi Martin,<div><br></div><div>Many thanks for your response.</div><div><br></div><div>I have build qemu by hand and also rebuild rtems with the configure line provided ybut still getting the same message.</div><div><br></div><div>Can you please also specify the command line argument used to run hello.exe. Let me try that to see if I have some parameters in my command line that was not supposed to be there.</div><div><br></div><div>Regards,</div><div>Habeeb </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 26, 2016 at 5:39 PM, Martin Galvan <span dir="ltr"><<a href="mailto:martin.galvan@tallertechnologies.com" target="_blank">martin.galvan@tallertechnologies.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Thu, May 26, 2016 at 5:55 PM, Martin Galvan<br>
<<a href="mailto:martin.galvan@tallertechnologies.com">martin.galvan@tallertechnologies.com</a>> wrote:<br>
> On Thu, May 26, 2016 at 5:42 PM, Olufowobi, Habeeb<br>
> <<a href="mailto:habeeb.olufowobi@bison.howard.edu">habeeb.olufowobi@bison.howard.edu</a>> wrote:<br>
>> Hi Martin,<br>
>><br>
>> I am using the Qemu version defined in the RSB which is<br>
>> 42d58e7c6760cb9c55627c28ae538e27dcf2f144.<br>
><br>
> That seems to be fairly recent; I'll give it a shot myself and get back to you.<br>
<br>
</div></div>Thinking about it again, it's been almost a year since that commit but<br>
it's still "recent" for me :)<br>
<br>
Anyway, I just ran the HelloWorld example in Qemu<br>
42d58e7c6760cb9c55627c28ae538e27dcf2f144 with the latest RTEMS and<br>
it's working fine. However, I'm using a toolchain built from RSB<br>
eac749bb80b184c1f5e34e40d745e0c428cb9f73, which may or may not be the<br>
same as you have. arm-rtems4.12-gcc --version shows:<br>
<br>
arm-rtems4.12-gcc (GCC) 6.0.0 20160228 (RTEMS 4.12, RSB<br>
eac749bb80b184c1f5e34e40d745e0c428cb9f73, Newlib 2.3.0.20160226)<br>
<br>
On the other hand, I didn't know the RSB knew about Qemu. I always<br>
compiled it by hand; maybe you could try that? Just in case, here are<br>
my configure lines:<br>
<br>
Qemu:<br>
../source/configure  --prefix=/home/martin/qemu/install<br>
--target-list=arm-softmmu --enable-debug --disable-strip<br>
--enable-debug-info --enable-debug-tcg<br>
<br>
RTEMS:<br>
../source/configure --target=arm-rtems4.12 --enable-rtemsbsp=lm3s6965<br>
--prefix=/home/martin/rtems/install --enable-tests=samples<br>
--enable-posix --enable-cxx --disable-networking<br>
</blockquote></div><br></div>