OUTPUT_FORMAT(elf32-shbig-linux) ENTRY(__start) SECTIONS { . = 0x06002f00; .text : { *(.text); } .data : { *(.data); *(.rodata); } .bss ALIGN(4) : { __bss_start = .; *(.bss); __bss_end = (. + 3) & ~ 3; } }