<div> </div><div> </div><div>12.03.2017, 23:06, "Alexey Dyachenko" <alexey.dyachenko@inbox.ru>:</div><blockquote type="cite"><div>Hi, I have no suggestions regarging qemu support, but regarding second part of your question you can try to start debugged programm in gdb with <em><strong>c</strong>ontinue</em>, instead of <em><strong>r</strong>un.</em><div> </div></div></blockquote><div>I think it should be started (run) and after that it have to jump to the breakpoint.</div><div> </div><div>This is my sequence of steps:</div><div> </div><div><div>mkdir ./development/rtems/kernel</div><div>cd ./development/rtems/kernel </div><div>export RTEMS_DEV=$HOME/Projects/development</div><div>mkdir -p ./development/rtems/kernel </div><div>cd ./development/rtems/kernel </div><div>git clone git://git.rtems.org/rtems.git</div><div>mkdir ../rsb</div><div>cd ../rsb</div><div>git clone git://git.rtems.org/rtems-source-builder.git</div><div>cd rtems-source-builder/rtems/</div><div>../source-builder/sb-check</div><div>../source-builder/sb-set-builder --log=beagle.txt --prefix=$RTEMS_DEV/rtems/4.12 4.12/rtems-arm</div><div>cd ./../../../kernel/rtems</div><div>export PATH=$RTEMS_DEV/rtems/4.12/bin:$PATH</div><div>./bootstrap -c && ./bootstrap -p && $RTEMS_DEV/rtems/rsb/rtems-source-builder/source-builder/sb-bootstrap</div><div>cd ../</div><div>mkdir beagleboneblack</div><div>cd beagleboneblack/</div><div>$RTEMS_DEV/rtems/kernel/rtems/configure --enable-tests=samples --prefix=$RTEMS_DEV/rtems/4.12 --target=arm-rtems4.12 --enable-rtemsbsp=beagleboneblack --enable-posix</div><div>make -j8</div><div>make install</div><div> </div></div>