Compitaltion process
Compitaltion procces
1. Comiple to assembly - gc -S test.c produces test.s assambly -
2. Assamble to the object file - gc -c test .c produces test.o -
-
- Linker
- The linker combines object files to create a single
executable
- It resolves references to undefined symbols
- The linker combines object files to create a single
executable
- Loader program that enables execution
[!example]- Summary VIDEO