Hi list,
I'm trying to experiment with Sylvain's transceiver as per the wiki here http://bb.osmocom.org/trac/wiki/Software/Transceiver
I think that I may be doing something wrong when making in that I can see no transceiver binary inside /osmocom-bb/src/host/layer23/src/transceiver. The host/layer23/src/transceiver folder is created properly. After running make HOST_layer23_CONFARGS=--enable-transceiver, I don't see any transceiver binary in there, so naturally OpenBTS fails when I execute the exec <your path to osmocom-bb>/src/host/layer23/src/transceiver/transceiver 1 script.
I also don't see any errors when running make, although it scrolls by so fast it is hard to be sure.
Thanks,
Miguel
Further to my post, here's the log from make HOST_layer23_CONFARGS=--enable-transceiver http://pastebin.com/DRb1RmJi I double checked that I indeed did checkout the correct sylvain/testing branch. And I can run other osmocom applications like mobile, so it seems I'm having only a problem with the transceiver app.
Any help is appreciated.
Thanks
________________________________ From: Miguel Rios miguelrios35@yahoo.com To: "baseband-devel@lists.osmocom.org" baseband-devel@lists.osmocom.org Sent: Thursday, June 13, 2013 3:28 PM Subject: no transceiver binary inside src/host/layer23/src/transceiver folder after running make
Hi list,
I'm trying to experiment with Sylvain's transceiver as per the wiki here http://bb.osmocom.org/trac/wiki/Software/Transceiver
I think that I may be doing something wrong when making in that I can see no transceiver binary inside /osmocom-bb/src/host/layer23/src/transceiver. The host/layer23/src/transceiver folder is created properly. After running make HOST_layer23_CONFARGS=--enable-transceiver, I don't see any transceiver binary in there, so naturally OpenBTS fails when I execute the exec <your path to osmocom-bb>/src/host/layer23/src/transceiver/transceiver 1 script.
I also don't see any errors when running make, although it scrolls by so fast it is hard to be sure.
Thanks,
Miguel
On Thu, Jun 13, 2013 at 5:22 PM, Miguel Rios miguelrios35@yahoo.com wrote:
Further to my post, here's the log from make HOST_layer23_CONFARGS=--enable-transceiver http://pastebin.com/DRb1RmJi
You need to do a make distclean Those options are only taken into account when during the configure so if you already built once without that option, it won't do anything.
Cheers,
Sylvain
Thanks Sylvain,
That did the trick. I had previously only run make clean, which obviously wasn't enough.
I appreciate your work in all this. I can't wait to explore some more.
Cheers,
Miguel
________________________________ From: Sylvain Munaut 246tnt@gmail.com To: Miguel Rios miguelrios35@yahoo.com Cc: "baseband-devel@lists.osmocom.org" baseband-devel@lists.osmocom.org Sent: Thursday, June 13, 2013 4:57 PM Subject: Re: no transceiver binary inside src/host/layer23/src/transceiver folder after running make
On Thu, Jun 13, 2013 at 5:22 PM, Miguel Rios miguelrios35@yahoo.com wrote:
Further to my post, here's the log from make HOST_layer23_CONFARGS=--enable-transceiver http://pastebin.com/DRb1RmJi
You need to do a make distclean Those options are only taken into account when during the configure so if you already built once without that option, it won't do anything.
Cheers,
Sylvain
baseband-devel@lists.osmocom.org