Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Debugging

rememberthe8bit edited this page Dec 8, 2012 · 3 revisions

to build and run the app with GDB access on port 1234:

cd compile
make debug
qemu-system-arm -M versatilepb -m 128M -nographic -cpu arm926 -kernel xinu.bin -gdb tcp::1234

open a new terminal window and run:

arm-none-eabi-gdb xinu.elf
(gdb) target remote localhost:1234

Clone this wiki locally