9 lines
176 B
Bash
9 lines
176 B
Bash
|
SCRIPT_NAME=elf32xc16xs
|
||
|
TEMPLATE_NAME=elf
|
||
|
OUTPUT_FORMAT="elf32-xc16x"
|
||
|
TEXT_START_ADDR=0xc00300
|
||
|
ARCH=xc16x:xc16xs
|
||
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||
|
ENTRY=_start
|
||
|
EMBEDDED=yes
|