Skip to content

Creating Projects

  1. In custom/project, create a directory for the new project. Note projects must be in custom/project in order to compile.
  2. In project_name, create modules.make and define MODULE_NAMES as the modules to be used in the project.
  3. Copy a Makefile file from any of the other custom modules and place it in project_name.
  4. Optionally, modify SDK_VERSION in the Makefile.

Building Projects in Linux

  1. Go to the SDK installation directory. This is where you extracted the .tar file previously.
  2. Change to the project directory within the installation directory.
    cd custom/project/project_name
  3. Type make to build the project.
  4. The project builds and the shell displays the summary. The ROM is saved in xPico600/work/project_name.