On 4 October 2016 at 05:26, Kavyashree <ka...@tenettech.com> wrote:
>
> but when i do make for dump1090_sdrplus i get below error. how to solve
this?

> Package soxr was not found in the pkg-config search path.
> Perhaps you should add the directory containing `soxr.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'soxr' found

To fix this you need to install libsoxr, if you're using debian/ubuntu/kali
you need to run: sudo apt-get install libsoxr-dev

> cc -O2 -g -Wall -W  -c dump1090.c
> dump1090.c:53:27: fatal error: mirsdrapi-rsp.h: No such file or directory
>  #include "mirsdrapi-rsp.h"
>                            ^

A bit of googling suggests that this file is part of SDRPlay, which I don't
seem to be able to find.  However, you can avoid it by using the HackRF
tagged version:
git checkout HackRF_One
make

This should build a version that works with HackRF but avoids the SDRPlay
dependency.

Dominic
_______________________________________________
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev

Reply via email to