-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to execute this example on QEMU #4
Comments
Hi, I believe the question is answered in #3 Regards, |
Hi Jens, Regards, |
Sorry, you compile it on the host machine. |
It is me again, Have you any idea about the reason of this error? Regards, |
Are you using latest from https://github.com/OP-TEE/optee_os? |
Yes, I followed https://github.com/OP-TEE/optee_os for installation. |
It looks like you're using the host compiler instead of the cross compiler. |
Hi Jens,
Do you have an idea about this error? Kind regards, -- |
I found that I should push the TA to the normal world by modifying gen_rootfs/filelist-tee.txt and launching update_rootfs.sh ( found in https://github.com/jbech-linaro/comcast_cryptoapi_ta_example) NB: I found that filesystem.cpio.gz contains the TA and the hellow-world in /lib/teetz and /bin respectively ! |
Hi all, I'm trying to run this example on qemu too and I met a compile problem. /home/zhenyu/toolchains/gcc-linaro-arm-linux-gnueabihf-4.9-2014.05_linux/bin:/home/zhenyu/devel/optee/toolchains/aarch64/bin: and the other environment variables are also set. When I try to compile the example, it shows that "tee_client_api.h" cound not be found. Then I manually copied this file to the include directory of ta(I guess this is not correct). And after that, another error show as following: /home/zhenyu/devel/optee/toolchains/aarch64/bin/../lib/gcc/aarch64-linux-gnu/4.9.1/../../../../aarch64-linux-gnu/bin/ld: cannot find -lteec Am I using the wrong cross toolchains? Thanks for your help. |
Does anyone have proper instructions to deploy and run TA examples in QEMU. |
This repo is outdated. Please follow instructions in https://github.com/OP-TEE/build/blob/master/docs/qemu.md. https://github.com/linaro-swg/optee_examples/tree/master/hello_world is included in the build. |
Thanks |
Hi,
I run OP-TEE using QEMU where the host machine is Ubuntu 14.10 (I followed the tutorial at https://github.com/OP-TEE/optee_os).
So, I have to launch 3 shells: serial_0 (Rich Os), serial_1 (Secure OS), and run_qemu.sh (the monitor if I am not wrong).
Where to do the compiling? in Rich OS shell? or another shell on the host ?
I would like to know what are the configuration of cross compiler/ env. variables to do?
Thanks,
MALATTAR
The text was updated successfully, but these errors were encountered: