Doc:linker

From GNU 68HC11/HC12
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
;[[http://m68hc11.serveftp.org/doc/ld_doc.html GNU Linker Documentation]]: The linker is used to create the final program image by linking together several object files and resolving symbols. The documentation explains how to use the linker, how to write linker scripts.
 
;[[http://m68hc11.serveftp.org/doc/ld_doc.html GNU Linker Documentation]]: The linker is used to create the final program image by linking together several object files and resolving symbols. The documentation explains how to use the linker, how to write linker scripts.
 +
;[[FAQ:Link|Link FAQ]]:This FAQ entry gives information about the linker.
  
 
__TOC__
 
__TOC__

Revision as of 00:33, 2 February 2006

[GNU Linker Documentation]
The linker is used to create the final program image by linking together several object files and resolving symbols. The documentation explains how to use the linker, how to write linker scripts.
Link FAQ
This FAQ entry gives information about the linker.

Contents


Linker Overview

Memory Banks

Personal tools