View previous topic :: View next topic |
Author |
Message |
M95D Tux's lil' helper
Joined: 03 Jan 2020 Posts: 94
|
Posted: Tue Sep 10, 2024 7:24 pm Post subject: Arduino: missing avr-g++ |
|
|
I'm trying to build a program with Arduino IDE. I get this error:
Code: | fork/exec /bin/avr-g++: no such file or directory |
I did "crossdev -s4 -t avr", according to instructions, but that didn't install avr-g++.
What else do I need?
Thank you. |
|
Back to top |
|
|
eccerr0r Watchman
Joined: 01 Jul 2004 Posts: 9818 Location: almost Mile High in the USA
|
Posted: Wed Sep 11, 2024 12:38 am Post subject: |
|
|
mine installed in /usr/bin/avr-g++ ... ? I used crossdev but a long time ago... _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
|
M95D Tux's lil' helper
Joined: 03 Jan 2020 Posts: 94
|
Posted: Wed Sep 11, 2024 5:45 am Post subject: |
|
|
It didn't install avr-g++ anywhere in $PATH. |
|
Back to top |
|
|
eccerr0r Watchman
Joined: 01 Jul 2004 Posts: 9818 Location: almost Mile High in the USA
|
Posted: Wed Sep 11, 2024 5:56 am Post subject: |
|
|
Tried using gcc-config to select a version if there is none selected? _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
|
M95D Tux's lil' helper
Joined: 03 Jan 2020 Posts: 94
|
Posted: Wed Sep 11, 2024 4:05 pm Post subject: |
|
|
avr-gcc-14 seems already selected (light-blue * after it). I tried to run "gcc-config gcc-avr-14" anyway and nothing changed. |
|
Back to top |
|
|
|