Figure 56, Figure 56 shows th – Zilog ZUSBOPTS User Manual
Page 93

UM017105-0511
Menu Bar
Zilog Developer Studio II – ZNEO™
User Manual
65
Additional Object/Library Modules.
Use the
Additional Object/Library Modules
field
to list additional object files and modules that you want linked with your application. You
do not need to list modules that are otherwise specified in your project, such as the object
modules of your source code files that appear in the Project Workspace window, the C
start-up module, and the Zilog default libraries listed in the
Objects and Libraries
page.
Separate multiple module names with commas.
Modules listed in this field are linked before the Zilog default libraries. Therefore, if there
is a name conflict between symbols in one of these user-specified additional modules and
in a Zilog default library, the user-specified module takes precedence and its version of the
symbol is the one used in linking. You can take advantage of this to provide your own
replacement for one or more functions (for example, C run-time library functions) by com-
piling the function and then including the object module name in this field. This is an alter-
Figure 56. Objects and Libraries Page of the Project Settings Dialog Box
Note: