Intel IQ80321 User Manual

Page of 120
92
Board Manual
 
Intel
®
 IQ80321 I/O Processor Evaluation Platform
Getting Started and Debugger
B.3.2
Configuration
On the tool bar, click on the icon that looks like a file folder with 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 paths are identical to the paths 
below:
Note:
The Assembler path and Linker path invoke GCC.
a. “Tool Directories: C:\ATI\Tools\GNU\XScale\3.1-xscale-020523\H-i686-pc-cygwin”.
b. “Compiler path: <TOOL_DIR>\BIN\XSCALE-ELF-GCC.EXE”.
c. “Assembler path: <TOOL_DIR>\BIN\XSCALE-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 point 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 PATH=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 save and exit, then reload Workspace as instructed.
10. Press the Update Project, then Update Workspace icons, next to the EDE folder icon.
11. Click “Save Project”.