You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by GitBox <gi...@apache.org> on 2022/11/23 02:35:06 UTC

[GitHub] [incubator-teaclave-trustzone-sdk] winston-wen opened a new issue, #100: Failed to build example !

winston-wen opened a new issue, #100:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/100

   Building the example fails at  `aarch64-none-linux-gnu/bin/ld:` cannot find -lteec` .
   I've added the directory which contains `libteec.*` to `LIBRARY_PATH` and `LD_LIBRARY_PATH`.


-- 
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-unsubscribe@teaclave.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org


[GitHub] [incubator-teaclave-trustzone-sdk] DemesneGH closed issue #100: (Solved) Failed to build example

Posted by GitBox <gi...@apache.org>.
DemesneGH closed issue #100: (Solved) Failed to build example
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/100


-- 
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-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org


[GitHub] [incubator-teaclave-trustzone-sdk] winston-wen commented on issue #100: Failed to build example !

Posted by GitBox <gi...@apache.org>.
winston-wen commented on issue #100:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/100#issuecomment-1325919418

   今天在一个全新的阿里云节点上重新运行 [这个教程](https://teaclave.apache.org/blog/2021-10-14-developing-teaclave-application-with-teaclave-trustzone-sdk/#%E5%87%86%E5%A4%87%E6%9D%A1%E4%BB%B6) ,能正常编译。
   
   昨天遵循 [这个教程](https://teaclave.apache.org/blog/2021-10-14-developing-teaclave-application-with-teaclave-trustzone-sdk/#%E5%87%86%E5%A4%87%E6%9D%A1%E4%BB%B6),在`make example`的时候遇到了`cannot find -lteec`的错误,分别进入每个example去make,也遇到相同的错误。小改一下Makefile,给cargo加了`-vv`选项,发现cargo在调gcc的时候传了两个libteec链接参数,分别是 `-L <repo>/optee/optee_client/out/libteec` 和 `-lteec`。
   
   我苦思冥想,找不到`-lteec`是从哪传的,所以提了这个issue。现在看来,很可能是我编译其他项目时污染了全局配置。
   


-- 
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-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org


[GitHub] [incubator-teaclave-trustzone-sdk] DemesneGH commented on issue #100: Failed to build example !

Posted by GitBox <gi...@apache.org>.
DemesneGH commented on issue #100:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/100#issuecomment-1324480932

   Hi @winston-wen 
   Could you provide more details such as your operations and the outputs?
   Thanks!


-- 
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-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org


[GitHub] [incubator-teaclave-trustzone-sdk] DemesneGH commented on issue #100: (Solved) Failed to build example

Posted by GitBox <gi...@apache.org>.
DemesneGH commented on issue #100:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/100#issuecomment-1326025377

   @winston-wen 好的,我先暂时close这个issue,如有问题可以reopen,谢谢!


-- 
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-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org