GCCAVR是一款開源免費的AVR單片機C語言編輯器,目前(2010-8-11)最新版本是WinAVR-20100110-install.exe,點擊可以下載。
官方網址: http://winavr.sourceforge.net/
WinAVRTM (pronounced "whenever") is a suite of executable, open source software development tools for the Atmel AVR series of RISC microprocessors hosted on the Windows platform. It includes the GNU GCC compiler for C and C++.
Check out the WinAVRTM project on Sourceforge at http://sourceforge.net/projects/winavr/ for developer information. Use the navigation menu on the left to find your way around this site.
WinAVRTM contains all the tools for developing on the AVR. This includes avr-gcc (compiler), avrdude (programmer), avr-gdb (debugger), and more! WinAVR is used all over the world from hobbyists sitting in their damp basements, to schools, to commercial projects.
WinAVRTM is comprised of many open source projects. If you feel adventurous, volunteers are always welcome to help with fixing bugs, adding features, porting, writing documentation and many other tasks on a variety of projects.
常見錯誤處理:
make: Makefile:No such file or directory
make: ***No rule to make target 'Makefile'. Stop.
工程路徑不能有中文,改成中文就可以了。