winston-wen opened a new issue, #101: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/101
I was following [this blogpost](https://teaclave.apache.org/blog/2021-10-14-developing-teaclave-application-with-teaclave-trustzone-sdk/), but replaced optee with higher version. When executing this command, ``` make QEMU_VIRTFS_ENABLE=y CFG_TEE_RAM_VA_SIZE=0x00300000 ``` I encountered the following error message: ``` make[1]: Entering directory '/home/user/optee-qemuv8-3.18.0/qemu' changing dir to build for make ""... make[2]: Entering directory '/home/user/optee-qemuv8-3.18.0/qemu/build' config-host.mak is out-of-date, running configure bash: line 3: ./config.status: No such file or directory make[2]: *** No rule to make target 'config-host.mak', needed by 'meson.stamp'. Stop. make[2]: Leaving directory '/home/user/optee-qemuv8-3.18.0/qemu/build' make[1]: *** [GNUmakefile:11: all] Error 2 make[1]: Leaving directory '/home/user/optee-qemuv8-3.18.0/qemu' make: *** [Makefile:236: qemu] Error 2 ``` optee-3.14.0, which is mentioned in the blogpost, is OK. -- 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.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