Previous Next
The Project Setup Wizard for browsing only

  • To start the Project Setup Wizard, in the Launch Pad, choose Project > New Project > with Wizard....

In the Project Setup Wizard
The Wizard starts by asking you to select how you intend to use the new SNiFF+ Project.
  • Select Browsing-only Setup, and press Next.

  • The "Select file types" page appears.
In the "Select file types" page
  • Select C/C++ and press Next.

  • Note that, after project setup, you can add new standard file types (like the ones in the "Additional File Types Column"), or create and add your own.
In the "Specify project location and name" page
  1. Press the Browse button next to the Source code root directory field and navigate to <PICO_DIR>/user/pico .
    This is the root directory you need.
  2. Double-click on the <PICO_DIR>/user/pico directory and press Select.
    SNiFF+ sets the path and gives the project the default name
    pico .
    By default, Create Subprojects is enabled in the Wizard. This means that SNiFF+ will automatically create subprojects for all the subdirectories of
    <PICO_DIR>/user/ pico .
  3. Press Next.
In the "Project Setup Summary" page
This page summarizes your specifications for the new SNiFF+ C Project.
  1. Make sure that your Project Setup Summary page is similar to the following. If it isn't, please go back to the beginning of the Wizard and start again.

    Click for full size, then use Back button

    If the information on the Project Setup Summary page conforms to the illustration:

  1. Press Finish.
    SNiFF+ will now create the
    pico project and all its subprojects.
  2. In the dialog that appears asking if you want to generate cross reference information, press No.
    Cross Reference information will be automatically generated when we open the Cross Referencer later on.
    When SNiFF+ is finished, it opens the new project and displays its structure and contents in a Project Editor, which should look like the one shown at the beginning of the following chapter.