Fujitsu CM25-00322-1E Manual De Usuario

Descargar
Página de 322
226
CHAPTER 4  MENUS
4.5.10
Compile, Make, Build, and Stop 
This section explains the functions of Compile, Make, Build, and Stop. 
■ Compile 
Compile compiles only the specified source file irrespective of whether other source files and include files
are corrected. However, compile does not link the specified source file. 
This command also assembles the specified file when the file is an assembler source file. 
■ Make 
Make checks all the source and include files in the project and compiles or assembles only the corrected
file. 
If some library and object files are modified, make links them to create a target file. 
■ Build 
Build compiles or assembles all the source files in the project irrespective of whether they are corrected. 
It also links all object and library files to create a target file. 
■ Stop 
Use Stop when you want to stop compile, make, or build execution for some reason. 
■ Checking source file saving 
When an unsaved file is being edited by the standard editor, execute compile (assemble), make, or build,
then save the file. If a check mark is set to the left of [Inquiry for Save at Compile/Assemble] in [Setup]-
[Development...]-[Project], however, the dialog box for asking whether to save the file opens. When the
[No] button is clicked, the source file is compiled without being saved.