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
First of all, I really appreciate what you are doing.
The readme describes how to run the examples.
There is a firmware/examples dir. I wonder if these are the examples that the readme is referring to? How do I run these examples?
I'm getting the same error as in #91
PROMPT> cargo +nightly call-stack --example app > cg.dot error: -Zbuild-std requires --target
I don't see any examples named app nor main.
app
main
I guess the way to use the examples are like this, but I'm getting the error: -Zbuild-std requires --target error.
error: -Zbuild-std requires --target
PROMPT> pwd /home/experiments/cargo-call-stack/firmware PROMPT> cargo +nightly call-stack --example abs-i32 > cg.dot error: -Zbuild-std requires --target
Show how to run one of the example programs in greater detail.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First of all, I really appreciate what you are doing.
Problem
The readme describes how to run the examples.
There is a firmware/examples dir. I wonder if these are the examples that the readme is referring to? How do I run these examples?
I'm getting the same error as in #91
I don't see any examples named
app
normain
.I guess the way to use the examples are like this, but I'm getting the
error: -Zbuild-std requires --target
error.Proposal
Show how to run one of the example programs in greater detail.
The text was updated successfully, but these errors were encountered: