Trouble with rust-llvm on scarthgap-l4t-r35.x #1763
-
I see a segfault when trying to compile rust-llvm. Are there any fixes for this?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Since it's the -native build, that would point to a possible problem with your build host. I think I remember seeing something on one of the OE/Yocto mailing lists about issues with building the native Rust toolchain on resource-constrained systems; reducing parallelism of the build can sometimes help with that. And sometimes just re-trying the build of that one recipe on its own, will work. It might also be something to do with the toolchain on your host. Are you using one of the supported/tested OSes? |
Beta Was this translation helpful? Give feedback.
Since it's the -native build, that would point to a possible problem with your build host. I think I remember seeing something on one of the OE/Yocto mailing lists about issues with building the native Rust toolchain on resource-constrained systems; reducing parallelism of the build can sometimes help with that. And sometimes just re-trying the build of that one recipe on its own, will work.
It might also be something to do with the toolchain on your host. Are you using one of the supported/tested OSes?