mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00

* d10velf.sh: Changes needed for D10V-EVA board. Set TEXT_START_ADDR to 0x1000000. Set READONLY_START_ADDR to 0x2000000.
9 lines
149 B
Bash
9 lines
149 B
Bash
MACHINE=
|
|
SCRIPT_NAME=elfd10v
|
|
OUTPUT_FORMAT="elf32-d10v"
|
|
TEXT_START_ADDR=0x1000000
|
|
READONLY_START_ADDR=0x2000000
|
|
ARCH=d10v
|
|
MAXPAGESIZE=32
|
|
#EMBEDDED=t
|