Closed janoleholm closed 3 years ago
In the file MainSource/firstFile.h comment out the "#if LIQUID_VERSION_NUMBER >= 1003001 || arm" like -
//#if LIQUID_VERSION_NUMBER >= 1003001 || arm
//#endif
Thanks very much.
Now I compile without errors :-)
Want to try your sdr with my LimeSDR mini, but get this error:
Radio/RaceFastsdr.cpp:1199:50: error: invalid conversion from ‘int’ to ‘liquid_ampmodem_type’ [-fpermissive] f->demodAM = ampmodem_create(0.5, mode, iflag); ^ Radio/RaceFastsdr.cpp:1199:50: error: too few arguments to function ‘ampmodem_s* ampmodem_create(float, float, liquid_ampmodem_type, int)’