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

Ads

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | Atmel Mega128 Tools

There are 14 messages in this thread.

You are currently looking at messages 0 to 10.

Atmel Mega128 Tools - 23:28 26-01-04

Is the AVR Studio for the ATMEL Mega 128 Microcontroller a free tool Set. I
am asking for the C development studio? Are they any retrictions?





Re: Atmel Mega128 Tools - 23:32 26-01-04

To add I am talking of the AVR Studio 3.5. It says on the site that it
supports assembly.
So does it support C and is it Free?
thanks
"harshit" <h...@usc.edu> wrote in message news:bv4pdn$3ht$1...@gist.usc.edu...
> Is the AVR Studio for the ATMEL Mega 128 Microcontroller a free tool Set.
I
> am asking for the C development studio? Are they any retrictions?
>
>



Re: Atmel Mega128 Tools - Richard F. Man - 00:42 27-01-04

GCCAVR is free. Otherwise, there are a few very good low cost C compilers for
the AVR. Ours is one of them. Most commercial compilers have demo that you can
try for free.

harshit wrote:

> Is the AVR Studio for the ATMEL Mega 128 Microcontroller a free tool Set. I
> am asking for the C development studio? Are they any retrictions?

--
// richard
http://www.imagecraft.com



Re: Atmel Mega128 Tools - Michael Schuster - 02:58 27-01-04

Richard F. Man wrote:

> GCCAVR is free. Otherwise, there are a few very good low cost C compilers
> for the AVR. Ours is one of them. Most commercial compilers have demo that
> you can try for free.
> 
> harshit wrote:
> 
>> Is the AVR Studio for the ATMEL Mega 128 Microcontroller a free tool Set.
>> I am asking for the C development studio? Are they any retrictions?
You can download an excellent lib at http://hubbard.engr.scu.edu/avr/avrlib
docs/html/index.html
Michael
-- 
Remove the sport from my address to obtain email
www.enertex.de - Innovative Systemlösungen der Energie- und Elektrotechnik

Re: Atmel Mega128 Tools - Sebastian Schildt - 03:58 27-01-04

harshit wrote:

> To add I am talking of the AVR Studio 3.5. It says on the site that it
> supports assembly.
> So does it support C and is it Free?
> thanks

AVR Studio has only the assembler integrated. With AVRStudio 4.08 it is
possible to debug C Code. You have to program in another environment, but
the resulting object File can be download into AVR Studios Simulator. When
using  GCCs "extcoff" Format AVRStudio 4.08 is able to debug on the C-Leve,
e.g. you step through C Functions not assembly. Beware: AVRStudio versions
prior to 4.08 can not do this (They will only show you the assembler code
your compiler generated).

This is the only "free" solution I'm aware off.

MfG

Sebastian 

-- 
If you see light at the end of a wormhole it is most likely a photon
torpedo.

Re: Atmel Mega128 Tools - =?iso-8859-2?Q?Medene=B6_ - 04:08 27-01-04

Hi harshit!

> Is the AVR Studio for the ATMEL Mega 128 Microcontroller a free tool
> Set. I am asking for the C development studio? Are they any
> retrictions? 
> 

Good idea is build cross-compiler for AVR from gcc source, but on Cygwin 
enviroment (if You working on Windows) and editing avr-source in emacs 
editor.
Advantages of using Cygwin? One enviroment - multiple target platforms 
(actually I have crosses for avr, h8s and SH).

-- 
Best Regards from Poland
Medenes

Re: Atmel Mega128 Tools - hamilton - 10:35 27-01-04


Medene¶ wrote:

> Good idea is build cross-compiler for AVR from gcc source, but on Cygwin 

This is a lousy idea. ( must be a *nix guy that said that )

Just download from:
<http://www.avrfreaks.com/AVRGCC/index.php?PHPSESSID=27312dd38455a46995b43be7521c26c2>;

Install and just use it.


Re: Atmel Mega128 Tools - Richard F. Man - 19:49 27-01-04


Sebastian Schildt wrote:

> AVR Studio has only the assembler integrated. With AVRStudio 4.08 it is
> possible to debug C Code. You have to program in another environment, but
> the resulting object File can be download into AVR Studios Simulator. When
> using  GCCs "extcoff" Format AVRStudio 4.08 is able to debug on the C-Leve,
> e.g. you step through C Functions not assembly. Beware: AVRStudio versions
> prior to 4.08 can not do this (They will only show you the assembler code
> your compiler generated).
>

"your" compiler here must refer only to GCCAVR as AVR Studio can debug at C
source level, at least with ICCAVR and IAR generated code at C source level
since "forever."


--
// richard
http://www.imagecraft.com



Re: Atmel Mega128 Tools - Dan - 21:38 29-01-04

On Tue, 27 Jan 2004 08:35:56 -0700, hamilton
<h...@deminsional.com> wrote:

>Just download from:
><http://www.avrfreaks.com/AVRGCC/index.php?PHPSESSID=27312dd38455a46995b43be7521c26c2>;
>
>Install and just use it.

I've been using gcc for an Hitachi processor.  It works very well and
is well supported by the community.  Is the AVR port good and is it
well supported?

Dan


Re: Atmel Mega128 Tools - William Meyer - 23:46 29-01-04

oN 29-Jan-04, Dan said:

> I've been using gcc for an Hitachi processor.  It works very well and
> is well supported by the community.  Is the AVR port good and is it
> well supported?

Suggest you check with people on www.avrfreaks.net

Their forums are pretty active, and one of them is devoted to the AVR port =
of gcc.

-- 
Bill
Posted with XanaNews Version 1.16.1.4

| 1 | 2 | next