Ro5bert / avra

Assembler for the Atmel AVR microcontroller family
GNU General Public License v2.0
156 stars 40 forks source link

Building avra in Raspbain (version 10 buster) #67

Open gregorychristian opened 11 months ago

gregorychristian commented 11 months ago

I'm currently trying to build avra in Raspbain but make install adds avra to /usr/local/bin instead of /usr/bin. Is there a workaround for this? (since avra 1.3 doesn't support Atmega32U4)

gregorychristian commented 11 months ago

For those curious, the simple workaround is running PATH=/home/pi/.local/bin:$PATH if you don't want to mess with the makefile.