Contents|Index|Previous|Next
The linker script


In the following path, find the example linker scripts (hosttype signifies your host configuration and targettype signifies the embedded configuration to which you target):
 
/usr/cygnus/hosttype/targettype/lib/ldscripts/


In that directory, there will be files with the .x, .xbn, .xn, .xr, .xs, and .xu extensions.

The linker script accomplishes the following processes to result.

For more explanation of linker scripts, see Linker scripts in Using ld in GNUPro Utilities.

The following is an example of a linker script for an m68k-based target board.



Top|Contents|Index|Previous|Next