Creating Projects¶
- In
custom/project, create a directory for the new project. Note projects must be incustom/projectin order to compile. - In
project_name, createmodules.makeand defineMODULE_NAMESas the modules to be used in the project. - Copy a
Makefilefile from any of the other custom modules and place it inproject_name. - Optionally, modify
SDK_VERSIONin the Makefile.
Building Projects in Linux¶
- Go to the SDK installation directory. This is where you extracted the .tar file previously.
- Change to the project directory within the installation directory.
cd custom/project/project_name - Type
maketo build the project. - The project builds and the shell displays the summary. The ROM is saved in
xPico600/work/project_name.