Doesn't work compiling for powerpc64le-unknown-linux-gnu
: lots of output about features
#1448
-
I've got a project where I'm using Cross to compile However, for ppc64le, I'm getting this output:
Host: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Need more information to be able to help, can you post the full build log instead of the truncated log? Preferably with |
Beta Was this translation helpful? Give feedback.
-
I had to Project: malwaredb/malwaredb-rs#287 But the output is from my local system. |
Beta Was this translation helpful? Give feedback.
When you run
you immediately see
?
I think the problem then is
rustflags = ["-Ctarget-cpu=native"]
, native in this context is the host, see rust-lang/rust#51721https://github.com/malwaredb/malwaredb-rs/blob/40646208dcb69ec47c77f4f1b82f0dd070cc3b69/.cargo/config#L3