We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to compile TA helloword, but I can not make it, it appears this error:
:~/devel/fvp_optee/lcu14_optee_hello_world# make make -C host CROSS_COMPILE= make[1]: Entering directory /home/thinh/devel/fvp_optee/lcu14_optee_hello_world/host' gcc -Wall -I../ta/include -I/home/thinh/devel/fvp_optee/optee_client/out-client-aarch64/export/include -c -o hello_world.o hello_world.c hello_world.c:30:28: fatal error: tee_client_api.h: No such file or directory #include <tee_client_api.h> ^ compilation terminated. make[1]: *** [hello_world.o] Error 1 make[1]: Leaving directory/home/thinh/devel/fvp_optee/lcu14_optee_hello_world/host' make: *** [all] Error 2
/home/thinh/devel/fvp_optee/lcu14_optee_hello_world/host' gcc -Wall -I../ta/include -I/home/thinh/devel/fvp_optee/optee_client/out-client-aarch64/export/include -c -o hello_world.o hello_world.c hello_world.c:30:28: fatal error: tee_client_api.h: No such file or directory #include <tee_client_api.h> ^ compilation terminated. make[1]: *** [hello_world.o] Error 1 make[1]: Leaving directory
The text was updated successfully, but these errors were encountered:
I met this issue too and solved by copying tee_client_api.h to the directory where hello_world.c in
Sorry, something went wrong.
No branches or pull requests
I try to compile TA helloword, but I can not make it, it appears this error:
:~/devel/fvp_optee/lcu14_optee_hello_world# make
make -C host CROSS_COMPILE=
make[1]: Entering directory
/home/thinh/devel/fvp_optee/lcu14_optee_hello_world/host' gcc -Wall -I../ta/include -I/home/thinh/devel/fvp_optee/optee_client/out-client-aarch64/export/include -c -o hello_world.o hello_world.c hello_world.c:30:28: fatal error: tee_client_api.h: No such file or directory #include <tee_client_api.h> ^ compilation terminated. make[1]: *** [hello_world.o] Error 1 make[1]: Leaving directory
/home/thinh/devel/fvp_optee/lcu14_optee_hello_world/host'make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: