Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build on ARM #26

Open
dreams-money opened this issue Feb 20, 2022 · 0 comments
Open

Unable to build on ARM #26

dreams-money opened this issue Feb 20, 2022 · 0 comments

Comments

@dreams-money
Copy link

I've tired from a few different machines and receive the same message each time:

Compiling hyperspace-staking-rpc v1.4.0 (/home/ubuntu/metaverse/hyperspace/frame/staking/rpc)
Compiling pallet-babe v2.0.1 (https://github.com/new-mvs/substrate?branch=latest#466ac62e)
Compiling sc-rpc-api v0.8.1 (https://github.com/new-mvs/substrate?branch=latest#466ac62e)
Compiling sc-transaction-graph v2.0.1 (https://github.com/new-mvs/substrate?branch=latest#466ac62e)
error: couldn't read bin/node/runtime/hyperspace/src/../../../../wasm/hyperspace_runtime.compact.wasm: No such file or directory (os error 2)
--> bin/node/runtime/hyperspace/src/lib.rs:186:33
|
186 | pub const WASM_BINARY: &[u8] = include_bytes!("../../../../wasm/hyperspace_runtime.compact.wasm");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro include_bytes (in Nightly builds, run with -Z macro-backtrace for more info)

error: couldn't read bin/node/runtime/hyperspace/src/../../../../wasm/hyperspace_runtime.wasm: No such file or directory (os error 2)
--> bin/node/runtime/hyperspace/src/lib.rs:188:40
|
188 | pub const WASM_BINARY_BLOATY: &[u8] = include_bytes!("../../../../wasm/hyperspace_runtime.wasm");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro include_bytes (in Nightly builds, run with -Z macro-backtrace for more info)

error: could not compile hyperspace-runtime due to 2 previous errors
warning: build failed, waiting for other jobs to finish...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant