1 2 3 4 5 6 7
OUTPUT_FORMAT(binary) OUTPUT(codehandler.bin) SECTIONS { . = 0x80001800; .text : { *(.text) } }