Create a New Project

About this task

In this step you create a new project from the axiDemo code example.

Procedure

  1. Launch Eclipse.
  2. Select the Sapphire workspace if it is not open by default.
  3. Make sure you are in the C/C++ perspective.

Import the axiDemo example:

  1. Choose File > New > Makefile Project with Existing Code.
  2. Click Browse next to Existing Code Location.
  3. Browse to the software/standalone/axiDemo directory and click Select Folder.
  4. Select <none> in the Toolchain for Indexer Settings box.
  5. Click Finish.

Results

The axiDemo project folder displays in the Project Explorer. The folder has the makefile and main.c source code as well as launch scripts for the OpenOCD Debugger.