我无法在 M1 上运行 Substrate

问题描述

我之前可以根据这个建议运行 Substrate。 Link

cargo.toml

[patch.crates-io]
librocksdb-sys = { git = 
"https://github.com/hdevalence/rustrocksdb",branch = "master" }

[workspace]
 members = [
    'node','pallets/*','runtime',]
[profile.release]
 panic = 'unwind'

货物锁

[[package]]
name = "libc"
version = "0.2.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum 
="ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae"

但我又犯了另一个错误。喜欢


169 |                     (*cx.uc_mcontext).__ss.__rip as *const u8
    |                                            ^^^^^ unkNown field
    |
    = note: available fields are: `__x`,`__fp`,`__lr`,`__sp`,`__pc` ... and 2 others

error: aborting due to prevIoUs error

For more information about this error,try `rustc --explain E0609`.
error: Could not compile `wasmtime-runtime`

To learn more,run the command again with --verbose.
warning: build Failed,waiting for other jobs to finish...
error: build Failed

你知道如何解决这个问题吗?非常感谢!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)