Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | C/C++ compiler that will work with Atmel STK500

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

C/C++ compiler that will work with Atmel STK500 - Sonoman - 20:03 05-08-04



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

Re: C/C++ compiler that will work with Atmel STK500 - johannes m.r. - 20:25 05-08-04

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 <b...@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