-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Arm binaries have got wrong folder structure #79
Comments
ctags must be a tool in order to work with arduino builder: i.e. it must be located inside a |
Is there anything incorrect? |
What if you run the first command and add |
Those logs were attached to the post, if you missed it: |
I don't understand. The tools are there but the builder can't find them |
Exactly. I've uploaded all binaries for raspi, so you can try yourself if you like to. I have no idea what is happening there. It is the very last bug that keeps us from releasing an ARM build (except that arduino.cc need to accept arm builds). |
This bug seems to be caused because the arduino-builder arm package is packed wrong. wget downloads.arduino.cc/tools/arduino-builder-arm-1.3.9.tar.bz2
tar -jtvf arduino-builder-arm-1.3.9.tar.bz2
drwxr-xr-x jenkins/jenkins 0 2015-12-16 15:53 ./
drwxr-xr-x jenkins/jenkins 0 2015-12-16 15:53 ./tools/
-rwxr-xr-x jenkins/jenkins 746649 2015-12-16 15:53 ./tools/ctags
drwxr-xr-x jenkins/jenkins 0 2015-12-16 15:53 ./hardware/
-rw-r--r-- jenkins/jenkins 1481 2015-12-16 15:53 ./hardware/platform.txt
-rw-r--r-- jenkins/jenkins 7194 2015-12-16 15:53 ./hardware/platform.keys.rewrite.txt
-rwxr-xr-x jenkins/jenkins 3311192 2015-12-16 15:53 ./arduino-builder
wget downloads.arduino.cc/tools/arduino-builder-linux64-1.3.9.tar.bz2
tar -jtvf arduino-builder-linux64-1.3.9.tar.bz2
drwxr-xr-x jenkins/jenkins 0 2015-12-15 11:37 ./
drwxr-xr-x jenkins/jenkins 0 2015-12-15 11:37 ./tools/
drwxr-xr-x jenkins/jenkins 0 2015-12-15 11:37 ./tools/ctags/
drwxr-xr-x jenkins/jenkins 0 2015-12-15 11:37 ./tools/ctags/5.8-arduino5/
-rwxr-xr-x jenkins/jenkins 267026 2015-12-15 11:37 ./tools/ctags/5.8-arduino5/ctags
drwxr-xr-x jenkins/jenkins 0 2015-12-15 11:37 ./hardware/
-rw-r--r-- jenkins/jenkins 1481 2015-12-15 11:37 ./hardware/platform.txt
-rw-r--r-- jenkins/jenkins 7194 2015-12-15 11:37 ./hardware/platform.keys.rewrite.txt
-rwxr-xr-x jenkins/jenkins 4088088 2015-12-15 11:37 ./arduino-builder |
You should also include the arm builds in the releases page: |
Should be ok now since the builder is built natively also on ARM so the paths are exactly as in linux64/linux32 builds |
I think I will just refer to the ARM build PR this time, because I might edit it over and over again. The error is described in the section "Fix Ctags":
arduino/Arduino#3549
It does not happen under x64 linux:
The text was updated successfully, but these errors were encountered: