mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-09 05:31:41 +00:00
9 lines
157 B
Bash
9 lines
157 B
Bash
SCRIPT_NAME=elf32xc16xl
|
|
TEMPLATE_NAME=elf32
|
|
OUTPUT_FORMAT="elf32-xc16x"
|
|
TEXT_START_ADDR=0xc00300
|
|
ARCH=xc16x:xc16xl
|
|
MAXPAGESIZE=256
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|