Skip to content
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

基于cpu docker构建工程,运行时出错 #17

Closed
Nicoswang opened this issue May 28, 2021 · 2 comments
Closed

基于cpu docker构建工程,运行时出错 #17

Nicoswang opened this issue May 28, 2021 · 2 comments

Comments

@Nicoswang
Copy link

image

@Nicoswang
Copy link
Author

image
运行时错误应该是这个引起的,麻烦看一下原因哈

@lyuchuny3
Copy link
Contributor

你好,这个问题是tengine库更新引起的,更新后的tengine默认把symbol关了。
目前你可以手动打开:

cd /workspace/Tengine/build
 cmake -DTENGINE_ENABLE_ALL_SYMBOL=ON ..
make -j4
make install

就能解决问题了

这两天我们会更新docker,把docker里的tengine symbol打开,后两天直接拉docker应该就没问题了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants