> > >Notation and Conventions >
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
"> REL="HOME"
TITLE="eCos User Guide"
HREF="ecos-user-guide.html"> REL="UP"
TITLE="Introduction"
HREF="user-guide-introduction.html"> REL="PREVIOUS"
TITLE="Previous License"
HREF="ecos-licensing-previous.html"> REL="NEXT"
TITLE="Directory and File System Conventions"
HREF="directory-and-file-system-conventions.html"> > CLASS="CHAPTER"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
> CLASS="NAVHEADER"
> SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
> > COLSPAN="3"
ALIGN="center"
>eCos User Guide > > > WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
> HREF="ecos-licensing-previous.html"
ACCESSKEY="P"
>Prev > > WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
> > WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
> HREF="directory-and-file-system-conventions.html"
ACCESSKEY="N"
>Next > > > > ALIGN="LEFT"
WIDTH="100%"> > CLASS="CHAPTER"
> > NAME="NOTATION-AND-CONVENTIONS">Chapter 4. Notation and Conventions > CLASS="TOC"
> > > >Table of Contents > > > HREF="notation-and-conventions.html#GDB-AND-GCC-COMMAND-NOTATION"
>GDB and GCC Command Notation > > > HREF="directory-and-file-system-conventions.html"
>Directory and File System Conventions > > > HREF="version-conventions.html"
>Version Conventions > > > > >Since there are many supported target architectures, notation
conventions are used in this manual to avoid repeating instructions
that are very similar. > CLASS="SECT1"
> CLASS="SECT1"
> NAME="GDB-AND-GCC-COMMAND-NOTATION">GDB and GCC Command Notation > >Cross-development commands like CLASS="COMMAND"
>gcc > and
CLASS="COMMAND"
>gdb > will be shown with a
CLASS="REPLACEABLE"
> >TARGET- > > prefix. You need to replace
CLASS="REPLACEABLE"
> >TARGET- > > with the correct prefix before
using the command. Just using CLASS="COMMAND"
>gcc > or
CLASS="COMMAND"
>gdb > will use the tools for the host, which is not
(usually) what you want. > >For example use CLASS="COMMAND"
>arm-elf-gcc > and
CLASS="COMMAND"
>arm-elf-gdb > for ARM, Thumb, and StrongARM targets.
Use CLASS="COMMAND"
>xscale-elf-gcc > and
CLASS="COMMAND"
>xscale-elf-gdb > for Intel Xscale targets.
Use CLASS="COMMAND"
>i386-elf-gcc > and
CLASS="COMMAND"
>i386-elf-gdb > for IA32 targets. And so on, the exact
prefix to use is shown in the documentation for each target. > >Note that some versions of the GCC cross compiler generate
executable files with the CLASS="FILENAME"
>.exe > suffix on Windows,
but not on Linux. The suffix CLASS="FILENAME"
>.exe > will be omitted
from executable file names, so you will see CLASS="FILENAME"
>hello >
instead of CLASS="FILENAME"
>hello.exe >. > > > CLASS="NAVFOOTER"
> ALIGN="LEFT"
WIDTH="100%"> SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
> > WIDTH="33%"
ALIGN="left"
VALIGN="top"
> HREF="ecos-licensing-previous.html"
ACCESSKEY="P"
>Prev > > WIDTH="34%"
ALIGN="center"
VALIGN="top"
> HREF="ecos-user-guide.html"
ACCESSKEY="H"
>Home > > WIDTH="33%"
ALIGN="right"
VALIGN="top"
> HREF="directory-and-file-system-conventions.html"
ACCESSKEY="N"
>Next > > > > WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Previous License > WIDTH="34%"
ALIGN="center"
VALIGN="top"
> HREF="user-guide-introduction.html"
ACCESSKEY="U"
>Up > > WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Directory and File System Conventions > > > > > >