|
From: Ahmad Z. <ahm...@gm...> - 2015-02-23 05:17:45
|
Hai All, I am attempting OpenBTS-UMTS on Ubuntu 12.04 32 bit, I have done : $ git submodule init $ git submodule update # ./autogen.sh # ./configure # make make is still failing with : root@zai:/usr/local/src/OpenBTS-UMTS# make make all-recursive make[1]: Entering directory `/usr/local/src/OpenBTS-UMTS' Making all in config make[2]: Entering directory `/usr/local/src/OpenBTS-UMTS/config' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/src/OpenBTS-UMTS/config' Making all in ASN make[2]: Entering directory `/usr/local/src/OpenBTS-UMTS/ASN' mkdir o mkdir: cannot create directory `o': File exists make[2]: [o/DL-DCCH-Message.c] Error 1 (ignored) cd o && asn1c -fcompound-names -pdu=auto -gen-PER ../rrc.asn1 /bin/sh: 1: asn1c: not found make[2]: *** [o/DL-DCCH-Message.c] Error 127 make[2]: Leaving directory `/usr/local/src/OpenBTS-UMTS/ASN' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/OpenBTS-UMTS' make: *** [all] Error 2 Any ideas? for solved this problem. Thanks, Zai |
|
From: Arthur R. <art...@gm...> - 2015-02-23 07:19:17
|
Hi, You need the asn1 compiler. apt-get install asn1 in deb/ubuntu. Regards, Arthur Le Mon Feb 23 2015 at 06:25:36, Ahmad Zainudin <ahm...@gm...> a écrit : > Hai All, > > I am attempting OpenBTS-UMTS on Ubuntu 12.04 32 bit, I have done : > $ git submodule init > $ git submodule update > # ./autogen.sh > # ./configure > # make > > make is still failing with : > > root@zai:/usr/local/src/OpenBTS-UMTS# make > make all-recursive > make[1]: Entering directory `/usr/local/src/OpenBTS-UMTS' > Making all in config > make[2]: Entering directory `/usr/local/src/OpenBTS-UMTS/config' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/local/src/OpenBTS-UMTS/config' > Making all in ASN > make[2]: Entering directory `/usr/local/src/OpenBTS-UMTS/ASN' > mkdir o > mkdir: cannot create directory `o': File exists > make[2]: [o/DL-DCCH-Message.c] Error 1 (ignored) > cd o && asn1c -fcompound-names -pdu=auto -gen-PER ../rrc.asn1 > /bin/sh: 1: asn1c: not found > make[2]: *** [o/DL-DCCH-Message.c] Error 127 > make[2]: Leaving directory `/usr/local/src/OpenBTS-UMTS/ASN' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/src/OpenBTS-UMTS' > make: *** [all] Error 2 > > Any ideas? for solved this problem. > > Thanks, > > Zai > > ------------------------------------------------------------ > ------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=190641631& > iu=/4140/ostg.clktrk_______________________________________________ > Openbts-discuss mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openbts-discuss > |
|
From: Ralph A. S. d. <ra...@sc...> - 2015-02-23 07:50:45
|
Does it work with all versions now? When I installed this stuff, a specific asn version was required, otherwise it did not work out. Ralph. From: Arthur Rabaté [mailto:art...@gm...] Sent: Monday, February 23, 2015 8:19 AM To: Ahmad Zainudin; ope...@li... Subject: Re: [Openbts-discuss] OpenBTS-UMTS Build Make Error Hi, You need the asn1 compiler. apt-get install asn1 in deb/ubuntu. Regards, Arthur Le Mon Feb 23 2015 at 06:25:36, Ahmad Zainudin <ahm...@gm... <mailto:ahm...@gm...> > a écrit : Hai All, I am attempting OpenBTS-UMTS on Ubuntu 12.04 32 bit, I have done : $ git submodule init $ git submodule update # ./autogen.sh # ./configure # make make is still failing with : root@zai:/usr/local/src/OpenBTS-UMTS# make make all-recursive make[1]: Entering directory `/usr/local/src/OpenBTS-UMTS' Making all in config make[2]: Entering directory `/usr/local/src/OpenBTS-UMTS/config' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/src/OpenBTS-UMTS/config' Making all in ASN make[2]: Entering directory `/usr/local/src/OpenBTS-UMTS/ASN' mkdir o mkdir: cannot create directory `o': File exists make[2]: [o/DL-DCCH-Message.c] Error 1 (ignored) cd o && asn1c -fcompound-names -pdu=auto -gen-PER ../rrc.asn1 /bin/sh: 1: asn1c: not found make[2]: *** [o/DL-DCCH-Message.c] Error 127 make[2]: Leaving directory `/usr/local/src/OpenBTS-UMTS/ASN' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/OpenBTS-UMTS' make: *** [all] Error 2 Any ideas? for solved this problem. Thanks, Zai ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=190641631 <http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk> &iu=/4140/ostg.clktrk_______________________________________________ Openbts-discuss mailing list Ope...@li... <mailto:Ope...@li...> https://lists.sourceforge.net/lists/listinfo/openbts-discuss |
|
From: Tom T. <to...@ts...> - 2015-02-24 03:34:28
|
On Sun, Feb 22, 2015 at 11:50 PM, Ralph A. Schmid, dk5ras <ra...@sc...> wrote: > Does it work with all versions now? When I installed this stuff, a specific > asn version was required, otherwise it did not work out. Version 0.9.23 is the stated requirement. I know that other versions can work, and some more versions can work with modification. The issue is that one of the asn1c template files needs to be patched in order to generate valid code. The current makefile assumes 0.9.23, so that's where the requirement comes from. -TT |