Renesas REJ10J1837-0100 Network Card User Manual


 
High-performance Embedded Workshop 3. Advanced Build Features
REJ10J1837-0100 Rev.1.00 Nov. 16, 2008
73
The total number of errors and warnings will also be displayed in the Build tab of the output window at the
end of a build phase.
10. Use the Add, Modify and Remove buttons to add, modify and remove output syntax line formats respectively.
11. Click the OK button when all modifications have been made.
Note:
You can only change the environment of a system phase via the Tools Administration dialog box.
To remove a custom phase
1. Select the phase to be removed and click the Remove button.
2. Click the OK button to confirm the new settings.
To import a custom phase
1. Click the Import button. The Import Custom Phase dialog box is displayed, which allows you to browse to
an existing project, from which you want to import a custom phase.
2. Choose the location of the project, from which you want to import a custom phase. Once selected, the Import
Phase dialog box is displayed, which lists the custom phases in the imported project.
3. Once you have decided which phase to import, highlight it in the list and click the OK button. The phase will
then be added to the Build Phases dialog box, at the bottom of the build order.
3.3.2 Build File Order tab
If y
ou were to select a C source file from the Workspace window and then activate [Build -> Build File] (or click the
Build File toolbar button (
) you would expect the file to be compiled. Likewise, if you were to select an assembly
source file from the workspace window and then activate [Build -> Build File] you would expect the file to be
assembled. The connection between file group and which phase(s) to execute is managed by the Build File Order tab
of the Build Phases dialog box. The list displays all of the current phases that will be executed when the build file
operation is selected upon the file group shown in the File group list box. In figure below the “C source file” file group
is selected and the “Compiler” and “MyPhase” phases are associated with it. Entries in the Phase order list, of the
Build File Order tab, are added automatically as new entries are added to the Build Order tab.
For example, if you were to add a phase which takes C source files as input then this phase will be automatically added
to the list of phases to execute when a build file operation is applied to a C source file. If you don’t want a certain phase
to execute when [Build -> Build File] is selected then clear the check box to the left of the phase name in the Phase
order list.