-
-
Notifications
You must be signed in to change notification settings - Fork 398
Cannot compile blink code for Arduino Uno #203
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
Milestone
Comments
@cmaglie is
|
nope, will add |
Just tried with arduino-cli-0.3.6-alpha.preview-linuxaarch64 and got:
Running Debian Stretch with Armbian Linux 4.19.38-sunxi64 |
it's not yet in 0.3.6-alpha, please try this build --> #204 (comment) |
Hi, sorry there is no ARM64 executable ;-( root@orangepipc2:~/Arduino# ./arduino-cli-48-PR204-linuxarm
-bash: ./arduino-cli-48-PR204-linuxarm: No such file or directory
root@orangepipc2:~/Arduino# file ./arduino-cli-48-PR204-linuxarm
./arduino-cli-48-PR204-linuxarm: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, not stripped
root@orangepipc2:~/Arduino# file arduino-cli-0.3.6-alpha.preview-linuxaarch64
arduino-cli-0.3.6-alpha.preview-linuxaarch64: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, not stripped |
masci
pushed a commit
that referenced
this issue
Jul 11, 2019
* Added arm64 support Fix #203 * Fixed typo in test
mastrolinux
pushed a commit
that referenced
this issue
Jul 16, 2019
* Added arm64 support Fix #203 * Fixed typo in test
per1234
added a commit
that referenced
this issue
Aug 9, 2021
Add support for packages[].platforms[].deprecated property of package index
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to get the Arduino-cli to upload the sample blink code to Arduino UNO board.
I am running this on a Nvidia TX2 board running Ubuntu 16.04(aarch64) .
Here is the list of board installed:
When I try to compile it it says :
Here is the same compile with the debug enabled:
Any idea what I am missing?
The text was updated successfully, but these errors were encountered: