Hi guys, I am trying to get openBSC to compile on Ubuntu 2.6.31 but I get the following error when I run make:
Making all in src make[2]: Entering directory `/home/stuart/openbsc/openbsc/src' CCLD bsc_hack libmsc.a(gsm_04_08.o): In function `mm_rx_id_resp': /home/stuart/openbsc/openbsc/src/gsm_04_08.c:259: undefined reference to `gsm48_mi_to_string' libmsc.a(gsm_04_08.o): In function `mm_rx_loc_upd_req': /home/stuart/openbsc/openbsc/src/gsm_04_08.c:345: undefined reference to `gsm48_mi_to_string' libmsc.a(gsm_04_08.o): In function `gsm48_rx_mm_imsi_detach_ind': /home/stuart/openbsc/openbsc/src/gsm_04_08.c:685: undefined reference to `gsm48_mi_to_string' libmsc.a(gsm_04_08.o): In function `gsm48_rx_mm_serv_req': /home/stuart/openbsc/openbsc/src/gsm_04_08.c:642: undefined reference to `gsm48_mi_to_string' libbsc.a(gsm_04_08_utils.o): In function `gsm48_paging_extract_mi': /home/stuart/openbsc/openbsc/src/gsm_04_08_utils.c:262: undefined reference to `gsm48_mi_to_string' collect2: ld returned 1 exit status make[2]: *** [bsc_hack] Error 1 make[2]: Leaving directory `/home/stuart/openbsc/openbsc/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/stuart/openbsc/openbsc' make: *** [all] Error 2
Any ideas?
Thanks, Stuart
On Friday 09 April 2010 18:03:57 Stuart Baggs wrote:
Hi guys, I am trying to get openBSC to compile on Ubuntu 2.6.31 but I get the following error when I run make:
Well, strictly speaking it is a linker error. You should tell us which version of libosmocore you have installed and which git revision you attempt to build.
z.
I'm not sure (how can I tell)? I did a git pull in the root directory of both packages however. Thanks for your help, its really appreciated.ou are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.
On 9 Apr 2010, at 17:33, Holger Freyther wrote:
On Friday 09 April 2010 18:03:57 Stuart Baggs wrote:
Hi guys, I am trying to get openBSC to compile on Ubuntu 2.6.31 but I get the following error when I run make:
Well, strictly speaking it is a linker error. You should tell us which version of libosmocore you have installed and which git revision you attempt to build.
z.
On Friday 09 April 2010 18:59:54 Stuart Baggs wrote:
I'm not sure (how can I tell)? I did a git pull in the root directory of both packages however. Thanks for your help, its really appreciated.ou are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited
I assume you only half way removed your corporate email footer?
Checking version of libosmocore: $ pkg-config --modversion libosmocore 0.1.3
Checking git version: git log --pretty=oneline | head -1 07d838a3bf866692f15d6d3bbc17e91451ace216 ...