Segmentation fault while installing in Ubuntu 14.04
Hi everyone,
After trying to follow this instructions to install OpenCV (equivalent to the instructions of v3.2.0) in Ubuntu 14.04, I'm getting the following segmentation fault error after the 'making' step:
/home/eduardo/opencv-3.2.0/modules/ts/include/opencv2/ts/ts_gtest.h:13385:9: internal compiler error: Violación de segmento
const T26 v26_;
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[2]: *** [modules/core/CMakeFiles/opencv_perf_core.dir/perf/perf_addWeighted.cpp.o] Error 1
make[1]: *** [modules/core/CMakeFiles/opencv_perf_core.dir/all] Error 2
make: *** [all] Error 2
Any hints of how to solve it? Thanks in advance,
Eduardo
disable ts module in cmake?
gcc --version
?