Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

AVR free compiler recommendation ??

Status
Not open for further replies.

#MAAM#

Full Member level 2
Joined
Nov 21, 2009
Messages
131
Helped
29
Reputation
58
Reaction score
27
Trophy points
1,308
Location
Egypt
Activity points
1,920
Hi guys,

I want to use a free avr compiler. please recommend me gcc or atmel studio 6 . i want the easiest, that have more examples and documentation. i want that more close to codevision compiler. thanks in advance.
 

please recommend me gcc or atmel studio 6

gcc is a comiler used in Atmel studio 6 so the question doesn;t make sense.
http://www.atmel.com/System/Overlay/Video.aspx?uri=tcm:26-39807
http://www.atmel.com/microsite/atmel_studio6/videos.aspx

You can either use the compiler with an ide of your choice (or even a notepad) or through the AVR studio IDE environment.
I would suggest AVR studio , I'm still using version 4 with winAVR (which includes gcc).


What do you mean by close to codevision compiler?

gcc doesn't have port pin operator like PORTA.1 in cvavr, you have to use a trick to achieve a similar behavior although I don't recommend this way because it is slower.
https://www.edaboard.com/blog/861/
 
gcc is a comiler used in Atmel studio 6 so the question doesn;t make sense.
http://www.atmel.com/System/Overlay/Video.aspx?uri=tcm:26-39807
http://www.atmel.com/microsite/atmel_studio6/videos.aspx

You can either use the compiler with an ide of your choice (or even a notepad) or through the AVR studio IDE environment.
I would suggest AVR studio , I'm still using version 4 with winAVR (which includes gcc).


What do you mean by close to codevision compiler?

gcc doesn't have port pin operator like PORTA.1 in cvavr, you have to use a trick to achieve a similar behavior although I don't recommend this way because it is slower.
https://www.edaboard.com/blog/861/

thanks alex it's clear now :)
 


Upto 2k output, it's free. :smile:

I don't think PIC is more powerful than AVR. Although I myself mostly use PIC now (can't seem to use AVR due to sudden random shortages in the market), I've worked with AVR. And you can say that they're more or less equivalent, each having different strengths and weaknesses.

If you want a compiler that is completely free, I guess, AVR-GCC (WinAVR) with AVRStudio as alexan mentioned.

You can also try ICCV8: **broken link removed** but the free version also has limited output (after 45 days, I think).

Hope this helps.
Tahmid.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top