mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Add an example host to demonstrate gdbstub
This commit is contained in:
parent
1f7132e1e8
commit
faecd6bbef
4 changed files with 2000 additions and 0 deletions
7
hosts/host-gdbstub/Makefile
Normal file
7
hosts/host-gdbstub/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
TOPDIR=../..
|
||||
|
||||
all:
|
||||
gcc -Wall -Werror -Wno-error=unused-function -pedantic -std=c99 -O2 -DUVM32_ERROR_STRINGS -DUVM32_MEMORY_SIZE=65536 -DGDBSTUB_ARCH_UVM32 -DGDBSTUB_IMPLEMENTATION -I${TOPDIR}/uvm32 -I${TOPDIR}/common -o host-gdbstub ${TOPDIR}/uvm32/uvm32.c host-gdbstub.c
|
||||
|
||||
clean:
|
||||
rm -f host-gdbstub
|
||||
Loading…
Add table
Add a link
Reference in a new issue