Hello,
I want to run this hello word in Qemu. Please help me out.
I followed the steps to build OTEE with Qemu https://github.com/OP-TEE/optee_os#44-qemu
And
https://github.com/OP-TEE/optee_client
but when I run "make"
it appears this error:"
~/devel/optee_client# make
Building libteec.so
Building tee-supplicant
make --directory=tee-supplicant --no-print-directory
make[1]: Nothing to be done for `all'.
mkdir -p out/export/lib out/export/include out/export/bin
cp out/libteec/libteec.so* out/export/lib
cp out/tee-supplicant/tee-supplicant out/export/bin
cp public/*.h out/export/include
Rootfs copy cannot be done because ROOTFS_DIR is not defined
"
please help me to make the enviroment parameter correctly, maybe I get stuck with it
Hello, I want to run this hello word in Qemu. Please help me out. I followed the steps to build OTEE with Qemu
https://github.com/OP-TEE/optee_os#44-qemu And https://github.com/OP-TEE/optee_client but when I run "make" it appears this error:" ~/devel/optee_client# make Building libteec.so Building tee-supplicant make --directory=tee-supplicant --no-print-directory make[1]: Nothing to be done for `all'. mkdir -p out/export/lib out/export/include out/export/bin cp out/libteec/libteec.so* out/export/lib cp out/tee-supplicant/tee-supplicant out/export/bin cp public/*.h out/export/include Rootfs copy cannot be done because ROOTFS_DIR is not defined " please help me to make the enviroment parameter correctly, maybe I get stuck with it