User manual

ST Assembler/Linker build tutorial UM0036
372/385 Doc ID 7705 Rev 11
Figure 303. Exclude file from build
To do this:
1. In the field on the left side of the Project Settings window, click on the project to
display all the folders it contains.
2. Click on the Obsolete folder that we created earlier in order to view the folder's
contents
3. Select the tim_rtc.bat file, the Project Settings window changes to show only those
tabs with settings that apply specifically to this file.
4. In the General tab, click to place a checkmark in the Exclude File from Build
checkbox.
5. Click on OK to close the Project Settings window.
RESULT:
During the build the assembler will not be invoked for the tim_rtc.bat file. Because we
have done this, it will have no impact on the building of the application.
13.6 Build a version for debugging
You will see the final result of the settings that we have applied in the Project Settings
window, now, when we build the application. 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.