User manual

UM0036 STM8 C tutorial
Doc ID 7705 Rev 11 343/385
Figure 271. Exclude the makefile from build
Note: At the file level the Project Settings window only displays the tabs that pertain to the
selected file. For example, the tabs for a selected C source file are General and C compiler.
3. Click on OK.
RESULT:
Project information file (*.stp) is updated.
12.2.4 Build the application
Now, you can see the final result of the settings that we applied in the Project Settings
window. To build the application:
1. If the Output window is not already open, select View>Output Window from the main
menu bar.
2. In the Output window click on the Build tab
3. To generate your application, select Build>Build from the main menu bar
RESULT:
The commands invoked, error messages and warnings that occured during the build are
displayed in the Build tab of the Output window.
The C compiler is invoked for each of the source files in the project. It is not invoked for the
file that we excluded from the build.
The Linker is invoked once, to link the object files.
All generated files are located in the projects Debug subdirectory.