I am installing OsmocomBB SDR PHY on ubunt 18.04 and i have installedosmo-TRX, UHD Driver, Gr-gsm and Gnuradio from ubuntu package manager.
but when i try to compile osmocomBB with TRX interface i got this problem: on make
cd host/layer23 && autoreconf -i /bin/sh: 1: autoreconf: not found Makefile:91: recipe for target 'host/layer23/configure' failed make: *** [host/layer23/configure] Error 127
Thank you for your time!!!1
Looking at the error message it seems to me that you don’t have autoreconf installed. Please install it, and then retry.
Cheers, Domi
- okt. 15. dátummal, 18:40 időpontban Fitsum J temu345@gmail.com írta:
I am installing OsmocomBB SDR PHY on ubunt 18.04 and i have installedosmo-TRX, UHD Driver, Gr-gsm and Gnuradio from ubuntu package manager.
but when i try to compile osmocomBB with TRX interface i got this problem: on make
cd host/layer23 && autoreconf -i /bin/sh: 1: autoreconf: not found Makefile:91: recipe for target 'host/layer23/configure' failed make: *** [host/layer23/configure] Error 127
Thank you for your time!!!1
i have installed osmo-TRX
OsmoTRX is not needed for the MS SDR PHY.
UHD Driver, Gr-gsm and Gnuradio from ubuntu package manager.
I would not recommend to use these binary packages because Ubuntu usually has ancient versions of them. Not sure about 18.04 though, maybe it's not that bad.
i got this problem: on make [...]
Alternatively you can build everything in Docker:
https://osmocom.org/projects/osmocom-bb-sdr-phy/wiki/Docker_images
With best regards, Vadim Yanitskiy.
Thanks, I'll check them out.
On Wed, Oct 16, 2019 at 12:44 AM Vadim Yanitskiy axilirator@gmail.com wrote:
i have installed osmo-TRX
OsmoTRX is not needed for the MS SDR PHY.
UHD Driver, Gr-gsm and Gnuradio from ubuntu package manager.
I would not recommend to use these binary packages because Ubuntu usually has ancient versions of them. Not sure about 18.04 though, maybe it's not that bad.
i got this problem: on make [...]
Alternatively you can build everything in Docker:
https://osmocom.org/projects/osmocom-bb-sdr-phy/wiki/Docker_images
With best regards, Vadim Yanitskiy.
baseband-devel@lists.osmocom.org