User guide
40 Enhanced OS-9 for X86 PCAT
1
Installing and Configuring Enhanced OS-9
Step 6. Select the units that will be associated with this component. Navigate to
the C:\MWOS\SRC\MAUI\DEMOS\HOMEWATCH folder, and double
click on the security.c source file. This is the only source file that is
needed for this program. Click on the
Finish
button.
Once these steps are completed, Hawk will generate the dependencies
for the source file, and you will be presented with the security
component on the left side of the Hawk IDE window.
Customizing the Component
Although the project is now created, we still need to customize the
security component. Specifically, we need to tell Hawk about the
location of 3rd party header files as well as both Microware and 3rd
party libraries used to construct the security application.
Step 1. From the Project menu, select
Properties
.
Step 2. When the Properties dialog box appears, select the
Folders
tab. You
are presented with 6 text fields.
• In the Include: text field, type:
C:\MWOS\SRC\DEFS\MAUI\3RDPARTY
• In the Library: text field, type:
C:\MWOS\OS9000\80386\LIB\3RDPARTY
• In the Intermediate: text field, type:
C:\MWOS\SRC\MAUI\DEMOS\HOMEWATCH\IDIR_X86
• In the Execution: text field, type:
C:\MWOS\OS9000\80386\CMDS\MAUIDEMO