You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to compile the rust compiler on a Raspberry Pi 2 (host: arm-unknown-linux-gnueabihf).
LLVM has been compiled in about eight hours (I used only one job for make, because on the very limited Raspberry Pi RAM), but finally it succeeded. The rust compiler (rustc) looks correctly built in arm-unknown-linux-gnueabihf/stage0/bin.
However, make fails with the following error log:
cfg: version 1.13.0-dev (f2c53ea66 2016-09-22)
cfg: build triple arm-unknown-linux-gnueabihf
cfg: host triples arm-unknown-linux-gnueabihf
cfg: target triples arm-unknown-linux-gnueabihf
cfg: disabling rustc optimization (CFG_DISABLE_OPTIMIZE)
cfg: enabling debug assertions (CFG_ENABLE_DEBUG_ASSERTIONS)
cfg: enabling debuginfo (CFG_ENABLE_DEBUGINFO)
cfg: host for arm-unknown-linux-gnueabihf is arm
cfg: os for arm-unknown-linux-gnueabihf is unknown-linux-gnueabihf
cfg: disabling C++ optimization (CFG_DISABLE_OPTIMIZE_CXX)
cfg: no good valgrind for arm-unknown-linux-gnueabihf
cfg: using CC=gcc (CFG_CC)
cfg: disabling valgrind run-pass tests
rustc: arm-unknown-linux-gnueabihf/stage0/lib/rustlib/arm-unknown-linux-gnueabihf/lib/libcore
Illegal instruction
/home/pi/programs/rust/mk/target.mk:212: recipe for target 'arm-unknown-linux-gnueabihf/stage0/lib/rustlib/arm-unknown-linux-gnueabihf/lib/stamp.core' failed
make: *** [arm-unknown-linux-gnueabihf/stage0/lib/rustlib/arm-unknown-linux-gnueabihf/lib/stamp.core] Error 132
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to compile the rust compiler on a Raspberry Pi 2 (host: arm-unknown-linux-gnueabihf).
LLVM has been compiled in about eight hours (I used only one job for make, because on the very limited Raspberry Pi RAM), but finally it succeeded. The rust compiler (
rustc
) looks correctly built inarm-unknown-linux-gnueabihf/stage0/bin
.However, make fails with the following error log:
The text was updated successfully, but these errors were encountered: