Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Linker Script

< >

Linker Script is an application created in 1991.

#2048on PLDB 33Years Old


Example from the web:
/* * link.ld */ OUTPUT_FORMAT(elf32-i386) ENTRY(start) SECTIONS { . = 0x100000; .text : { *(.text) } .data : { *(.data) } .bss : { *(.bss) } }

View source

- Build the next great programming language About Acknowledgements Extensions Day 628 Donate feedback@pldb.io