Hello team,
I am getting relocation error while generating usecase files.
As per the process mentioned in doc VisionSDK_UserGuide_UsecaseGen i tried to generate files but i am getting following error message.
Message " ./vsdk_linux.out: relocation error: ./vsdk_linux.out: symbol _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference"
I have updated GLIBCXX (sudo apt-get upgrade libstdc++6) and GCC (sudo apt-get install gcc-4.9) version also but still getting above error.
Initially before GLIBC updation it was showing only upto GLIBCXX_3.4.19 and after updation it is showing till GLIBCXX_3.4.24.
I am using Ubuntu 14.04.5 LTS system.
Regards,
Pritam