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
When attempting to build the project using pop build --release, a linking error occurs. This issue is consistent across different linux environments, including a fresh Ubuntu Docker container and an ARM Raspberry Pi.
Tried to pop build --release on a fresh ubuntu docker container as well as an ARM raspberry pi - both resulted in the same error
error: linking with cc failed: exit status: 1
followed by
error: could not compile metadata-gen (bin "metadata-gen") due to 1 previous error
Error: command ["cargo", "run", "--color=always", "--package", "metadata-gen", "--manifest-path=/tmp/cargo-contract_2wvhxA/Cargo.toml", "--target-dir", "/home/jay/nftee/target/ink", "--release"] exited with code 101
This issue occurs on both x86_64 and ARM architectures.
My "rustup show":
installed toolchains
--------------------
stable-x86_64-unknown-linux-gnu
nightly-2024-02-16-x86_64-unknown-linux-gnu
nightly-2024-02-17-x86_64-unknown-linux-gnu
nightly-x86_64-unknown-linux-gnu (default)
1.75-x86_64-unknown-linux-gnu
1.76-x86_64-unknown-linux-gnu
1.77-x86_64-unknown-linux-gnu
1.78-x86_64-unknown-linux-gnu
1.79-x86_64-unknown-linux-gnu
installed targets for active toolchain
--------------------------------------
wasm32-unknown-unknown
x86_64-unknown-linux-gnu
active toolchain
----------------
nightly-x86_64-unknown-linux-gnu (default)
rustc 1.84.0-nightly (854980293 2024-11-06)
Steps to Reproduce (on Linux)
Run pop new contract and select the PSP34 template
Navigate to the created project directory
Run pop build --release
The text was updated successfully, but these errors were encountered:
Description
When attempting to build the project using
pop build --release
, a linking error occurs. This issue is consistent across different linux environments, including a fresh Ubuntu Docker container and an ARM Raspberry Pi.Tried to pop build --release on a fresh ubuntu docker container as well as an ARM raspberry pi - both resulted in the same error
error: linking with
cc
failed: exit status: 1followed by
error: could not compile
metadata-gen
(bin "metadata-gen") due to 1 previous errorError: command ["cargo", "run", "--color=always", "--package", "metadata-gen", "--manifest-path=/tmp/cargo-contract_2wvhxA/Cargo.toml", "--target-dir", "/home/jay/nftee/target/ink", "--release"] exited with code 101
This issue occurs on both x86_64 and ARM architectures.
My "rustup show":
Steps to Reproduce (on Linux)
pop new contract
and select the PSP34 templatepop build --release
The text was updated successfully, but these errors were encountered: