You copied the Doc URL to your clipboard.
Building the gnometris project from the command line
gnometris is an Arm® Linux application that you can run and debug on your target. The supplied project contains prebuilt image binaries. Use these instructions to rebuild the project from the command line.
Procedure
- Download the DS-5 Linux distribution examples (Linux_distribution_example.zip) and extract it into the working directory.
-
Extract the contents of the Linux_examples.zip archive file located in
DS-5_install_directory
/examples/ into the working directory. This zip file includes the gnometris example project source. - Open the DS-5 Command Prompt command-line console or a Unix bash shell.
-
Navigate to ../
<working-directory>
/gnometris. -
At the prompt, enter make.
The gnometris example contains a Makefile to build the project. The Makefile provides the usual make rules:
clean
,all
, andrebuild
.
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.