Marcus,
Hmm, not sure if this is python paths
(https://forums.gentoo.org/viewtopic-t-1004210-start-0.html) or gnuradio
error. I think it's the later since we're using version 3.7.10, and I
think the gnuradio fix went in after that release.
https://github.com/gnuradio/gnuradio/issues/1018
C
Marcus,
Thank you for the reply. There was a miscommunication with my colleague.
He got a /different /error with grcc and not gtk related. He ran the
gnuradio-companion and received an error related to GTK then seg
faulted. That makes sense now that I know he ran the companion and not
grc
Dear Mike,
in theory, GRCC really shouldn't need X11 at all. Can you elaborate on
what problems you're encountering?
Cheers,
Marcus
On 30.08.2017 23:04, Mike Rex wrote:
> Not sure if you posted the url you intended, that link only used the
> GUI to generate the python. This method was specifi
Not sure if you posted the url you intended, that link only used the GUI
to generate the python. This method was specifically what I was trying
to avoid.
So it sounds like grcc can't do what I was looking for if it requires X11.
Regards
On 2017-08-29 9:11 PM, Cinaed Simson wrote:
On 08/29/2
On 08/29/2017 08:32 PM, Mike Rex wrote:
> That looks like its exactly what I am looking for. Probably good to
> mention in the gnuradio wiki "Developing GNU Radio" section. Note to
> self...
>
> Thanks!
>
> Regards,
> Mike
If you're running on a DSP device, you might not want X11 to try and
st
That looks like its exactly what I am looking for. Probably good to
mention in the gnuradio wiki "Developing GNU Radio" section. Note to
self...
Thanks!
Regards,
Mike
On 2017-08-29 7:56 PM, Kyeong Su Shin wrote:
Are you looking for 'grcc'?
Regards,
Kyeong Su Shin
_
Are you looking for 'grcc'?
Regards,
Kyeong Su Shin
On Tue, Aug 29, 2017 at 7:16 PM, Mike Rex
wrote:
> I'm looking for a way to compile a GRC xml example into a python flow
> graph to be ran on a headless DSP device. When I googled for the options,
> I got this Ubuntu page (http://manpages.ubu
I'm looking for a way to compile a GRC xml example into a python flow
graph to be ran on a headless DSP device. When I googled for the
options, I got this Ubuntu page
(http://manpages.ubuntu.com/manpages/xenial/man1/gnuradio-companion.1.html)
based on 3.7.9.1 that had the "--compile" option.