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
But it failed with a long log, I think this is the relevant part:
error: failed to run custom build command for `scratch v1.0.1`
Caused by:
process didn't exit successfully: `/home/hamid/Desktop/cmake_tutor/cxx-cmake-example/build/rust_part/release/build/scratch-6d8128b52c896f83/build-script-build` (signal: 11, SIGSEGV: invalid memory reference)
Here is my setup information:
OS: Pop OS (ubuntu) 22.04
cmake: 3.22.1
rustc: 1.60.0-beta.4
clang-13: 13.0.1-2ubuntu2
lld-13: Ubuntu LLD 13.0.1 (compatible with GNU linkers)
clang: 14.0.0-1ubuntu1
lld: Ubuntu LLD 14.0.0 (compatible with GNU linkers)
Sorry if it is a trivial problem, I'm not familiar with c++ tools.
The text was updated successfully, but these errors were encountered:
I tried to build the project with this setting:
But it failed with a long log, I think this is the relevant part:
Here is my setup information:
Sorry if it is a trivial problem, I'm not familiar with c++ tools.
The text was updated successfully, but these errors were encountered: