Datasheet
Page 17
When we are done writing our rst
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 are 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-1). Compiler automatically creates
necessary output les. LedBlinking.hex (Figure 5-2) is among them.
5. Building the source
Figure 5-1:
After the
successful
compilation
and linking,
the message
window
should look
something
like this
Figure 5-2: Listing of project les after building is done