Hi all: Anyone knows of a free C/C++ compiler that I could use with an Atmel STK500 board? I would like to use it under Linux, but a Windows compiler will be fine too. Please advise. Sonoman
C/C++ compiler that will work with Atmel STK500
Started by ●August 5, 2004
Reply by ●August 5, 20042004-08-05
Hello Sonoman, You shouldn't mix up two things: The compiler/assembler which generates the hex file/binary from your (C/assembly) source and the programmer software which transfers this hex code to your microcontroller. For compilers for AVR there's AVR GCC, IAR AVR Compiler, CodeVision AVR Compiler and perhaps some others. For programmer software there're Pony-Prog, AVRDUDE any many others, of course including Atmels programmer included with AVR Studio. Most of them will work with the STK500 as well. For more information just enter the mentioned name in Google. Regards, johannes Sonoman <billgates@microsoft.com> wrote:>Hi all: >Anyone knows of a free C/C++ compiler that I could use with an Atmel >STK500 board? I would like to use it under Linux, but a Windows compiler >will be fine too. Please advise. > >Sonoman