Error Building OsmoTRX for LimeSDR from source

the latest " release " (v4.0) does not recognize --with-lms

and u meant

if (LMS_VCTCXOWrite(m_lms_dev, &dac_val) < 0)
with:
if (LMS_VCTCXOWrite(m_lms_dev, &dac_val, false) < 0)

:smiley:
thanks that worked !

1 Like