gtsam
gtsam copied to clipboard
GTSAM will not make check / make
$ make check
[ 12%] Built target metis
[ 14%] Building CXX object gtsam/CMakeFiles/gtsam.dir/symbolic/SymbolicBayesTree.cpp.o
/tmp/ccSXN3tH.s: Assembler messages:
/tmp/ccSXN3tH.s:3665: Error: thumb conditional instruction should be in IT block -- `strexeq r3,r0,[r4]'
/tmp/ccSXN3tH.s:4780: Error: thumb conditional instruction should be in IT block -- `strexeq r3,r5,[r4]'
/tmp/ccSXN3tH.s:7111: Error: thumb conditional instruction should be in IT block -- `strexeq r3,r6,[r4]'
/tmp/ccSXN3tH.s:8353: Error: thumb conditional instruction should be in IT block -- `strexeq r3,r6,[r5]'
/tmp/ccSXN3tH.s:8444: Error: thumb conditional instruction should be in IT block -- `strexeq r0,r1,[r3]'
/tmp/ccSXN3tH.s:9032: Error: thumb conditional instruction should be in IT block -- `strexeq r3,r0,[r4]'
make[3]: *** [gtsam/CMakeFiles/gtsam.dir/symbolic/SymbolicBayesTree.cpp.o] Error 1
make[2]: *** [gtsam/CMakeFiles/gtsam.dir/all] Error 2
make[1]: *** [CMakeFiles/check.dir/rule] Error 2
make: *** [check] Error 2
$ make
[ 1%] Built target CppUnitLite
[ 7%] Built target wrap_lib
[ 9%] Built target wrap
[ 30%] Built target metis
[ 32%] Building CXX object gtsam/CMakeFiles/gtsam.dir/symbolic/SymbolicBayesTree.cpp.o
/tmp/ccRI8LEI.s: Assembler messages:
/tmp/ccRI8LEI.s:3665: Error: thumb conditional instruction should be in IT block -- `strexeq r3,r0,[r4]'
/tmp/ccRI8LEI.s:4780: Error: thumb conditional instruction should be in IT block -- `strexeq r3,r5,[r4]'
/tmp/ccRI8LEI.s:7111: Error: thumb conditional instruction should be in IT block -- `strexeq r3,r6,[r4]'
/tmp/ccRI8LEI.s:8353: Error: thumb conditional instruction should be in IT block -- `strexeq r3,r6,[r5]'
/tmp/ccRI8LEI.s:8444: Error: thumb conditional instruction should be in IT block -- `strexeq r0,r1,[r3]'
/tmp/ccRI8LEI.s:9032: Error: thumb conditional instruction should be in IT block -- `strexeq r3,r0,[r4]'
make[2]: *** [gtsam/CMakeFiles/gtsam.dir/symbolic/SymbolicBayesTree.cpp.o] Error 1
make[1]: *** [gtsam/CMakeFiles/gtsam.dir/all] Error 2
make: *** [all] Error 2