ENTRY(start) SECTIONS { . = 0x4000; .text : { *(.text) } .rodata : { *(.rodata) } .data : { *(.data) } .bss : { *(.bss) } }