gaojunjie03 commented on issue #55: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/55#issuecomment-1009511318
> Hi @gaojunjie03 > > > 在每一步make之前都有执行这个source environment的 > > 我用Dockerfile build的image里按步骤编译没有报错,或许重新run一个编译环境试试? > > 另外,optee/目录下是不需要有buildroot的,`make toolchains`也不需要buildroot。也可以把报错信息贴上来看一下。 > > > 我看到项目里面的.cargo文件夹下有关于aarch64-unknown-optee-trustzone的处理,这个要怎么处理? > > target的specification是默认在当前目录或者`$RUST_TARGET_PATH`中找的,可以`echo $RUST_TARGET_PATH`看一下是不是sdk的路径。specification是sdk目录下的`aarch64-unknown-optee-trustzone.json`。 echo $RUST_TARGET_PATH为空,我设置了这个变量值为sdk目录,可以了,估计是我source environment没成功, 然后怎么运行案例?我make examples成功了,我进入其中一个案例,hello_world-rs/host/target/aarch64-unknown-linux-gnu/release 运行./hello_world-rs 报错了。Error: The requested data item is not found. (error code 0xffff0008) -- 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]
