92 Board Manual
Intel® IQ80321 I/O Processor Evaluation Platform
Getting Started and Debugg er
B.3.2 Configuration
On the tool bar, click on the icon that looks like a file folder wit h the letters “EDE” on it. When the
mouse arrow is placed on it, a text box displays “Project Settings”.
Note: There is no main menu way to access the project settings.
1. Download and expand the following file into a directory such as “C:\Redhat”
http://developer.intel.com/design/intelxscale/dev_tools/020828/RedBoot Debug Monitor for
the Intel® IQ80310/IQ80321 boards.
2. Under the “Project” tab, check all four boxes.
3. Under the “Directories” tab, make sure that the following pat h s are identical to the paths
below:
Note: The Assembler path and Linker path invoke GCC.
a. “Tool Directo ries: C:\ATI\Tools\GNU\XScale\3.1-xscale-020523\H-i686-pc-cygwin”.
b. “Compiler path: <TOOL_DIR>\BIN\XSCALE-ELF-GCC.EXE”.
c. “Assem b l er pa t h: <T OO L_ D I R >\ BI N \ X SC A L E-ELF-GCC.EXE”.
d. “Librarian path: <TOOL_DIR>\BIN\XSCALE-ELF-AR.EXE”.
e. “Linker path: <TOOL_DIR>\BIN\XSCALE-ELF-GCC.EXE”.
Note: GNU Pro is part of the Code|Lab installation and the above “Tool Directories” path is the default
installation. When a newer version of GNU Pro is installed at a later time, the “Tools Directory”
path can be edited to po i n t to the new version.
4. Under the “Compiler” tab, edit the bottom box as follows:
"-v -c -Wall -specs=redboot.specs -gdwarf-2 -O0 -I. .\ -I..\..\ -I..\..\..\ -mcpu=xscale
<SOURCE>.c -o O\<SOURCE>.o"
5. 5. Under the “Assembler” tab, edit the bottom box as follows:
"-v -specs=redboot.specs -o O\<SOURCE>.o <SOURCE>.s"
6. 6. Under the “Linker” tab, edit the bottom box as follows:
"-v -specs=redboot.specs -o O\<PROJECT>.elf <OBJS>"
7. 7. Under the “Environment” tab, edit the bottom box as follows:
"SET PA TH=C:\ATI\Tools\GNU\XScale\3.1-xscale-020523\H-i686-pc-cygwin\bin".
8. Under the “Debugger” tab:
a. “Debugger: Code|Lab Debug”.
b. “Debug path: C:\Ati\codelab\codelab Debug\codelab DEBUG.exe”.
c. Checked Boxes: “Download program”, “Set Breakpoints”, “Pass Source Paths”.
9. Click “OK ” to sa v e and ex it , th e n rel o ad Workspac e as instructed.
10. Press the Update Project, then Update Workspace icons, next to the EDE folder icon.
11. Click “Save Project”.