DemesneGH commented on issue #55: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/55#issuecomment-1008698951
Hi @gaojunjie03 > 完了之后,根据(2)得到的镜像就开始git submodule update --init -- optee 然后make toolchains(这里我把make optee 拆成了make toolchains、make optee-os、make optee-client三步完成) 在 ``` $ git submodule update --init -- optee ``` 之后,需要运行 ``` $ source environment ``` 然后再`make toolchains` `make optee-os`和`make optee-client`,以及`make -C examples/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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
