The process
of building an adapter for a new RTOS is not
complete until you define the makefiles that are used to build applications
in the new environment.
About this task
To
define the makefiles:
Procedure
- Define a make batch
file.
- Run the batch file used to build and
run applications.
- Redefine the properties that
include such information as
compile and link switches needed to interact with the application
makefile. These properties provide some of the content for the makefile.
- Specify a template for the generated makefile by
redefining
the MakeFileContent property (under <lang>_CG:: <Environment>)
for the new environment.