OUTPUT_FORMAT(binary) SECTIONS { . = 0x40000000; .text : { *(.entry); .*(.text) } .data : { *(.data) } .bss : { *(.bss) } }