DemesneGH commented on issue #67: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/67#issuecomment-1091026839
Hi @chuancoder If you have followed this [guide](https://optee.readthedocs.io/en/latest/building/optee_with_rust.html), the `hello_world-rs` has been installed into `/usr/bin`, so you can run it by ``` # hello_world-rs ``` As for the `not found` error in the normal world terminal, please check the execute permission (x) of `hello_world-rs`: ``` ls -l ./hello_world-rs ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org