Search tips
  • Embedded C program libraries and linking
    Linker creates an output file from relocatable objects. Compiler is not one big program. It usually consist of up to a dozen smaller programs. These programs are controlled by some program so called “program driver”. This driver can be a makefile and make.exe program.
    What is compilation of program maybe it is more or less clear. But what is program linking? I am sure many beginners heard of this but done exactly know what it is. In a few words I can say, that linker creates an output file from relocatable objects.Compiler is not one big program. It usually [...]
    embedded-general
    in Public bookmarks with avr gcc linker makefile


makefile from all users