<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Bilguun Tugs,<br>
    </p>
    <div class="moz-cite-prefix">On 22/05/2019 10.16, Bilguun Tugs
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAC5dT0y9Rf+6NFEG-N+C-5t68EnnKAXgx-W4VpJ7cwKBPvJ3iQ@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">
          <div dir="ltr">
            <div dir="ltr">
              <div dir="ltr">
                <div dir="ltr"><code><font size="4">rot@kali:~/trx/src/host/layer23/src/transceiver#
                      make</font></code><br>
                  <code></code>
                  <div><code>  CCLD     transceiver<br>
                      /usr/bin/ld: gmsk.o: in function `osmo_gmsk_free':<br>
/root/trx/src/host/layer23/src/transceiver/gmsk.c:83: undefined
                      reference to `osmo_cxvec_free'<br>
                      /usr/bin/ld:
                      /root/trx/src/host/layer23/src/transceiver/gmsk.c:85:
                      undefined reference to `osmo_cxvec_free'<br>
                      /usr/bin/ld:
                      /root/trx/src/host/layer23/src/transceiver/gmsk.c:87:
                      undefined reference to `osmo_cxvec_free'<br>
                    </code></div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <p>Most probably the layer23 has not been configured with <font
        size="+1"><tt><code>--enable-transceiver flag. Try to
            reconfigure it with using the following commands<br>
          </code></tt></font></p>
    <p><font size="+1"><tt>    cd </tt><tt><code>/root/trx/src/host/layer23/<br>
                ./configure --enable-transceiver<br>
                make</code></tt><tt><code><br>
          </code></tt></font></p>
    <p>And if it still fails execute the following commands and provide
      their full output<br>
    </p>
    <p><font size="+1"><tt>    for lib in $(find / -name libosmodsp.so);
          do echo $lib; objdump -T $lib | grep osmo_cxvec_free; done<br>
              grep osmo_cxvec_free $(find / -name cxvec.h)</tt><tt><code><br>
                </code></tt><tt><code><tt><code><tt><code>head -10
                    /root/trx/src/host/layer23/config.log<br>
                  </code></tt></code></tt>    </code></tt><tt><code><tt>grep
              -i "OSMODSP" </tt><tt><code>/root/trx/src/host/layer23/config.log<br>
              </code></tt></code></tt><tt>    grep -R -i "OSMODSP" </tt><tt><code>/root/trx/src/host/layer23/src/transceiver/</code></tt><br>
        <tt><code><tt><code></code></tt></code></tt><code><code><code><code>   
                cd </code></code></code></code><code><code><code><code><code>/root/trx/src/host/layer23/src/transceiver/</code>
                && make V=1</code></code></code></code></font><font
        size="4"><code><code><font size="4"><code><code><br>
                </code></code></font></code></code></font></p>
    Regards,<br>
    Vasil<br>
  </body>
</html>