-
Notifications
You must be signed in to change notification settings - Fork 62
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
what can i do update the Rust version ? #140
Comments
Hi @hallowsman , please refer to the |
这个编译流程和以前的一样吗 我这边执行了source environment make -C examples/helloworld-rs 然后编译错误 |
try the following steps in SDK root:
|
when i executed make -C examples/hello_world-rs it shows like this make: 进入目录“/incubator-teaclave-trustzone-sdk/examples/hello_world-rs” |
Seems you're using the other "cc" which should be
this warning should not exist in the v0.3.0 version and in |
now it shows the error like this: oot@rust-optee:/incubator-teaclave-trustzone-sdk# make -C examples/hello_world-rs/
|
Try update |
when i compile the open source gmsm = "0.1",
the optee returned like this:
package
byteorder v1.5.0
cannot be built because it requires rustc 1.60 or newer, while the currently active rustc version is 1.57.0-nightly.how can i update the rust version?
The text was updated successfully, but these errors were encountered: