OUTPUT_FORMAT("binary") SECTIONS { . = 0; .text ALIGN(4): { *(.text) } .data ALIGN(4): { *(.data) } .rodata ALIGN(4): { *(.rodata*) } }