Adding the new adapter

About this task

After the new environment has been installed, these additional general steps are required to add the new adapter:

Procedure

  1. Create new makefiles for building the framework libraries for the new environment. See Creating the batch file and makefiles.
  2. Build the framework libraries for the new environment. See Building the framework libraries.
  3. Create a set of code generation properties for the new environment and a batch file that sets its compiler environment. You might use the properties and batch file for the closest installed compiler and linker combination as a starting point. See Creating properties for a new RTOS
  4. Validate the new adapter. See Validating the new adapter.
  5. Create a configuration and select the new RTOS as its target environment.
  6. Generate and make code in the new environment.

Feedback