Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fatal error #18

Open
mrjzuniga opened this issue Apr 29, 2019 · 1 comment
Open

fatal error #18

mrjzuniga opened this issue Apr 29, 2019 · 1 comment

Comments

@mrjzuniga
Copy link

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

@racerxdl
Copy link
Member

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:

https://launchpad.net/~opensatelliteproject/+archive/ubuntu/ppa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants