F5OEO / rpitx

RF transmitter for Raspberry Pi
GNU General Public License v3.0
4.05k stars 538 forks source link

liquid_ssb.c #336

Open Claudio-Sjo opened 1 month ago

Claudio-Sjo commented 1 month ago

the file liquid_ssb.c is missing for generating pissb

mfalkvidd commented 1 month ago

Sorry for not checking myself (I don’t have access to a linux computer at the moment) but see if sudo apt-get install libliquid-dev helps.

edit: sorry, that won’t help. Seems like the file has been missing since the initial commit 6 years ago.

Claudio-Sjo commented 1 month ago

Hi, actually it doesn't. The file is supposed to exist in sssbgen directory

This is from the Makefile in src directory

../pissb: ssbgen/test_ssb.c ssbgen/ssb_gen.c ssbgen/liquid_ssb.c $(CC) $(CFLAGS_Pissb) -o ../pissb ssbgen/liquid_ssb.c $(LDFLAGS_Pissb)