Datasheet
Page 16
Whenweare done writingourrst
LedBlinking code, we can now build
the project and create a .HEX le
which can be loaded into our target
microcontroller, so we can test the
program on real hardware. “Building”
includes compilation, linking and
optimization which is all done automatically. Build your code by clicking
on the icon in the main toolbar, or simply go to Build menu and
click Build [CTRL+F9]. Message window will report the details of
the building process (Figure 5-2). Compiler automatically creates
necessaryoutputles.LedBlinking.hex (Figure 5-1) is among them.
5. Building the source
Figure 5-1: Listing of project les after building is done
Figure 5-2:
After the
successful
compilation
and linking,
the message
window
should look
something
like this