Hello,
I am trying to install Openbsc on the raspberry pi. I get this error (in the attachment ) when I use make. After ./configure) .
Is there a problem in ipaccess.nano? Recently. If it is optional . Is it safe to remove it entirely since I am using USRP ?
Thanks Abdulghafar
Hi Abdulghafar,
the bts_ipaccess_nanobts.c code cannot be removed and this should anyway not be the cause of your problem.
The way the openbsc build works for me is:
using
git clone git://git.osmocom.org/$PROJECT
check out all of
libosmocore libosmo-abis libosmo-netif libosmo-sccp openggsn libsmpp34 openbsc
then in each (and in this order)
cd $PROJECT autoreconf -fi ./configure make install
For openbsc, you need to cd openbsc/openbsc autoreconf -fi ./configure --enable-smpp (and maybe: --enable-osmo-bsc --enable-nat ) make install
If this doesn't work for you, ask again here, and:
- provide *all* your build steps and *all* of its terminal output
- if you do so, please do *not ever* send bitmap images of screenshots, but post the *plain text* commands and output as copy-pasted from your terminal.
- also tell us exactly how you obtained the source code (i.e. which git revision you are using).
I hope this helps,
~Neels
On Thu, Aug 04, 2016 at 01:07:54PM +0100, Abdulghafar Shabaneh wrote:
Hello,
I am trying to install Openbsc on the raspberry pi. I get this error (in the attachment ) when I use make. After ./configure) .
Is there a problem in ipaccess.nano? Recently. If it is optional . Is it safe to remove it entirely since I am using USRP ?
Thanks Abdulghafar