discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Problem building gr-display


From: Ron Economos
Subject: Re: [Discuss-gnuradio] Problem building gr-display
Date: Thu, 25 Jul 2019 04:56:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

That OOT is just not up to date with GNU Radio 3.8. It needs to be redone with the current gr_modtool.

Ron

On 7/25/19 04:36, Barry Duggan wrote:
Hi Chris,

Thank you for that. I'm still a newbie with git.

That process worked as far as cloning, but I am still getting the same error:

"""
CMake Error at CMakeLists.txt:102 (message):
  GnuRadio Runtime required to compile display
"""

from CMakeLists.txt:
find_package(Gnuradio "3.8" REQUIRED PATHS ${CMAKE_INSTALL_PREFIX} ${GNURADIO_MODULE_DIRECTORY})

So I still don't know the correct path for GNURADIO_MODULE_DIRECTORY.

Thanks,
---
Barry Duggan


On 2019-07-25 02:48, Palmer, Chris wrote:
Barry,

Try this:

git clone https://github.com/dl1ksv/gr-display.git
cd gr-display
git checkout gnuradio3.8

-cp
________________________________________
From: Discuss-gnuradio
<discuss-gnuradio-bounces+chris.palmer=address@hidden> on behalf
of Barry Duggan <address@hidden>
Sent: Wednesday, July 24, 2019 3:47 PM
To: Volker Schroer
Cc: Discuss Gnuradio
Subject: Re: [Discuss-gnuradio] Problem building gr-display

Hi Volker,

1) What specific URL should I use? I tried:

git clone https://github.com/dl1ksv/gr-display/tree/gnuradio3.8
Cloning into 'gnuradio3.8'...
fatal: repository
'https://github.com/dl1ksv/gr-display/tree/gnuradio3.8/' not found

and also:

git clone
https://github.com/dl1ksv/gr-display/tree/gnuradio3.8/gr-display

2) Does the cmake command need to define GNURADIO_MODULE_DIRECTORY? If
so, what is the path?

Thanks,
--
Barry Duggan KV4FV

On Wed, 24 Jul 2019 16:30:02 +0200, Volker Schroer wrote:

On github in gr-display exists a gnuradio3.8 branch. Try this one.
Now that gnuradio switched to 3.8 I should switch the master branch to
3.8, too.

_______________________________________________
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]