Specifications

Chapter
2
2-16
STARTING
2.8 HOW TO BUILD YOUR APPLICATION
The next step is to compile the file(s) together with its dependent files so
you can debug the application.
Build your Application
Click on the Execute 'Make' command button. The following button
is the execute Make button which is located in the toolbar.
If ther
e ar
e any unsaved files, EDE will ask you in a separate dialog if you
want to save them before starting the build.
Viewing the Results of a Build
Once the files have been processed, you can see which commands have
been executed (and inspect generated messages) by the build process in
the Build tab of the Output window.
This window is normally open, but if it is closed you can open it by
selecting the Output menu item in the Window menu.
Compiling a Single File
1. Select the window (document) containing the file you want to compile or
assemble.
2. Click on the Execute 'Compile' command button. The following button
is the execute Compile button which is located in the toolbar.
How to Rebuild your Entire Application
If you want to compile, assemble and link/locate all files (regardless of
their date/time stamp) of your project from scratch, you can perfor
m a
rebuild. This may be needed after dependencies have been changed.
Click on the Execute 'Rebuild' command button. The following
button is the execute Rebuild button which is located in the toolbar.