Datasheet

C and C++ Compilers
ARM DUI 0067D Copyright © 1999-2001 ARM Limited. All rights reserved. 2-5
Filenames are parsed as follows:
a name starting with
host-volume-name:/
is a pseudo UNIX filename
a name that does not start with
host-volume-name:/
and contains
/
is a UNIX
filename
a name that does not contain a
/
is a host filename.
Filename validity
The compilers do not check that filenames are acceptable to the host file system. If a
filename is not acceptable, the compiler reports that the file cannot be opened, but the
compiler gives no more diagnosis.
Output files
By default, the output files created by an ARM compiler are stored in the current
directory. Object files are written in ARM Executable and Linkable Format (ELF). The
ELF documentation is available in
install_directory\PDF
.