-
-
Notifications
You must be signed in to change notification settings - Fork 19
Unable to compile on Raspberry Pi #19
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
Comments
The problem here is that we don't have a release distributed for linux-armv7 of arduino ctags.. This will be partially solved by arduino/arduino-cli#2285 |
Doesn't RPi 4 use linux-armv8(64-bit)? |
True. 32bit os is running in arm-v7 (armhf) compatibility mode even though the processor is arm-v8 capable. 64-bit aarch64 is running in arm-v8. cat /etc/apt/sources.list reveal the software version. |
@umbynos Is there now a vay to circumvent this issue? I'd like to run arduino-cli on my 32-bit rpi4b edit, workaroundThis workaround worked for me, as I had already arduino-ctags package installed via apt
after this build was successful and code ran on nano every. |
Describe the problem
To reproduce
Install arduino-cli on raspberry pi 4 and compile blink sketch.
Expected behavior
It should complie sketch.
Arduino CLI version
Version: 0.34.2 Commit: 963c1a76 Date: 2023-09-11T10:05:41Z
Operating system
N/A
Operating system version
➜ blink lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye
Additional context
➜ blink lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
Issue checklist
The text was updated successfully, but these errors were encountered: