GSoC with Beaglebone BSP and my problem
Gedare Bloom
gedare at rtems.org
Wed Mar 15 16:33:36 UTC 2017
I don't think there is a gdb simulator for the beaglebone. If it is
not working under qemu, then it appears the only option is to use the
real hw.
On Wed, Mar 15, 2017 at 11:54 AM, Nikolay Komashinskiy
<nikolay.komashinskiy at yandex.ru> wrote:
>
>
> 12.03.2017, 23:06, "Alexey Dyachenko" <alexey.dyachenko at inbox.ru>:
>
> 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
> continue, instead of run.
>
>
> I think it should be started (run) and after that it have to jump to the
> breakpoint.
>
> This is my sequence of steps:
>
> mkdir ./development/rtems/kernel
> cd ./development/rtems/kernel
> export RTEMS_DEV=$HOME/Projects/development
> mkdir -p ./development/rtems/kernel
> cd ./development/rtems/kernel
> git clone git://git.rtems.org/rtems.git
> mkdir ../rsb
> cd ../rsb
> git clone git://git.rtems.org/rtems-source-builder.git
> cd rtems-source-builder/rtems/
> ../source-builder/sb-check
> ../source-builder/sb-set-builder --log=beagle.txt
> --prefix=$RTEMS_DEV/rtems/4.12 4.12/rtems-arm
> cd ./../../../kernel/rtems
> export PATH=$RTEMS_DEV/rtems/4.12/bin:$PATH
> ./bootstrap -c && ./bootstrap -p &&
> $RTEMS_DEV/rtems/rsb/rtems-source-builder/source-builder/sb-bootstrap
> cd ../
> mkdir beagleboneblack
> cd beagleboneblack/
> $RTEMS_DEV/rtems/kernel/rtems/configure --enable-tests=samples
> --prefix=$RTEMS_DEV/rtems/4.12 --target=arm-rtems4.12
> --enable-rtemsbsp=beagleboneblack --enable-posix
> make -j8
> make install
>
>
> _______________________________________________
> users mailing list
> users at rtems.org
> http://lists.rtems.org/mailman/listinfo/users
More information about the users
mailing list