<div dir="ltr"><div class="gmail_default" style="color:rgb(0,0,153)">Hi Pau</div><div class="gmail_default" style="color:rgb(0,0,153)"><br></div><div class="gmail_default" style="color:rgb(0,0,153)">Much appreciate your response. I did update the version of libtalloc and I can confirm it is available after running the following;</div><div class="gmail_default" style="color:rgb(0,0,153)"><div class="gmail_default">tyrus@the-jedi-council:~/osmocom-bb/src$ strings /usr/lib/libtalloc.so.2.1.10 | grep _talloc_zero_array</div><div class="gmail_default">_talloc_zero_array</div><div class="gmail_default">_talloc_zero_array</div><div><br></div><div>However, the same error persists at the same break point.</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 24, 2017 at 7:21 PM, Pau Espin Pedrol <span dir="ltr"><<a href="mailto:pespin@sysmocom.de" target="_blank">pespin@sysmocom.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 24/08/17 18:03, ty wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Thanks Harald for your quick response. I just updated the libosmocore version and run make again, this time with a different error.<br>
<br>
usr/bin/ld: main.o: undefined reference to symbol '_talloc_zero_array@@TALLOC_2.<wbr>0.2'<br>
//usr/lib/i386-linux-gnu/libta<wbr>lloc.so.2: error adding symbols: DSO missing from command line<br>
collect2: error: ld returned 1 exit status<br>
Makefile:388: recipe for target 'bcch_scan' failed<br>
<br></span>
I've tried adding the math library to <a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a> <<a href="http://configure.ac" rel="noreferrer" target="_blank">http://configure.ac</a>> but it still fails.<br>
</blockquote>
<br>
It seems the libtalloc installed in your host pc is too old.<br>
<br>
I have libtalloc.2.1.10 and the symbol is there:<br>
$ strings /usr/lib/libtalloc.so.2.1.10 | grep _talloc_zero_array<br>
_talloc_zero_array<br>
<br>
Please make sure the libtalloc in your system has that symbol in, otherwise update it to a newer version. You can check through git log to see when was that symbol added, and infer from that which minimum libtalloc verison you need. I guess we should be checking that during configure time in osmocom-bb.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
- Pau Espin Pedrol <<a href="mailto:pespin@sysmocom.de" target="_blank">pespin@sysmocom.de</a>>         <a href="http://www.sysmocom.de/" rel="noreferrer" target="_blank">http://www.sysmocom.de/</a><br>
==============================<wbr>==============================<wbr>===========<br>
* sysmocom - systems for mobile communications GmbH<br>
* Alt-Moabit 93<br>
* 10559 Berlin, Germany<br>
* Sitz / Registered office: Berlin, HRB 134158 B<br>
* Geschaeftsfuehrer / Managing Director: Harald Welte<br>
</font></span></blockquote></div><br></div>