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

Can't compile #19

Open
mikeharpe opened this issue Aug 28, 2024 · 2 comments
Open

Can't compile #19

mikeharpe opened this issue Aug 28, 2024 · 2 comments

Comments

@mikeharpe
Copy link

Getting the output in the attached file when I try to compile for an Arduino Nano Every in Arduino IDE 2.3.2.

Michael Harpe
[email protected]
compile output.txt

@mikeharpe
Copy link
Author

IMPORTANT: I just had a thought and tried it with a brand-new Arduino R4 Minima and it compiled with no errors.

I'll leave this up here but I am taking the problem over to an Arduino forum.

Glad I thought of doing that.

@mikeharpe mikeharpe reopened this Aug 29, 2024
@mikeharpe
Copy link
Author

OK...got a response back from the Arduino forum...

If you look in the header files included with avr-gcc/7.3.0-atmel3.6.1-arduino7, you will find that GPIO1, GPIO2 and GPIO3 are used therein.

Simply rename GPIO1, GPIO2 and GPIO3 to gpio1, gpio2 and gpio3 in the RDA5807 library and it will compile.

I did this and it now compiles fine for the Nano Every. I will open a pull request and share back what's working for me.

By the way, it's awesome software! That was a lot of work.

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

1 participant