Datasheet
Differences
2-56 Copyright © 1999-2001 ARM Limited. All rights reserved. ARM DUI 0064D
-keep
Specify sections to be retained even if unused
-locals
Add local symbols to image symbol table
-nolocals
Remove local symbols from image symbol table
-xreffrom
List section cross references in image from a section
-xrefto
List section cross references in image to a section
-strict
Strict compliance to build attribute rules
-symdefs
Create, or read, a list of symbol definitions.
Obsolete linker options
The following options from the ARM Software Development Toolkit are not supported
in the linker:
-aof
Create output in AOF format
-aif
Create output in AIF format
-aif -bin
Create output in AIF BIN format
-bin
Create output in BIN format
-base
Alias for ro-base
-data
Alias for rw-base
-dupok
Allow multiple definitions
-[no]case
Case sensitive/insensitive matching
-match
Symbol matching options
-nozeropad
Do not include ZI section in binary images
-info interwork
Output information on interworking
-u
Match all unresolved symbols.
Impact
If you are creating new applications, there is no impact. If you are relinking existing
applications and libraries, ensure that the desired build options are specified to the
assembler, compiler and linker. Remove any obsolete options from your make files and
replace them, where necessary, with equivalent options. Check the assembler, compiler,
and linker options for your new or migrated projects as the defaults for ADS 1.0 are
different from the defaults for the SDT 2.50/2.51.
2.4.6 Obsolete components and standards
This section describes components of SDT 2.50/2.51 that are not available in ADS.