WR Home      Topic Home      Chapter:  1  2 
<Previous Next>

Chapter 02

Installing Software for AVR Development

Page 9

Build

Once you have typed source-code in C-language, it's time to compile the code and ultimately generate the binary file (also known as hex file) which can execute (run) on the micro-controller.



NOTE: In order to avoid confusions, beginners are suggested to use the re-build option instead of build. Every time your C-program is ready and you want to compile it and generate hex file use re-build.



Build


WR Home      Topic Home      Chapter:  1  2 
<Previous Next>