OUTPUT_FORMAT(binary) OUTPUT_ARCH(i386) SECTIONS { . = 0x00030000; .entry : { */main.o(.text) } .bin : { *(.text) *(.rodata) *(.data) *(.bss) } }