Datasheet
Differences
ARM DUI 0064D Copyright © 1999-2001 ARM Limited. All rights reserved. 2-27
New fromELF options
This section gives a brief summary of new fromELF options for ADS 1.1. Refer to the
ADS Linker and Utilities Guide for detailed information. The following fromELF
options are new for ADS 1.1:
-vhx
This option outputs Byte Oriented (Verilog Memory Model) Hex Format.
-base n
This option specifies the base address of the output for Motorola
S-record, and (
-m32
), Intel Hex (
-i32
) formats.
memory_config
This option outputs multiple files for multiple memory banks. This
option is available only if
-vhx
or
-bin
is specified as the output format.
Changed behavior
The following changes have been made to fromELF:
• fromELF can now disassemble ARMv5TE instructions.
• fromELF is now license-managed through FLEXlm
• fromELF now issues a warning for the
-aif
and
-aifbin
output options. These
formats are no longer supported.
• the fromELF -S option now prints size information.
2.3.7 Changes to the Flash downloader
The default
flash.li
Flash download utility is now targeted at the ARM Integrator
board. Source code for the Integrator
flash.li
is not supplied. The
install_directory\Examples\flashload
directory has been removed.
2.3.8 Changes to the debuggers
This section describes:
• Changes to AXD
• Changes to armsd on page 2-29
• Changes to ADW and ADU on page 2-29.
Changes to AXD
The AXD interface has been significantly enhanced, including:
• AXD disassembles ARMv5TE instructions.