AVR install direction change

MiniPOV4 and previous versions

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
[email protected]
 
Posts: 8
Joined: Wed Dec 31, 2008 11:30 am

AVR install direction change

Post by [email protected] »

The install directions for linux should be changed to this,

su
apt-get install gcc-avr
apt-get install avr-libc
apt-get install gdb-avr
apt-get install avrdude

I tried your way but I kept getting errors and then I found this. I am not 100% sure that it will program a mini pov because I am waiting for it to come. But it did compile!!

sparr
 
Posts: 196
Joined: Tue Nov 04, 2008 5:21 pm

Re: AVR install direction change

Post by sparr »

What errors were you getting? If the packages depend on each other then they would all be pulled in by a single apt-get, and if they don't then there should not be any errors regardless of order. Perhaps packaging bug reports are in order depending on your errors.

User avatar
[email protected]
 
Posts: 8
Joined: Wed Dec 31, 2008 11:30 am

Re: AVR install direction change

Post by [email protected] »

it kept saying the compiler path was wrong

Locked
Please be positive and constructive with your questions and comments.

Return to “MiniPOV”