CHAPTER 4. FIRST STEPS
27
For compiling the program in the editor simply press F5. A new output window opens at
the bottom of the editor window displaying the status of the compilation:
As you can see in the topmost line of the output window the tool
c:
→
WinAVR
→
compile-mega32.bat
was called for compilation. If the messages
compiling ...
and
OK
occur the compilation
was successful and the program can then be transferred into the controller. If the program
still contains errors these are also displayed here.