![Intel IXP2400 User Manual Download Page 49](http://html1.mh-extra.com/html/intel/ixp2400/ixp2400_user-manual_2071795049.webp)
Development Tools User’s Manual
49
IXP2400/IXP2800 Network Processors
Developer Workbench
•
A
button to move an included path down the list.
2.7.2.2
Selecting the target .list File
When you compile your C source file, the result can become a .list file. You must select the name
of the .list file.
To do this:
1. On the
Build Settings
dialog box, click the
Compiler
tab.
2. To change the settings for a previously created .list file, select the name of the .list file from the
Output target .list and .obj files
list.
3. To create a new .list file, click
New .list file
.
The
Insert New List File into Project
dialog box appears.
a. In the
Look in
list, browse to the folder where you want to store the .list file.
b. Type the file name in the
File name
box.
c. Click
Insert List File
.
The path of the target .list file box is a read-only text field displaying the absolute path of the target
.list file. If this path is not correct, click New again and select a new path.
2.7.2.3
Selecting C Source Files to Compile
The C Compiler in the Workbench can compile one or more C source files into one .list file. You
must select the source files that you want to compile. To do this:
1. In the
Build Settings
dialog box, click the
Compiler
tab.
2. Click
Choose source files
.
The
Compiler Sources
dialog box appears. The files displayed
here are all the *.c files in your project, that is all the files in the
Compiler Source Files
folder in the
Project Workspace
window.
3. Click the file(s) that you want to compile.
Clicking the file once selects the file and clicking a selected file
deselects it.
4. Click the
button to move the selected files from the left
window to the right window.
You can select any file(s) in the right window and move them
back to the left window by clicking the
button.
5. Click
OK
when done.
In the
Source files to compile
box is a list of C source files that you selected to compile.