mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-10 02:20:07 +01:00
Updated Common problems and their solutions (markdown)
parent
1040063aaa
commit
0ac54eb35f
|
|
@ -76,16 +76,3 @@ Pressing Ctrl+C in the terminal should terminate OpenWebRX gracefully.
|
|||
|
||||
sudo killall -9 openwebrx rtl_mus csdr rtl_sdr
|
||||
|
||||
## I have compiled FFTW myself, but csdr fails to link to it
|
||||
|
||||
If you get GCC error messages like this, when attempting to compile `csdr`:
|
||||
|
||||
undefined reference to `fftwf_malloc'
|
||||
|
||||
...then you should recompile FFTW with the `--enable-float` option given at the configure stage.
|
||||
```
|
||||
./configure --enable-float
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
Then compile `csdr` again.
|
||||
Loading…
Reference in a new issue