Defining makefiles

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

  1. Define a make batch file.
  2. Run the batch file used to build and run applications.
  3. 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.
  4. Specify a template for the generated makefile by redefining the MakeFileContent property (under <lang>_CG:: <Environment>) for the new environment.

Feedback