I will try that.

On Wed, May 15, 2019 at 6:30 PM Vasil Velichkov <vvvelichkov@gmail.com> wrote:
Hi Bilguun Tugs,

On 15/05/2019 10.50, Bilguun Tugs wrote:
> root@bilguun-shady:~/Desktop/trx/src/host/layer23/src/transceiver# make
>   CCLD     transceiver
> gmsk.o: In function `osmo_gmsk_free':
> /home/bilguun/Desktop/trx/src/host/layer23/src/transceiver/gmsk.c:83:
> undefined reference to `osmo_cxvec_free'

The `osmo_cxvecf_free` function is implemented in the libosmo-dsp
library but for some reason the linker could not find it.

> What should i do ?

Try re-installing the latest version of libosmo-dsp and if you have
multiple versions of libosmodsp.so* in /usr/local/lib try removing them
all and re-install.

Regards,
Vasil