| |||
Home > Managing Projects > Building your application > Using a build model |
For a Standard or Library project, the build model specifies how the image is built, that is the build target configuration. The Project Properties window enables you to view, and change, the rules governing the build model as defined in the makefile generated by RealView Debugger.
You define the rules for a build model using groups in the Project Properties window:
Define build target configurations in this group.
Specify compiler options in this group.
Specify assembler options in this group.
Specify custom build options in this group.
For a Standard project, specify linker options in this group.
For a Library project, specify library options in this group.
In addition, you can use your own makefiles for the build, or use your own build tool automatically.
For more details on project properties see: