Build an example application
To build an example application, follow these steps.
Open a GCC Arm Embedded tool chain command window. To launch the window, from the Windows operating system Start menu, go to Programs -> GNU Tools Arm Embedded <version> and select GCC Command Prompt.
Change the directory to the example application project directory, which has a path similar to the following:
<install_dir>/boards/<board_name>/<example_type>/<application_name>/armgcc
For this example, the exact path is:
<install_dir>/examples/frdmk32l2a4s/demo_apps/hello_world/armgcc
Note: To change directories, use the
cd
command.Type build_debug.bat on the command line or double click on the
build_debug.bat
file in Windows Explorer to perform the build. The output is shown in this figure:
Parent topic:Run a demo using Arm® GCC