libosmocore does not build in Ubuntu

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Freyther holger at freyther.de
Thu Feb 11 06:48:09 UTC 2016


> On 10 Feb 2016, at 20:20, Ruben Undheim <ruben.undheim at gmail.com> wrote:
> 
> I made a litle bit progress. The problem disappears if
> "-Wl,-Bsymbolic-functions" is removed from LDFLAGS.

Please see this commit[1]. The GPRS NetworkService (NS) has two backends, one to use GRE and one to send using UDP. For the UDP case we try to override a symbol to see that it is called. With the -Bsymbolic-functions approach this call doesn't go through the symbol table so we will not see the call.


[1] http://git.osmocom.org/libosmocore/commit/?id=e7c18dd59f4f91409e8d8854eee2d213165e0746


More information about the OpenBSC mailing list