我正在运行Dart运行时的交叉编译版本。可执行文件是使用以下说明生成的:https://code.google.com/p/dart/wiki/RaspberryPi
当我运行它时,我收到此错误:
-bash: ./dart: No such file or directory
ldd
输出:
pi@raspberrypi ~/dart/runtime $ ldd dart
not a dynamic executable
file
输出:
pi@raspberrypi ~/dart/runtime $ file dart
dart: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, BuildID[sha1]=0xb0dc8037ff83ff0742749241be56d7b8935efa6f, not stripped
答案 0 :(得分:1)
不是真正的答案,但我发现使用最新版本的Raspbian(Debian Wheezy 2014-09-09),可执行文件正常。所以我认为我当前的Raspbian安装中的原因是旧的(我已经用最后的更新更新了它但是还不够)。