Figure 54. additional linker directives dialog box – Zilog ZUSBOPTS User Manual
Page 90

Menu Bar
UM017105-0511
62
Zilog Developer Studio II – ZNEO™
User Manual
Additional Directives.
To specify additional linker directives that are to be added to those
that the linker generates from your settings when the
Always Generate from Settings
button is selected, perform the following brief procedure.
1. Select the
Additional Directives
checkbox.
2. Click
Edit
. The
Additional Linker Directives
dialog box is displayed; see Figure 54.
3. Add new directives or edit existing directives.
4. Click
OK
.
You can use the
Additional Directives
checkbox if you must make some modifications or
additions to the settings that are automatically generated from your project settings, but
you still want all your project settings and newly added project files to take effect automat-
ically on each new build.
You can add or edit your additional directives in the
Additional Linker Directives
dialog
box. The manually inserted directives are always placed in the same place in your linker
command file: after most of the automatically generated directives and just before the final
directive that gives the name of the executable to be built and the modules to be included
in the build. This position makes your manually inserted directives override any conflict-
ing directives that occur earlier in the file, so it allows you to override particular directives
that are autogenerated from the project settings. (The RANGE and ORDER linker direc-
tives are exceptions to this rule; they do not override earlier RANGE and ORDER direc-
tives but combine with them.) Use caution with this override capability because some of
the autogenerated directives might interact with other directives and because there is no
Figure 54. Additional Linker Directives Dialog Box