Fujitsu CM25-00322-1E Saw User Manual


 
4
CHAPTER 1 OUTLINE OF SOFTUNE WORKBENCH
1.3 Procedure for Developing Programs with SOFTUNE
WORKBENCH
The procedure for developing programs with SOFTUNE WORKBENCH consists of the
followings:
1. Setting SOFTUNE WORKBENCH operating conditions
2. Designing a project
3. Creating a program source and executing make/build
4. Executing debugging
Setting SOFTUNE WORKBENCH operating conditions
When developing a program with SOFTUNE WORKBENCH, first open the development environment
setup dialog box from the [Setup] - [Development] Menu and set environment variables and projects. For
details about how to set environment variables and projects, see Section 4.7.1 Development.
The environment variables set from this dialog box are referenced by language tools such as the C
compiler.
Designing a project
Set information for the program to be developed in a project.
When developing a new project, open the new creation dialog box from the [File] - [New] Menu and select
[Workspace/Project File] from the dialog box. The new project creation dialog box opens.
When the project has already existed, the existing project file can be opened from the [File] - [Open
Workspace] Menu. When using the SOFTUNE V01 or V02 project file, see Section 2.13 Reading
SOFTUNE Project Files of Old Versions.
Creating a program source and executing make/build
Open the new creation dialog box from the [File] - [New] Menu and select [Text File]. When the editor is
started, write the source program and save it to the file with the [File] - [Save As] Menu.
When a necessary source file is created, register it in the project with the [Project] - [Add Member] Menu.
When registering the source file in the project is completed, execute "make" with the [Project] - [Make]
Menu or execute "build" with the [Project] - [Build] Menu.
If a syntax error occurs during compilation or assembling, double-click the error display location in the
Output Window with the left button of the mouse. The program jumps to the line where the error occurred.
Correct the source file, and then reexecute the [Project] - [Make] Menu.
Executing debugging
When a load module file is created, debugging can be executed.