We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
no targets selected to build
Following the instructions from the Rust example (https://github.com/unikraft/catalog/tree/main/examples/helloworld-rs) fails.
KRAFTKIT_TARGET=helloworld KRAFTKIT_PLAT=qemu KRAFTKIT_ARCH=x86_64 cargo +nightly build -Z build-std=std,panic_abort --target x86_64-unikraft-linux-musl Compiling hello v0.0.0 (/home/.../Projects/.../examples/http-rust1.75-actix-web4) error: linking with `kraftld` failed: exit status: 1 | = note: LC_ALL="C" PATH="/home/.../.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux- ... ... lots of paths ... deps/hello-7873fb7c8a103ff6" "-Wl,--gc-sections" "-no-pie" "-nodefaultlibs" = note: level=debug msg="kraftkit 0.7.5" level=error msg="no targets selected to build" error: could not compile `hello` (bin "hello") due to 1 previous error
The text was updated successfully, but these errors were encountered:
Hi im a student at the University of Texas at Austin and would love to help work on this issue!
Sorry, something went wrong.
No branches or pull requests
Following the instructions from the Rust example (https://github.com/unikraft/catalog/tree/main/examples/helloworld-rs) fails.
The text was updated successfully, but these errors were encountered: