sdk-hwV1.3/lichee/melis-v3.0/source/scripts/configuration_riscv.lds

7 lines
257 B
Plaintext
Executable File

OUTPUT_FORMAT("elf64-littleriscv","elf64-littleriscv","elf64-littleriscv")
OUTPUT_ARCH("riscv")
SEARCH_DIR("=/usr/local/lib"); SEARCH_DIR("=/lib"); SEARCH_DIR("=/usr/lib");
__DRAM0_MOD_BASE = ORIGIN(dram0_2_seg);
__DRAM0_INF_BASE = ORIGIN(magic_info_seg);