| |||
Home > ARM DS-5 tutorials > Building the Gnometris project from Eclipse |
Gnometris is an ARM® Linux application that you can run and debug on your target. The supplied project does not contain the image binaries for the Gnometris application. To create the image, you must build the project.
To build the project:
Download
the optional package, Linux_distribution_example.zip
,
containing the example Linux distribution project and the compatible
headers and libraries from the ARM website or from the DS-5 installation
media.
Import both the gnometris
and distribution
example
projects from the relevant ZIP archive files into Eclipse.
Select the gnometris
project
in the Project Explorer view.
Select Build Project from the Project menu.
The Gnometris example contains a Makefile
to
build the project. The Makefile
provides the
usual make rules: clean
, all
,
and rebuild
.
When you build the Gnometris project, it produces the following applications:
A stripped version of the application containing no debug information. This is for downloading to the target.
A larger sized version of the application containing full debug information for use by the debugger when debugging at the source level.