mn10300.sh

来自「基于4个mips核的noc设计」· Shell 代码 · 共 21 行

SH
21
字号
MACHINE=SCRIPT_NAME=elfOUTPUT_FORMAT="elf32-mn10300"TEXT_START_ADDR=0x0ARCH=mn10300MACHINE=MAXPAGESIZE=1ENTRY=_startEMBEDDED=yes# Hmmm, there's got to be a better way.  This sets the stack to the# top of the simulator memory (2^19 bytes).OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'# These are for compatibility with the COFF toolchain.# XXX These should definitely disappear.CTOR_START='___ctors = .;'CTOR_END='___ctors_end = .;'DTOR_START='___dtors = .;'DTOR_END='___dtors_end = .;'

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?