Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile issues #6

Open
Baelzvuv opened this issue Dec 28, 2024 · 2 comments
Open

Makefile issues #6

Baelzvuv opened this issue Dec 28, 2024 · 2 comments

Comments

@Baelzvuv
Copy link

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.

@dmantione
Copy link
Owner

It has to be a directory problem one way or another. In which exact directory is the io.h located on your system?

@Baelzvuv
Copy link
Author

Thanks! Yes, it was one branch too many on the path.. had two issues happening at the same time so it threw me off. Seems to be working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants