Tool/software: TI-RTOS
Hi,
I am trying to create a use case & referring the document (VisionSDK_UserGuide_UsecaseGen.pdf , present in docs folder of vision_sdk.) While executing the file "vsdk_linux.out".
I followed following steps:
1.Created the simple use case file. chains_capture_display.txt (attached the file) .
2. I tried to Run the executable “vsdk_linux.out” for linux platform using following command.
./vsdk_linux.out /home/varshavanga/PROCESSOR_SDK_VISION_03_01_00_00/vision_sdk/apps/src/rtos/usecases/chains_capture_display.txt -img -file -path
/home/varshavanga/PROCESSOR_SDK_VISION_03_01_00_00/vision_sdk/apps/src/rtos/usecases/
I received the following errors:
/usr/lib/libstdc++.so.6: version ``GLIBCXX_3.4.20' not found &
not found/usr/lib/libstdc++.so.6: version ``GLIBCXX_3.4.21'
Executed following commands to overcome those errors:
1. $ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
2. $ sudo apt-get update
3. $ sudo apt-get install libstdc++6-4.7-dev
After executing above commands encountered following error.
./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
Do I need to install any other packages or dependencies to eliminate this error?
-Thanks,
Varsha
UseCase: chains_capture_display Capture -> Display