You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build the hex files in order to change the timing to use a 2nd SID with a real one. When Trying to compile using a Pi4 under "2024-11-19-raspios-bookworm-arm64" I get an error
SwinsSID88_reaconstructed.asm:18:2: fatal error: avr/io.h No such file or directory
18 | #include "avr_mcu_section_asm.h"
| ^~~~~
The header files are located in /usr/lib/avr/include/avr the makefile was modified as indicted in the instruction to -I/usr/lib/avr/include/avr
it's a clean OS install with updates, and the relevant AVR items were installed (binutils-avr avr-libc gcc-avr). and shows that the latest of each are installed.
The text was updated successfully, but these errors were encountered:
I'm trying to build the hex files in order to change the timing to use a 2nd SID with a real one. When Trying to compile using a Pi4 under "2024-11-19-raspios-bookworm-arm64" I get an error
SwinsSID88_reaconstructed.asm:18:2: fatal error: avr/io.h No such file or directory
18 | #include "avr_mcu_section_asm.h"
| ^~~~~
The header files are located in /usr/lib/avr/include/avr the makefile was modified as indicted in the instruction to -I/usr/lib/avr/include/avr
it's a clean OS install with updates, and the relevant AVR items were installed (binutils-avr avr-libc gcc-avr). and shows that the latest of each are installed.
The text was updated successfully, but these errors were encountered: