haimeng.chen

Results 2 comments of haimeng.chen

`root@ubuntu:/home/hmchen/Downloads/rtl_coherent# make gcc dongles.c main.c synchronize.c correlate.c configuration.c df.c -o main -Wall -Wextra -O3 -lm -ffast-math -lrtlsdr -lpthread -lfftw3f dongles.c: In function ‘dongle_f’: dongles.c:46:9: warning: implicit declaration of function ‘rtlsdr_set_dithering’...

step: 1:clone https://github.com/keenerd/rtl-sdr.git cd rtl-sdr mkdir build cd build cmake .. make sudo make install sudo ldconfig 2:clone https://github.com/tejeez/rtl_coherent.git make dongles.c:(.text+0x7a): undefined reference to rtlsdr_set_dithering' dongles.c:(.text+0x94): undefined reference tortlsdr_set_if_freq' collect2:...