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
Hi,
I have the below error messages upon Make.
Any sense of what may be the cause &/or fix?
Thank you.
[ 60%] Built target LTE_MISC Linking CXX executable CellSearch /usr/local/include/itpp/base/binfile.h:620: error: undefined reference to 'itpp::binfile_details::Fstream_Binfile_Facade::~Fstream_Binfile_Facade()' /usr/local/include/itpp/base/binfile.h:620: error: undefined reference to 'itpp::binfile_details::Fstream_Binfile_Facade::~Fstream_Binfile_Facade()' /usr/local/include/itpp/base/binfile.h:620: error: undefined reference to 'itpp::binfile_details::Fstream_Binfile_Facade::~Fstream_Binfile_Facade()' /usr/local/include/itpp/base/binfile.h:620: error: undefined reference to 'itpp::binfile_details::Fstream_Binfile_Facade::~Fstream_Binfile_Facade()' libLTE_MISC.a(capbuf.cpp.o):capbuf.cpp:function typeinfo for itpp::bfstream: error: undefined reference to 'typeinfo for itpp::binfile_details::Fstream_Binfile_Facade' /home/LTE-Cell-Scanner/src/lte_lib.cpp:628: error: undefined reference to 'itpp::Modulatorstd::complex::Modulator(itpp::Vecstd::complex const&, itpp::Vec const&)' /home/LTE-Cell-Scanner/src/lte_lib.cpp:603: error: undefined reference to 'itpp::Modulatorstd::complex::Modulator(itpp::Vecstd::complex const&, itpp::Vec const&)' collect2: error: ld returned 1 exit status make[2]: *** [src/CellSearch] Error 1 make[1]: *** [src/CMakeFiles/CellSearch.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have the below error messages upon Make.
Any sense of what may be the cause &/or fix?
Thank you.
make
[ 60%] Built target LTE_MISC
Linking CXX executable CellSearch
/usr/local/include/itpp/base/binfile.h:620: error: undefined reference to 'itpp::binfile_details::Fstream_Binfile_Facade::~Fstream_Binfile_Facade()'
/usr/local/include/itpp/base/binfile.h:620: error: undefined reference to 'itpp::binfile_details::Fstream_Binfile_Facade::~Fstream_Binfile_Facade()'
/usr/local/include/itpp/base/binfile.h:620: error: undefined reference to 'itpp::binfile_details::Fstream_Binfile_Facade::~Fstream_Binfile_Facade()'
/usr/local/include/itpp/base/binfile.h:620: error: undefined reference to 'itpp::binfile_details::Fstream_Binfile_Facade::~Fstream_Binfile_Facade()'
libLTE_MISC.a(capbuf.cpp.o):capbuf.cpp:function typeinfo for itpp::bfstream: error: undefined reference to 'typeinfo for itpp::binfile_details::Fstream_Binfile_Facade'
/home/LTE-Cell-Scanner/src/lte_lib.cpp:628: error: undefined reference to 'itpp::Modulatorstd::complex::Modulator(itpp::Vecstd::complex const&, itpp::Vec const&)'
/home/LTE-Cell-Scanner/src/lte_lib.cpp:603: error: undefined reference to 'itpp::Modulatorstd::complex::Modulator(itpp::Vecstd::complex const&, itpp::Vec const&)'
collect2: error: ld returned 1 exit status
make[2]: *** [src/CellSearch] Error 1
make[1]: *** [src/CMakeFiles/CellSearch.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: