I used Mac OS X for all my AVR developments so far.I got my netbook running Ubuntu and I want to use it for AVR developement recently. It is easier to get all the tools installed as I thought. The following commands do the magic:
sudo apt-get install gcc-avr
sudo apt-get install avr-libc
sudo apt-get install avrdude
Worked like a charm:)
No comments:
Post a Comment