Skip to content

Compitaltion process

Compitaltion procces

CompliationProcess_visual.png 1. Comiple to assembly - gc -S test.c produces test.s assambly - 1.
ComipleToAssembly.visual.png 2. Assamble to the object file - gc -c test .c produces test.o - AssambleObjectFile . -

  1. Linker
    • Linker_visual.png
      • The linker combines object files to create a single executable
        • It resolves references to undefined symbols
        • HowLinkerWorks_visual.png
  2. Loader program that enables execution
    • Loader_visual.png

[!example]- Summary VIDEO