pkg install fortran lapack armadillo mkdir -p /gnss-sdr/build cd /gnss-sdr git clone https://github.com/gnss-sdr/gnss-sdr cd /gnss-sdr/build cmake .. make make install[ 93%] Linking CXX executable gnss-sdr
ld: error: undefined symbol: absl::lts_20250127::log_internal::LogMessage& absl::lts_20250127::log_internal::LogMessage::operator<<<int, 0>(int const&)
>>> referenced by control_thread.cc
>>> control_thread.cc.o:(ControlThread::handle_signal(int)) in archive ../core/receiver/libcore_receiver.a
>>> referenced by file_configuration.cc
>>> file_configuration.cc.o:(FileConfiguration::init()) in archive ../core/receiver/libcore_receiver.a
>>> referenced by gnss_flowgraph.cc
>>> gnss_flowgraph.cc.o:(GNSSFlowgraph::set_channels_state()) in archive ../core/receiver/libcore_receiver.a
>>> referenced 101 more times
ld: error: undefined symbol: absl::lts_20250127::log_internal::LogMessage& absl::lts_20250127::log_internal::LogMessage::operator<<<unsigned int, 0>(unsigned int const&)
>>> referenced by gnss_flowgraph.cc
>>> gnss_flowgraph.cc.o:(GNSSFlowgraph::connect_signal_sources_to_signal_conditioners()) in archive ../core/receiver/libcore_receiver.a
>>> referenced by gnss_flowgraph.cc
>>> gnss_flowgraph.cc.o:(GNSSFlowgraph::connect_signal_sources_to_signal_conditioners()) in archive ../core/receiver/libcore_receiver.a
>>> referenced by gnss_flowgraph.cc
>>> gnss_flowgraph.cc.o:(GNSSFlowgraph::connect_signal_sources_to_signal_conditioners()) in archive ../core/receiver/libcore_receiver.a
>>> referenced 235 more times
ld: error: undefined symbol: absl::lts_20250127::log_internal::LogMessage& absl::lts_20250127::log_internal::LogMessage::operator<<<unsigned long, 0>(unsigned long const&)
>>> referenced by gnss_flowgraph.cc
>>> gnss_flowgraph.cc.o:(GNSSFlowgraph::connect_signal_conditioners_to_channels()) in archive ../core/receiver/libcore_receiver.a
>>> referenced by gnss_flowgraph.cc
>>> gnss_flowgraph.cc.o:(GNSSFlowgraph::connect_signal_conditioners_to_channels()) in archive ../core/receiver/libcore_receiver.a
>>> referenced by gnss_flowgraph.cc
>>> gnss_flowgraph.cc.o:(GNSSFlowgraph::check_signal_conditioners()) in archive ../core/receiver/libcore_receiver.a
>>> referenced 52 more times
ld: error: undefined symbol: absl::lts_20250127::log_internal::LogMessage& absl::lts_20250127::log_internal::LogMessage::operator<<<long, 0>(long const&)
You are totally right. I have dozens of RockPi 4 with RTC onboard sans battery holder..why avoid RTC tho?
when conditions are just perfect I can pick up time signals from DCF77 on my radio clocks and my RSPdx. unfortunately it's outside the range of the rtl-sdr, but do search for 'dcf77' since there are cheap microcontroller-friendly rx/tx modules that can work at those almost-audio frequencies. and also various projects that use a soundcard plus a simple RX stage to receive the signal and digitize it.
Should I be able to pick up the time with DCF77 and my RTL-SDR v4?