-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Following the Rust tutorial does not lead to the expected outcome #34443
Comments
Here is the build log:
|
Also, worth noting (I might open another issue / PR for this), the sdk/c readme is also very broken. At least I was able to get this one to work. |
I'm also having this same issue using Mac Sonoma 14.3.1.
|
Want to follow up that I was able to get this to work using Ubuntu.
|
@marctrem There a few extra steps to make it work and you should use We wrote a working tutorial here https://github.com/urani-labs/solana-dev-onboarding-rs/tree/main/demos/01_hello_world. Enjoy. |
@urani-engineering The provided link is broken |
Problem
Following the tutorial at [0] does not lead to the expected output. The build succeeds but there is no output artifact.
This has been reproduced on both Linux 6.6.3 and MacOS Sonoma.
[0] https://docs.solana.com/getstarted/rust
There is only one shared object in the directory after building and it's not the one I'm expecting.
MacOS
Linux
Expected behavior
I expect to have a deployable contract after following the tutorial steps.
The text was updated successfully, but these errors were encountered: