User guide
1
Installing and Configuring Enhanced OS-9
Enhanced OS-9 for X86 PCAT 39
Running the Hawk Tutorial
Included on the CD is a sample MAUI application intended to introduce
both MAUI programming and the Hawk IDE to the new OS-9 user. The
application, named security, is actually one program in a series of
possible applications grouped together to provide a home security suite
called HomeWatch.
The purpose of this document is to show you how to (a) create a Hawk
project file for the MAUI application called HomeWatch, (b) compile the
security application, and (c) run the application on the target.
Project File Creation
In order to create a project file for the HomeWatch system, it is
necessary to know where the source code for the application is located.
This tutorial assumes all source files are relative to the C:\Mwos
directory.
Step 1. Start the Hawk IDE from Windows, by selecting
Microware Hawk IDE
from the Programs->Enhanced OS-9 for X86 folder
Step 2. When the Hawk IDE appears, go to the Project menu and select
Project_Space->New.
Step 3. When the
Create a New Project Space
dialog appears, select
Browse
and navigate to the \mwos\PROJECTS directory. Type
HomeWatch
in
the File_name field and select
Open
. Select
OK
to create the project
space.
Step 4. Select the
New Component
icon at the top, right of the component
window. Type
HomeWatch
in the Name field. Verify that the Default
Processor is 80386. Click on the
Next
button.
Step 5. There will be only one component in this project. Type
security
in the
Name text field. You may also want to add a short description of the
program, but no other fields should be changed. click on the
Next
button.