RangeNetworks/dev

Always get errors using ./build.sh B200

cauchyyuan opened this issue · 4 comments

Hello,
The system i used is Ubuntu 16.04 LTS 64bit, everything was alright before the command ./build.sh B200 .

`collect2: error: ld returned 1 exit status
Makefile:606: recipe for target 'transceiver' failed
make[3]: *** [transceiver] Error 1
make[3]: Leaving directory '/home/yuan/dev/openbts/Transceiver52M'
Makefile:572: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/yuan/dev/openbts'
Makefile:503: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/yuan/dev/openbts'
debian/rules:74: recipe for target 'install-arch' failed
make: *** [install-arch] Error 2
dpkg-buildpackage: 错误: fakeroot debian/rules binary 提供错误退出状态 2

ERROR: command failed!`

so, I wonder if OpenBTS is not feasible on Ubuntu 16.04 LTS 64 bit.I am not good at English, sorry for my mistakes!

I have the same problem for months now and didn't find solution :(
Today I tried once more with a fresh install of ubuntu 16.04 LTS server (amd64) http://releases.ubuntu.com/16.04/.
Then I did compile/install as root user and now it passed compilation!

git clone https://github.com/RangeNetworks/dev.git
cd dev
./clone.sh
./switchto.sh master
./build.sh B200

oh, thanks @tom-2015 , you must try it @cauchyyuan , btw work for other radio types (not only B200)

ubuntu 14.04.5 + OpenBTS 5 work with B210

How do you solve this problem? I don't understand.