The command line program mkld generates a GNU ld linker script
from a SEGGER Embedded Studio memory map or section placement file.
Syntax
- mkld -memory-map-file inputfile outputfile [options…]
- mkld -memory-map-segments segments outputfile [options…]
Description
- inputfile is the name of the SEGGER Embedded Studio memory map file to generate the ld script from.
- segments is a list of memory segments of the form SegmentName RWX Address Size
- outputfile is the the name of the ld script file to write.