Projects; What Is A Project; Creating A New Project - Epson S5U1C17001C Manual

Cmos 16-bit single chip microcontroller (c compiler package for s1c17 family) (ver. 3.1)
Hide thumbs Also See for S5U1C17001C:
Table of Contents

Advertisement

3.3 Projects

3.3.1

What Is a Project?

The IDE manages individual applications being developed under a project name, creating a directory with the name you specified
before beginning to develop an application, managing resources such as source files and files generated by the compiler and other
tools in it. In addition, project management files (.cproject and .project) are generated in a project directory and are updated
from time to time by the IDE.
Note: These project management files which reside in the project directory must not be edited, moved, or
deleted except when you manipulate them in the IDE. Attempting to do so will prevent you from restarting
the project.
3.3.2

Creating a New Project

Application development by the IDE starts with creating a new project. The procedure is given below.
(1) Launch the [GNU17 Project] wizard by one of the following methods.
Select [New] > [GNU17 Project] from the [File] menu.
Select [GNU17 Project] from the [New] shortcut in the toolbar.
Select [GUN17 Project] from the [New C/C++ Project] shortcut in the toolbar.
Select [New] > [GNU17 Project] from the context menu for the [Projects Explorer] view.
(2) After launching the wizard, enter a project name in the [Project name:] text box.
Only single-byte alphanumeric characters and underscores may be used for project names.
(3) Specify the location at which you want to create a project directory. (This is necessary if you want to specify a specific
location.)
With default settings, the [Use default location] check box is selected, and a project directory is generated in the workspace
directory specified when you started the IDE. Normally, go to the next step directly.
(4) On the GNU17 setup screen, enter the information required to build an S1C17 program.
(5) From the [Program Type] combo box, select the program to be generated.
Application(.elf/.psa): Executable program
Library(.a):
(6) From the [Target CPU] combo box, select the target mode (If Program Type is Application).
(7) From the [Memory Model] combo box, select the memory model of the target.
REGULAR: 24 bits (Up to 16M-byte space can be used.)
SMALL:
16 bits (Up to 64K-byte space can be used.)
(8) Select the GCC version from the [GCC Version] combo box.
3.3: GCC3.3 (same as for GNU17 V2.3.0)
4.9: GCC4.9
(9) Click the [OK] button.
A project is created under the name specified.
Creating a new project creates a directory with the same name as the project in the current workspace or the directory specified
in (3). If a directory with this project name already exists, the IDE uses it as the project directory.
S5U1C17001C Manual
(Rev. 1.0)
Library file
Seiko Epson Corporation
3 GNU17 IDE
3-3

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the S5U1C17001C and is the answer not in the manual?

Table of Contents