We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting below error during compilation. Step-1 cmake .. Result :Success Step-2 make Result:Error [100%] Linking CXX executable LTE-Tracker CMakeFiles/LTE-Tracker.dir/LTE-Tracker.cpp.o: In function kalibrate(double const&, double const&, double const&, double const&, bool const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool const&, double const&, double const&, bool const&, rtlsdr_dev*&, double&)': /usr/local/include/itpp/base/random_dsfmt.h:99: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::initialized' CMakeFiles/LTE-Tracker.dir/LTE-Tracker.cpp.o: In function itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::init_gen_rand(unsigned int)': /usr/local/include/itpp/base/random_dsfmt.h:308: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::bigendian' /usr/local/include/itpp/base/random_dsfmt.h:152: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:152: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:153: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:327: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:328: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' CMakeFiles/LTE-Tracker.dir/LTE-Tracker.cpp.o:/usr/local/include/itpp/base/random_dsfmt.h:349: more undefined references to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' follow CMakeFiles/LTE-Tracker.dir/LTE-Tracker.cpp.o: In function itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::init_gen_rand(unsigned int)': /usr/local/include/itpp/base/random_dsfmt.h:159: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::idx' /usr/local/include/itpp/base/random_dsfmt.h:163: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::initialized' /usr/local/include/itpp/base/random_dsfmt.h:161: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::sse2_param_mask' /usr/local/include/itpp/base/random_dsfmt.h:164: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::last_seed' CMakeFiles/LTE-Tracker.dir/LTE-Tracker.cpp.o: In function main': /usr/local/include/itpp/base/random_dsfmt.h:152: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:99: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::initialized' /usr/local/include/itpp/base/random_dsfmt.h:308: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::bigendian' /usr/local/include/itpp/base/random_dsfmt.h:153: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:327: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:328: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:349: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:159: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::idx' /usr/local/include/itpp/base/random_dsfmt.h:163: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::initialized' /usr/local/include/itpp/base/random_dsfmt.h:161: undefined reference to itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::sse2_param_mask' /usr/local/include/itpp/base/random_dsfmt.h:164: undefined reference to `itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::last_seed' collect2: error: ld returned 1 exit status src/CMakeFiles/LTE-Tracker.dir/build.make:191: recipe for target 'src/LTE-Tracker' failed make[2]: *** [src/LTE-Tracker] Error 1 CMakeFiles/Makefile2:219: recipe for target 'src/CMakeFiles/LTE-Tracker.dir/all' failed make[1]: *** [src/CMakeFiles/LTE-Tracker.dir/all] Error 2 Makefile:159: recipe for target 'all' failed make: *** [all] Error 2
kalibrate(double const&, double const&, double const&, double const&, bool const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool const&, double const&, double const&, bool const&, rtlsdr_dev*&, double&)': /usr/local/include/itpp/base/random_dsfmt.h:99: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::init_gen_rand(unsigned int)': /usr/local/include/itpp/base/random_dsfmt.h:308: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:152: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:327: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' CMakeFiles/LTE-Tracker.dir/LTE-Tracker.cpp.o:/usr/local/include/itpp/base/random_dsfmt.h:349: more undefined references to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::init_gen_rand(unsigned int)': /usr/local/include/itpp/base/random_dsfmt.h:159: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::initialized' /usr/local/include/itpp/base/random_dsfmt.h:161: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::last_seed' CMakeFiles/LTE-Tracker.dir/LTE-Tracker.cpp.o: In function
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:99: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::bigendian' /usr/local/include/itpp/base/random_dsfmt.h:153: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:328: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:159: undefined reference to
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting below error during compilation.
Step-1
cmake ..
Result :Success
Step-2
make
Result:Error
[100%] Linking CXX executable LTE-Tracker
CMakeFiles/LTE-Tracker.dir/LTE-Tracker.cpp.o: In function
kalibrate(double const&, double const&, double const&, double const&, bool const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool const&, double const&, double const&, bool const&, rtlsdr_dev*&, double&)': /usr/local/include/itpp/base/random_dsfmt.h:99: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::initialized'CMakeFiles/LTE-Tracker.dir/LTE-Tracker.cpp.o: In function
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::init_gen_rand(unsigned int)': /usr/local/include/itpp/base/random_dsfmt.h:308: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::bigendian'/usr/local/include/itpp/base/random_dsfmt.h:152: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:152: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status'/usr/local/include/itpp/base/random_dsfmt.h:153: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:327: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status'/usr/local/include/itpp/base/random_dsfmt.h:328: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' CMakeFiles/LTE-Tracker.dir/LTE-Tracker.cpp.o:/usr/local/include/itpp/base/random_dsfmt.h:349: more undefined references to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' followCMakeFiles/LTE-Tracker.dir/LTE-Tracker.cpp.o: In function
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::init_gen_rand(unsigned int)': /usr/local/include/itpp/base/random_dsfmt.h:159: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::idx'/usr/local/include/itpp/base/random_dsfmt.h:163: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::initialized' /usr/local/include/itpp/base/random_dsfmt.h:161: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::sse2_param_mask'/usr/local/include/itpp/base/random_dsfmt.h:164: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::last_seed' CMakeFiles/LTE-Tracker.dir/LTE-Tracker.cpp.o: In function
main':/usr/local/include/itpp/base/random_dsfmt.h:152: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:99: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::initialized'/usr/local/include/itpp/base/random_dsfmt.h:308: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::bigendian' /usr/local/include/itpp/base/random_dsfmt.h:153: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status'/usr/local/include/itpp/base/random_dsfmt.h:327: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:328: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status'/usr/local/include/itpp/base/random_dsfmt.h:349: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::status' /usr/local/include/itpp/base/random_dsfmt.h:159: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::idx'/usr/local/include/itpp/base/random_dsfmt.h:163: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::initialized' /usr/local/include/itpp/base/random_dsfmt.h:161: undefined reference to
itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::sse2_param_mask'/usr/local/include/itpp/base/random_dsfmt.h:164: undefined reference to `itpp::DSFMT<19937, 117, 19, 4498102069230399ul, 4501400546508797ul, 1047295u, 4294966079u, 1048063u, 4237361149u, 10376655713290109737ul, 4291106551315987578ul, 4432916062321256576ul, 1ul>::last_seed'
collect2: error: ld returned 1 exit status
src/CMakeFiles/LTE-Tracker.dir/build.make:191: recipe for target 'src/LTE-Tracker' failed
make[2]: *** [src/LTE-Tracker] Error 1
CMakeFiles/Makefile2:219: recipe for target 'src/CMakeFiles/LTE-Tracker.dir/all' failed
make[1]: *** [src/CMakeFiles/LTE-Tracker.dir/all] Error 2
Makefile:159: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: