need a tools fo programing avr cpus

If there's software you need and you can't find, make a request for it.
Post Reply
User avatar
lukove
Posts: 16
Joined: 15. Jul 2010, 20:33
Contact:

need a tools fo programing avr cpus

Post by lukove »

i request this three opensource utils for work with atmel avr microcontrolers.. it will be nice to see it in repo..

Avra : http://avra.sourceforge.net/

Avrdude : http://savannah.nongnu.org/projects/avrdude/

optional gcc-avr : gcc cross comp..

thx
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: need a tolls fo programing avr cpus

Post by thenktor »

There is a nice build script available for the AVR toolchain. See: http://www.avrfreaks.net/index.php?name ... ic&t=95328

I wonder if I should package this. Actually anybody who's developing for AVR should be able to run this script. If I would package this, there are different options:
Instead of building every single tool, I could use this script and build an avr-toolchain package, containing: avr-gcc, avrdude, binutils, libc
Of course with much more work single packages could be build, too.

Normally I'd install all these cross compilers in /opt, but this is against the package rules. But perhaps problem could arise if it is installed in /usr.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: need a tolls fo programing avr cpus

Post by gapan »

There are slackbuilds for most of these in slackbuilds.org. For separate packages. I haven't used them myself but a friend of mine does and he tells me they work fine.
Image
Image
User avatar
lukove
Posts: 16
Joined: 15. Jul 2010, 20:33
Contact:

Re: need a tools fo programing avr cpus

Post by lukove »

avra and avrdude is not problem compile in classic way make & make install but would be nice have slackware packages..

the gcc-avr is optional for me.. i never compile gcc. now i switch to debian and there is all of these for now..
Post Reply