Building the application is not specifically required, because building is generally performed as part of the programming and debugging processes. However, if you are running your chosen IDE without any hardware attached, you may wish to build your application to ensure all the code is correct. Each IDE has different ways to do this, but using the command line as an example, enter the following:

make build

Build information will display in the Terminal.


../figures/image11.png

For programming and debugging, each IDE has specific steps for the various development kits and starter applications. Refer to the applicable user guide shown in the

Add/modify application code

section of this document.