-
Notifications
You must be signed in to change notification settings - Fork 131
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
undefined reference to `Revert::~Revert()' #15
Comments
This problem is solved due to head file |
你好,我也遇到这个问题,请教一下。我程序里是可以跳到“revertMNNModel.hpp”这个头文件的,那是否代表能找到这个头文件? |
2 similar comments
你好,我也遇到这个问题,请教一下。我程序里是可以跳到“revertMNNModel.hpp”这个头文件的,那是否代表能找到这个头文件? |
你好,我也遇到这个问题,请教一下。我程序里是可以跳到“revertMNNModel.hpp”这个头文件的,那是否代表能找到这个头文件? |
你好,请问你解决这个问题了么,我程序里包含了“revertMNNModel.hpp”,但仍然无法链接到Revertor |
他的通过内存的加载方式,你可以直接通过文件名的加载方式,不用它的代码。请查看MNN手册 |
我也遇到这个问题,其实像这种undefined reference to xxx就是在链接库的时候没有找到xxx,查了一下这里的这些函数都是在revertmodel.hpp里面声明的,可能是编译的时候libMNN.so里面没有编译到这个东西,所以我单独把revertModel.cpp和revertModel.hpp拿出来编了一个revertModel.a的静态库,最后显示的加到链接里面去就可以编译通过了。 更新: |
when I compiled your code tf_blazeface.cpp under MNN source code, error occured.
The text was updated successfully, but these errors were encountered: