Home > other >  For help! Opencv transplant arm _ZNSt15__exception_ptr13exception_ptrC1Ev, vsion CXXABI_1. 3.11 no
For help! Opencv transplant arm _ZNSt15__exception_ptr13exception_ptrC1Ev, vsion CXXABI_1. 3.11 no

Time:03-15

Relocation error:./stich: symbol _ZNSt15__exception_ptr13exception_ptrC1Ev, version CXXABI_1. 3.11 not defined in the file libstdc++. So. 6 with link time reference

Opencvstich module to use the program on the arm for the sample routines, programs run by half error
See a problem description like a place in the vector problem, also may be the problem of library,

1. The test problem in opencv stich call
Stitcher: : the Status Status=Stitcher - & gt; Stitch (imgs, pano);
Commented after the bank operating normally (but this is the core module)
2. Linux and arm of GCC versions,
3. Grep have CXXABI_1. 3.11
4. The compiler for the arm - himix - Linux - g + +,
5. The header file
as follows# include "opencv2/opencv. HPP"
#include
#include
# include "opencv2/imgcodecs HPP"
# include "opencv2/highgui. HPP"
# include "opencv2/stitching. HPP"
# include "opencv2/core/mat. HPP"
#include
6. The mount operation and copied to the board on the same problems
7. The cross compiler libstdc++ directory, so. 6.23 after copy the program will not work in the libc. So and libm. So an error

CodePudding user response:

Hello, I met the same problems, don't know you solve have no?

CodePudding user response:

refer to the second floor menggui1993 response:
hello, I met the same problems, don't know you solve have no?

I finally compiled using the makefile example inside, there is no error, feel to bypass the problem, and no real solution,
  • Related