Renesas REJ10J1837-0100 Network Card User Manual


 
High-performance Embedded Workshop 3. Advanced Build Features
REJ10J1837-0100 Rev.1.00 Nov. 16, 2008
70
3.3 Ordering build phases
In a standard build (shown in figure below), you could add a phase at four different positions: before the compiler (1),
before the assembler (2), before the linker (3) or after the linker (4).
You may place your own custom phases or move system phases to any position in the build order. It is important to
remember that if the output of your custom phase can be input into another phase then the phase order must be correct if
the build is to behave as intended.
Select [Build -> Build Phases]. The Build Phases dialog box will be displayed. The build phase dialog box provides
facilities for ordering build phases via the Build Phases dialog box. It has two tabs, which are concerned with the
ordering of phases: Build Order and Build File Order. And then you can click OK button.
3.3.1 Build Order tab
The Build Order tab
displays the current order in which phases will be executed when the Build (
) or Build All
(
) buttons is selected. The check box to the left of each phase indicates whether or not the phase is currently enabled.
A phase can be toggled on/off by checking/unchecking its corresponding checkbox respectively.