Hello,
I try to rebuild all from scratch (not easy install) and i have the following errors :
when executing this part :
# Configure kernel |
|
cd linux-3.4 |
|
make mrproper |
|
cp config-jevois .config |
|
make xconfig # OPTIONAL -- do not mess with these settings unless you know what you are doing |
|
cp .config config-jevois # OPTIONAL: if you modified some configs |
=>
velvet@velvet-ixtreme-M3720:~/jevois-sdk/linux-3.4$ make xconfig
HOSTCC scripts/basic/fixdep
CHECK qt
HOSTCC scripts/kconfig/conf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/zconf.lex.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
/usr/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf.moc
HOSTCXX scripts/kconfig/qconf.o
In file included from scripts/kconfig/qconf.cc:48:0:
scripts/kconfig/qconf.moc:14:2: error: #error "This file was generated using the moc from 5.6.1. It"
#error "This file was generated using the moc from 5.6.1. It"
^~~~~
And further when executing this part :
# fails on tbb compilation in waldboost: |
|
# there is a problem in tbb destroy_process_mask, just put an empty inline definition in tbb_misc.h |
|
|
|
emacs out/sun8iw5p1/linux/common/buildroot/build/opencv3-3.2.0/3rdparty/tbb/tbb44_20160128oss/src/tbb/tbb_misc.h |
|
|
|
./build.sh |
=>
i do
#if __TBB_USE_OS_AFFINITY_SYSCALL
...
void destroy_process_mask();
#else
...
//inline void destroy_process_mask(){} Is this the good fix ?
But I have always this error (when doing manually /jevois-sdk/out/sun8iw5p1/linux/common/buildroot/build/opencv3-3.2.0/make) :
[ 62%] Linking CXX executable ../../../../bin/opencv_waldboost_detector
/home/velvet/jevois-sdk/out/sun8iw5p1/linux/common/buildroot/build/opencv3-3.2.0/lib/libtbb.so : référence indéfinie vers « tbb::internal::destroy_process_mask() »
collect2: erreur : ld a retourné 1 code d'état d'exécution
modules/xobjdetect/tools/waldboost_detector/CMakeFiles/opencv_waldboost_detector.dir/build.make:100: recipe for target 'bin/opencv_waldboost_detector' failed
make[2]: *** [bin/opencv_waldboost_detector] Error 1
Any idea ?