Datasheet
Differences
ARM DUI 0064D Copyright © 1999-2001 ARM Limited. All rights reserved. 2-57
APM
APM is not provided.
Impact
Use the CodeWarrior IDE or a make utility.
Armmake
Armmake is not provided. There is no longer a need to rebuild the C Libraries, therefore
the ARM-specific make utility has been removed.
Impact
None. Use nmake, make, or gnumake if you want to use a make utility.
Armlib
The ARM librarian, armlib is not provided. It has been replace by a new utility, armar,
that creates ELF
ar
files. armar provides similar functionality to armlib, but supports
ELF instead of AOF.
Decaof and Decaxf
Decaof and decaxf are not provided.
Impact
The fromELF utility provides equivalent functionality for ELF formats
DWARF1
The compilation tools produce DWARF2 debug table formats by default. The compiler
and assembler can still produce DWARF1 for compatibility with third party tools that
require DWARF1, although DWARF1 will only support debugging for C compiler
images produced with the
-O0
option and will not support debugging of C++ images.
DWARF1 is deprecated and will be removed in a future release of ADS
Impact
Use DWARF2 format.