Hi,
I am new to ArchLinuxARM and I am trying to run some server-side dart code.
I have installed dart-1.6.0-1-armv7h via pacman on an ARMv7 device, created a file named main.dart with the following content: "void main() {}" and tried to run it.
I tried it this way:
# dart main.dart
But I get the following error:
-bash: /usr/bin/dart: cannot execute binary file: Exec format error
Is the package broken or what am I doing wrong?
PS: The same I tried on an ARMv6 device.