Useful LD linker flags
Appearance
| Flag | What it does |
|---|---|
| -m elf_i386 | Generate 32-bit ELF files |
| -nostdlib | Don't include the standard library |
| -T{linker file} | Tell LD where the LD file is |
| Flag | What it does |
|---|---|
| -m elf_i386 | Generate 32-bit ELF files |
| -nostdlib | Don't include the standard library |
| -T{linker file} | Tell LD where the LD file is |