SLIDE 1
Today’s Big Adventure
f.c gcc f.s as c.c gcc c.s as c.o ld a.out f.o
- How to name and refer to things that don’t exist yet
- How to merge separate name spaces into a cohesive whole
- More information:
- How to write shared libraries
- Run “nm,” “objdump,” and “readelf” on a few .o and a.out files.
- The ELF standard
- Examine /usr/include/elf.h
3 / 45