<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 15, 2017 at 11:33 AM, Gedare Bloom <span dir="ltr"><<a href="mailto:gedare@rtems.org" target="_blank">gedare@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I don't think there is a gdb simulator for the beaglebone. If it is<br>
not working under qemu, then it appears the only option is to use the<br>
real hw.<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div>My recollection is that Ben was using the qemu sources from a specific</div><div>Linux distribution and they never got upstreamed.</div><div><br></div><div>use real HW.</div><div> </div><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 Wed, Mar 15, 2017 at 11:54 AM, Nikolay Komashinskiy<br>
<<a href="mailto:nikolay.komashinskiy@yandex.ru">nikolay.komashinskiy@yandex.<wbr>ru</a>> wrote:<br>
><br>
><br>
> 12.03.2017, 23:06, "Alexey Dyachenko" <<a href="mailto:alexey.dyachenko@inbox.ru">alexey.dyachenko@inbox.ru</a>>:<br>
><br>
> Hi, I have no suggestions regarging qemu support, but regarding second part<br>
> of your question you can try to start debugged programm in gdb with<br>
> continue, instead of run.<br>
><br>
><br>
> I think it should be started (run) and after that it have to jump to the<br>
> breakpoint.<br>
><br>
> This is my sequence of steps:<br>
><br>
> mkdir ./development/rtems/kernel<br>
> cd ./development/rtems/kernel<br>
> export RTEMS_DEV=$HOME/Projects/<wbr>development<br>
> mkdir -p ./development/rtems/kernel<br>
> cd ./development/rtems/kernel<br>
> git clone git://<a href="http://git.rtems.org/rtems.git" rel="noreferrer" target="_blank">git.rtems.org/rtems.git</a><br>
> mkdir ../rsb<br>
> cd ../rsb<br>
> git clone git://<a href="http://git.rtems.org/rtems-source-builder.git" rel="noreferrer" target="_blank">git.rtems.org/rtems-<wbr>source-builder.git</a><br>
> cd rtems-source-builder/rtems/<br>
> ../source-builder/sb-check<br>
> ../source-builder/sb-set-<wbr>builder --log=beagle.txt<br>
> --prefix=$RTEMS_DEV/rtems/4.12 4.12/rtems-arm<br>
> cd ./../../../kernel/rtems<br>
> export PATH=$RTEMS_DEV/rtems/4.12/<wbr>bin:$PATH<br>
> ./bootstrap -c && ./bootstrap -p &&<br>
> $RTEMS_DEV/rtems/rsb/rtems-<wbr>source-builder/source-builder/<wbr>sb-bootstrap<br>
> cd ../<br>
> mkdir beagleboneblack<br>
> cd beagleboneblack/<br>
> $RTEMS_DEV/rtems/kernel/rtems/<wbr>configure --enable-tests=samples<br>
> --prefix=$RTEMS_DEV/rtems/4.12 --target=arm-rtems4.12<br>
> --enable-rtemsbsp=<wbr>beagleboneblack --enable-posix<br>
> make -j8<br>
> make install<br>
><br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> ______________________________<wbr>_________________<br>
> users mailing list<br>
> <a href="mailto:users@rtems.org">users@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/<wbr>mailman/listinfo/users</a><br>
______________________________<wbr>_________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/<wbr>mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div></div>