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

Arduino code compilation issue #276

Open
maxxlife opened this issue Nov 8, 2024 · 2 comments
Open

Arduino code compilation issue #276

maxxlife opened this issue Nov 8, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@maxxlife
Copy link

maxxlife commented Nov 8, 2024

When I try to compile Arduino ino file project from andino/andino_firmware, receive an error. Do you have a list of libraries to add to the Arduino IDE environment?

In file included from /home/maxxlife/andino/andino_firmware/src/app.h:32:0,
                 from /home/maxxlife/andino/andino_firmware/src/app.cpp:65:
/home/maxxlife/Arduino/libraries/Adafruit_BNO055/Adafruit_BNO055.h:29:10: fatal error: Adafruit_Sensor.h: No such file or directory
 #include <Adafruit_Sensor.h>
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: exit status 1
@maxxlife maxxlife added the bug Something isn't working label Nov 8, 2024
@github-project-automation github-project-automation bot moved this to 🆕 Backlog in Andino Roadmap Nov 8, 2024
@francocipollone
Copy link
Collaborator

francocipollone commented Nov 8, 2024

Check the readme at andino_firmware's package: https://github.com/Ekumen-OS/andino/tree/humble/andino_firmware

There you will see the path for loading it using arduino IDE or platform io.

@maxxlife
Copy link
Author

maxxlife commented Nov 9, 2024

Check the readme at andino_firmware's package: https://github.com/Ekumen-OS/andino/tree/humble/andino_firmware

There you will see the path for loading it using arduino IDE or platform io.

Thanks, using terminal command pio I was able to compile it. Could I build a project for Arduino Leonardo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🆕 Backlog
Development

No branches or pull requests

2 participants