Coilgun Power

Microcontroller/Coilgun Ideas and Support
 
Main HomeMain Home  ­HomeHome  ­FAQFAQ  ­SearchSearch  ­MemberlistMemberlist  ­UsergroupsUsergroups  ­RegisterRegister  ­Log inLog in  
Share | 
 

 AVR interfacing with different Operating Systems.

View previous topic View next topic Go down 
AuthorMessage
DaveyPocket



Posts: 74
Join date: 2008-04-01

PostSubject: AVR interfacing with different Operating Systems.   Sun Aug 03, 2008 10:29 am

These are the biggest question I have before I will start to use AVR, which OS's can AVR interface with, how do you get AVR to work with the gumstix setup, what compilers would you use once it's interfaced with the gumstix, and which compilers are good? I might get the arduino board to try out, a lot of people say the C compiler is great and works on all platforms, which is what I like, because I can use Mac OS X for AVR. But I want opinion's of other people's experiencing and some recommendations. Thank you.
Back to top Go down
View user profile
Admin
Admin


Posts: 115
Join date: 2008-03-26
Location: USA, California

PostSubject: AVR-GCC   Sun Aug 03, 2008 4:52 pm

I use AVR-GCC C compiler. It is free and works on Linux so I would imagine you could get it for a Mac. Just google "avr gcc mac". I really like it and have had no major problems except when I tried to convert a string into a float. The library for Ubuntu 8.04 did not work and made the AVR reset. I was told this only happens with Ubuntu 8.04. I simply wrote a small function to do the same thing. It might even be fixed by now, that was a while ago.

To program the AVR I use AVR Dude and the AVR ISP 2 programmer.

Justin
Back to top Go down
View user profile http://coilgunpower.com
 

AVR interfacing with different Operating Systems.

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
Coilgun Power :: AVR Microcontrollers :: Programmers-