Closed nmaster2042 closed 4 years ago
Hi, I discovered your new soft and wanted to build it on my system.
Installad all deps but at build I get:
make: *** No rule to make target « MainSource/agc.o », needed for « fireball ». Stop.
The only difference with your build note is I have home built SoapySDR 0.8 and libs are in /usr/local/lib
Hope you can help.
Just delete "./MainSource/agc.o" from the makefile - it is not needed any longer. I forgot to delete it from the makefile.
OK it does the trick.
Thank you very much.
Hi, I discovered your new soft and wanted to build it on my system.
Installad all deps but at build I get:
make: *** No rule to make target « MainSource/agc.o », needed for « fireball ». Stop.
The only difference with your build note is I have home built SoapySDR 0.8 and libs are in /usr/local/lib
Hope you can help.