Discussion:
[dart-misc] 1.19.0 ARMv7 build broken?
John Ulric
2016-09-05 19:27:37 UTC
Permalink
Hi,

trying to run the Dart 1.19.0 ARMv7 build from [1] (links listed here
https://www.dartlang.org/install/archive) on a Raspberry Pi 3 with Raspbian
Jessie. Running dart says:

$ ./1.19.0/dart-sdk/bin/dart --version

*-bash: ./1.19.0/dart-sdk/bin/dart: cannot execute binary file: Exec format
error*

$ file ./1.19.0/dart-sdk/bin/dart

./1.19.0/dart-sdk/bin/dart: ELF 64-bit LSB executable, x86-64, version 1
(SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for
GNU/Linux 2.6.24, BuildID[sha1]=0e7ab940d2c0b8543764c8aa59665e29173b7876,
stripped


The 1.18.1 build from [2] runs fine:


$ ./1.18.1/dart-sdk/bin/dart --version

Dart VM version: 1.18.1 (Tue Aug 2 09:02:13 2016) on "linux_arm"

$ file ./1.18.1/dart-sdk/bin/dart

./1.18.1/dart-sdk/bin/dart: ELF 32-bit LSB executable, ARM, EABI5 version 1
(SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for
GNU/Linux 2.6.31, BuildID[sha1]=9fcc3bd13dddf70c2ad76fc1138951af004bc3aa,
stripped


Is the build broken? Or is v19 no longer compatible with the Pi 3? The
SHA256 sums match.


Thanks, John



[1]
https://storage.googleapis.com/dart-archive/channels/stable/release/1.19.0/sdk/dartsdk-linux-arm-release.zip
[2] https://storage.googleapis.com/dart-archive/channels/stable/release/1.18.1/sdk/dartsdk-linux-arm-release.zip
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'William Hesse' via Dart Misc
2016-09-05 23:18:48 UTC
Permalink
It looks like a step in creating the arm sdk failed, where I copy the arm
executable over the x64 one. I'll run it again, and make sure it works
this time.
Post by John Ulric
Hi,
trying to run the Dart 1.19.0 ARMv7 build from [1] (links listed here
https://www.dartlang.org/install/archive) on a Raspberry Pi 3 with
$ ./1.19.0/dart-sdk/bin/dart --version
*-bash: ./1.19.0/dart-sdk/bin/dart: cannot execute binary file: Exec
format error*
$ file ./1.19.0/dart-sdk/bin/dart
./1.19.0/dart-sdk/bin/dart: ELF 64-bit LSB executable, x86-64, version 1
(SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for
GNU/Linux 2.6.24, BuildID[sha1]=0e7ab940d2c0b8543764c8aa59665e29173b7876,
stripped
$ ./1.18.1/dart-sdk/bin/dart --version
Dart VM version: 1.18.1 (Tue Aug 2 09:02:13 2016) on "linux_arm"
$ file ./1.18.1/dart-sdk/bin/dart
./1.18.1/dart-sdk/bin/dart: ELF 32-bit LSB executable, ARM, EABI5 version
1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for
GNU/Linux 2.6.31, BuildID[sha1]=9fcc3bd13dddf70c2ad76fc1138951af004bc3aa,
stripped
Is the build broken? Or is v19 no longer compatible with the Pi 3? The
SHA256 sums match.
Thanks, John
[1] https://storage.googleapis.com/dart-archive/channels/
stable/release/1.19.0/sdk/dartsdk-linux-arm-release.zip
[2] https://storage.googleapis.com/dart-archive/
channels/stable/release/1.18.1/sdk/dartsdk-linux-arm-release.zip
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...