-
Notifications
You must be signed in to change notification settings - Fork 24
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
rustup target add nvptx64-nvidia-cuda doesnt work #10
Comments
I get this same issue, I think PS C:\Users\user\documents\code\tor-v3-vanity> cargo +nightly install --path . Caused by: --- stderr |
Hello I'm using Ubuntu 20.04 and I'm getting this error when i do cargo +nightly install --path .
even though I have followed the tutorial on your github:
error: failed to run custom build command for
tor-v3-vanity v0.1.0 (/home/save/tor-v3-vanity)
Caused by:
process didn't exit successfully:
/home/save/tor-v3-vanity/target/release/build/tor-v3-vanity-0625c36d0a668a85/build-script-build
(exit status: 1)--- stdout
cargo:rustc-link-search=native=/usr/local/cuda/lib64/
--- stderr
[PTX] Unable to build a PTX crate!
[PTX] warning: unused manifest key: build
[PTX] Compiling rustacuda_core v0.1.2
[PTX] Compiling ed25519-compact v0.1.6
[PTX] Compiling byteorder v1.3.4
[PTX] Compiling syn v1.0.36
[PTX] error[E0463]: can't find crate for
core
[PTX] |
[PTX] = note: the
nvptx64-nvidia-cuda
target may not be installed[PTX] = help: consider downloading the target with
rustup target add nvptx64-nvidia-cuda
[PTX] = help: consider building the standard library from source with
cargo build -Zbuild-std
[PTX]
[PTX] error: aborting due to previous error
[PTX]
[PTX] For more information about this error, try
rustc --explain E0463
.[PTX] error: could not compile
rustacuda_core
[PTX]
[PTX] warning: build failed, waiting for other jobs to finish...
[PTX] error[E0463]: can't find crate for
core
[PTX] |
[PTX] = note: the
nvptx64-nvidia-cuda
target may not be installed[PTX] = help: consider downloading the target with
rustup target add nvptx64-nvidia-cuda
[PTX] = help: consider building the standard library from source with
cargo build -Zbuild-std
[PTX]
[PTX] error: aborting due to previous error
[PTX]
[PTX] For more information about this error, try
rustc --explain E0463
.[PTX] error[E0463]: can't find crate for
core
[PTX] |
[PTX] = note: the
nvptx64-nvidia-cuda
target may not be installed[PTX] = help: consider downloading the target with
rustup target add nvptx64-nvidia-cuda
[PTX] = help: consider building the standard library from source with
cargo build -Zbuild-std
[PTX]
[PTX] error: aborting due to previous error
[PTX]
[PTX] For more information about this error, try
rustc --explain E0463
.[PTX] error: build failed
warning: build failed, waiting for other jobs to finish...
error: failed to compile
tor-v3-vanity v0.1.0 (/home/save/tor-v3-vanity)
, intermediate artifacts can be found at/home/save/tor-v3-vanity/target
Caused by:
build failed
The text was updated successfully, but these errors were encountered: