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

Folder structure capitalization typo prevents compiling sketches. #9

Open
johnnaglak opened this issue Jan 14, 2024 · 0 comments
Open

Comments

@johnnaglak
Copy link

Hi! I had some trouble getting sketches to compile. I was getting an /arduino/Arduino.h:258:10: fatal error: pins_arduino.h: No such file or directory #include "pins_arduino.h" error when using the Board Manager and when manually installing the board definition.

After some trial and error, I identified that the path /Firmware/ast/avr/varients/can485 does not match the capitalization of Can485 in

Can485.name=Can485

My solution was to manually edit and capitalize the folder name /ast/avr/varients/Can485 on my system. This should be a fairly simple fix in the repo.

Thanks, looking forward to using the board!

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