Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6392 Discussions

Linker error after upgrading to 2021.2.200 _ZTVN15InferenceEngine10CNNNetworkE

mayank_shekhar
Beginner
521 Views

Hi, I am working on a C++ project on Linux and recently we upgraded from openvino 2020.4 to 2021.2.200. After upgrading I am getting this error on the runtime 

undefined symbol: _ZTVN15InferenceEngine10CNNNetworkE

 This symbol gets demangled to "vtable for InferenceEngine::CNNNetwork". On exploring more I found none of the .so files in /opt/intel directory provide this symbol.

Can you help me in identifying which file provides this and how can I resolve this error?

0 Kudos
2 Replies
Maksim_S_Intel
Employee
500 Views

Please add more lines from the build log: which file fails to link and what were the linker flags?

0 Kudos
Munesh_Intel
Moderator
468 Views

Hi Mayank,

Thank you for your question. If you need any additional information from Intel, please submit a new question as this thread is no longer being monitored.


Regards,

Munesh


0 Kudos
Reply