Closed basicmaster closed 6 years ago
should be fixed by now.
2018-01-28 15:52 GMT+01:00 Stefan Pöschel notifications@github.com:
The current version of eti-cmdline cannot be compiled, as the definition of phaseReference is missing. When I go back to the previous commit, compilation works.
Used cmake call:
cmake .. -DRTLSDR=ON
Output:
[...]/eti-stuff/eti-cmdline/src/ofdm/ofdm-processor.cpp: In constructor ‘ofdmProcessor::ofdmProcessor(deviceHandler, SNDFILE, uint8_t, void, syncsignal_t, snrsignal_t, etiGenerator, int16_t, uint8_t)’: /home/stefan/Schreibtisch/DL-Source/eti-stuff/eti-cmdline/src/ofdm/ofdm-processor.cpp:65:66: error: no matching function for call to ‘phaseReference::phaseReference(dabParams*, int16_t&)’ threshold) { ^
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/eti-stuff/issues/18, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwJFOLwkeYJJMgr4ViSFDUEdE1dEIks5tPImhgaJpZM4RvuIc .
-- Jan van Katwijk
+31 (0)15 3698980 +31 (0) 628260355
Now it works; thanks!
The current version of
eti-cmdline
cannot be compiled, as the definition ofphaseReference
is missing. When I go back to the previous commit, compilation works.Used
cmake
call:Output: