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>/boards/evkmimx8mm/demo_apps/hello_world/armgcc
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 as shown in Figure 2.|
|
Parent topic:Windows OS host