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 <grben...@gmail.com <mailto:grben...@gmail.com>> 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
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to