You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
i cant install libsathelper when i put command make it throws me an error
/root/osp-build/build/xritdemod/libsathelper/src/viterbi27.cpp:13:18: fatal error: correct-sse.h: No such file or directory
#include <correct-sse.h>
i put manually but it throws me the following error
[ 72%] Linking CXX executable DerandomizerTest
../libSatHelper.so: undefined reference to correct_convolutional_sse_create' ../libSatHelper.so: undefined reference to correct_convolutional_sse_encode'
../libSatHelper.so: undefined reference to correct_convolutional_sse_decode_soft' ../libSatHelper.so: undefined reference to correct_convolutional_sse_encode_len'
collect2: error: ld returned 1 exit status
tests/CMakeFiles/DerandomizerTest.dir/build.make:95: recipe for target 'tests/DerandomizerTest' failed
make[4]: *** [tests/DerandomizerTest] Error 1
make[4]: Leaving directory '/home/josuesdr/OSP/xritdemod/libsathelper/build'
CMakeFiles/Makefile2:210: recipe for target 'tests/CMakeFiles/DerandomizerTest.dir/all' failed
make[3]: *** [tests/CMakeFiles/DerandomizerTest.dir/all] Error 2
make[3]: Leaving directory '/home/josuesdr/OSP/xritdemod/libsathelper/build'
Makefile:162: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/josuesdr/OSP/xritdemod/libsathelper/build'
Makefile:13: recipe for target 'libSatHelper' failed
make[1]: *** [libSatHelper] Error 2
make[1]: Leaving directory '/home/josuesdr/OSP/xritdemod/libsathelper'
Makefile:73: recipe for target 'libSatHelper-install' failed
make: *** [libSatHelper-install] Error 2
so i do it in a four different distros ubuntu 16.04, ubuntu 18 lts, kali linux and right now linux mint and is the same issue
thanks
The text was updated successfully, but these errors were encountered:
Try compiling the libcorrect manually, usualy the distros doesn't ship the libcorrect with the SSE bindings. You can also use the OpenSatelliteProject PPA for installing ubuntu packages:
hi
i cant install libsathelper when i put command make it throws me an error
/root/osp-build/build/xritdemod/libsathelper/src/viterbi27.cpp:13:18: fatal error: correct-sse.h: No such file or directory
#include <correct-sse.h>
i put manually but it throws me the following error
[ 72%] Linking CXX executable DerandomizerTest
../libSatHelper.so: undefined reference to
correct_convolutional_sse_create' ../libSatHelper.so: undefined reference to
correct_convolutional_sse_encode'../libSatHelper.so: undefined reference to
correct_convolutional_sse_decode_soft' ../libSatHelper.so: undefined reference to
correct_convolutional_sse_encode_len'collect2: error: ld returned 1 exit status
tests/CMakeFiles/DerandomizerTest.dir/build.make:95: recipe for target 'tests/DerandomizerTest' failed
make[4]: *** [tests/DerandomizerTest] Error 1
make[4]: Leaving directory '/home/josuesdr/OSP/xritdemod/libsathelper/build'
CMakeFiles/Makefile2:210: recipe for target 'tests/CMakeFiles/DerandomizerTest.dir/all' failed
make[3]: *** [tests/CMakeFiles/DerandomizerTest.dir/all] Error 2
make[3]: Leaving directory '/home/josuesdr/OSP/xritdemod/libsathelper/build'
Makefile:162: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/josuesdr/OSP/xritdemod/libsathelper/build'
Makefile:13: recipe for target 'libSatHelper' failed
make[1]: *** [libSatHelper] Error 2
make[1]: Leaving directory '/home/josuesdr/OSP/xritdemod/libsathelper'
Makefile:73: recipe for target 'libSatHelper-install' failed
make: *** [libSatHelper-install] Error 2
so i do it in a four different distros ubuntu 16.04, ubuntu 18 lts, kali linux and right now linux mint and is the same issue
thanks
The text was updated successfully, but these errors were encountered: