Beginners: please read this post and this post before posting to the forum.
0 Members and 1 Guest are viewing this topic.
AVR Studio 4 is tried and true. My preferred method is to use a completely different editor (e.g. Notepad++ on Windows), and then just use AVR Studio 4 for compiling.
Quote from: Gertlex on September 10, 2013, 05:15:28 PMAVR Studio 4 is tried and true. My preferred method is to use a completely different editor (e.g. Notepad++ on Windows), and then just use AVR Studio 4 for compiling.Why wouldn't you just use avr-gcc and avr-libc (and make and avrdude) at that point?
Because I don't care for reading the error messages in a terminal as much. Nor do I care for setting up more stuff when my build process is already: alt+tab, F7 (F5? been a while), read errors, alt+tab, continue coding.