Hello, greetings, i have a problem to compile your sources on Mac mini M2 .
The following error appears:
Undefined symbols for architecture arm64:
"SoapySDR::Device::getSettingInfo(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&) const", referenced from:
vtable for SoapyRX888 in Settings.cpp.o
"SoapySDR::Device::getSettingInfo(int, unsigned long, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&) const", referenced from:
vtable for SoapyRX888 in Settings.cpp.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [librx888Support.so] Error 1
make[1]: *** [CMakeFiles/rx888Support.dir/all] Error 2
make: *** [all] Error 2
What am I doing wrong ?
Hello, greetings, i have a problem to compile your sources on Mac mini M2 .
The following error appears:
Undefined symbols for architecture arm64:
"SoapySDR::Device::getSettingInfo(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&) const", referenced from:
vtable for SoapyRX888 in Settings.cpp.o
"SoapySDR::Device::getSettingInfo(int, unsigned long, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&) const", referenced from:
vtable for SoapyRX888 in Settings.cpp.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [librx888Support.so] Error 1
make[1]: *** [CMakeFiles/rx888Support.dir/all] Error 2
make: *** [all] Error 2
What am I doing wrong ?