discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Cmake can't find 'gnuradio-pmt'


From: ben Gee
Subject: Re: [Discuss-gnuradio] Cmake can't find 'gnuradio-pmt'
Date: Thu, 26 Feb 2015 20:59:43 -0500

Just for the sake of the archives and marking this issue closed, i was finally able to get gnuradio and the openlte pybombs recipe to run, i had to:
1) give openlte sudo privileges 
2) add libuhd.so.003 to a .conf file i made called /etc/ld.so.conf.d/randomLibs.conf
3)  run sudo ldconfig. 
I'm still suspecting the manual adding of libuhd has to do with the isolated environment of pybombs. I'm definitely not giving up on it yet though.

hope this isn't too off topic, just hoping to help some other new users if they're branching out, plus i think the libuhd issue is one that could occur in other situations.

thanks,
-b

On Thu, Feb 26, 2015 at 8:34 PM, Ron Economos <address@hidden> wrote:
I haven't tried pybombs. I always build from source. It doesn't seem like that much of a hassle to me, but I'm a long time software developer.

Ron


On 02/26/2015 03:15 PM, ben Gee wrote:
I have had a working version of OpenLTE on a different system with a traditional build of GNURadio. When i got new computers at my lab i decided to build gnuradio using pyboms because it seemed like the newer more streamlined option. 

Are you using pybombs to install Gnuradio, Ron?

On Thu, Feb 26, 2015 at 5:53 PM, Ron Economos <address@hidden> wrote:
Just to be fair to the openLTE folks, it builds just fine here with a properly installed GNU Radio.

Ron


On 02/26/2015 02:15 PM, Tom Rondeau wrote:
On Thu, Feb 26, 2015 at 4:36 PM, ben Gee <address@hidden> wrote:
thanks Tom! That seemed to get me one step further. 
a couple of notes:
1) do you any thoughts on the next error (output included below)? looks like the same thing except, polarssl is now not mentioned in the findgnuradio.cmake file.

First, that's now a problem with the openlte build system and nothing to do with GNU Radio.

Second, it's not polarssl that's the problem here. When it says it didn't find it, it means that pkg-config couldn't locate it, but you'll notice the second two lines have found the libraries and headers because cmake went and looked for them on its own.

The real problem is the next line where it says it can't find gr-osmosdr, which is either not installed or is installed somewhere where the openlte cmake system isn't able to find it. 

2) a friend mentioned to me that there is a pybombs recipe for openlte which i ran successfully (while feeling like a bit of a dope for not thinking of it first).

Might as well stick with pybombs. It knows what it's doing with these things.
 
Specifically, since it all gets installed into the same prefix, that's helping cmake find things easier.

Tom





_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]