Hi,
Sorry, the "Answer all" button slipped my mind :)
I've submitted a new issue and indicated that it's for GR 3.7.
Regards
Den fre 17 maj 2019 kl 17:19 skrev Müller, Marcus (CEL) :
> Hi Sebastian,
> in the future, could you please emails to the mailing list instead of
> only to me? Others wi
Hi Sebastian,
in the future, could you please emails to the mailing list instead of
only to me? Others will be interested, too :)
Thank you!
Yeah, no, PyBOMBS was an attempt to solve the issue that we basically
had no recent packaging on any platform. We've luckily been able to
change that, or r
Ah, nice, so that's the latest maint-3.7 version (i.e. the latest
released version).
Two realizations set in:
1. Unlike 3.8-tech-preview, where we still expect a bit of breakage,
this is surprising. You should definitely be able to do this. We'll
look into this. If you want, you can set up an iss
Hi Sebastian,
I know this sounds a bit silly, but could you actually tell us the
version that `gnuradio-config-info --version` reports? We're kind of in
the process of getting new versions out, and I'm not quite sure what
different people get when they use PyBOMBS.
(also, almost certain you should
Hi Aaron,
must admit, I haven't tried it.
Technically, modtool depends on very little more than Python to do its
thing.
But then again, its thing is using sane compiler environments to build
stuff (you can't use any of the Linux or Mac package managers as
sources, obviously). And while that probab
Seems like no one minds? In that case, we'll just take your suggestions!
Cheers,
M
On 06/30/2016 05:06 PM, P wrote:
> Hi,
>
> there is now pending patch for gr_modtool wich among other thinks
> removes command aliases for this tool.
>
> The removal have 2 reasons. The new argument parsing syste
OK thanks Marcus.
Rich
On Wed, May 11, 2016 at 12:40 PM, Marcus Müller
wrote:
> Hi Rich,
> there's no such functionality directly integrated in gr_modtool. However,
> there's not that many places you'll have to work when manually merging
> things.
> To be safe, you could just re-add all the blo
Hi Rich,
there's no such functionality directly integrated in gr_modtool.
However, there's not that many places you'll have to work when manually
merging things.
To be safe, you could just re-add all the blocks you want to add to your
consolidated module with "gr_modtool add", and then just overwri
Ah glad you figured that out :) modtool should have done that for you
though. Did it not?
Martin
On 6 May 2016 03:45, "Laur Joost" wrote:
> Ask and ye shall answer:
>
> This happens when the public headers have virtual method declarations that
> are not pure, i.e.
>
> virtual double samp_rate(v
Have you nuked the build dir and tried from scratch? These kind of
problems always seem to be SWIG-artifact related.
M
On 05/05/2016 01:01 PM, Laur Joost wrote:
> Hi all!
>
> I've run into problems with swig in a project generated by gr_modtool.
>
> When I run
> ctest -V -R tle_cc
> the test fa
On 01/07/2015 01:17 PM, Johannes Demel wrote:
> I missed an option to rename a block I once created via modtool. Thus
> I coded it. You can find it on github [1]. It is supposed to go
Which, everyone, is the correct response to a problem such as this.
> through all the created files and change al
On Tue, May 13, 2014 at 4:04 PM, Martin Braun wrote:
> On 13.05.2014 08:21, Activecat wrote:
>
>> We have "gr_modtool disable ABC" to disable the ABC custom block.
>> But how to enable it back?
>> (There is no "gr_modtool enable" or equivalent).
>>
>
> Huh, I thought I'd put that in there. Well, s
On 13.05.2014 08:21, Activecat wrote:
We have "gr_modtool disable ABC" to disable the ABC custom block.
But how to enable it back?
(There is no "gr_modtool enable" or equivalent).
Huh, I thought I'd put that in there. Well, seems I haven't.
In any case, 'disable' simply comments out all releva
ot;Marcus M??lle";;
*Date: * Thu, Mar 6, 2014 03:43 PM
*To: * "discuss-gnuradio";
*Subject: * Re: [Discuss-gnuradio] gr_modtool
Hi BZS!
Your question is very vague. Please do make sure to include what you actually
did (in commands, where you executed them, where your module comes from.
Hi BZS!
Your question is very vague. Please do make sure to include what you actually
did (in commands, where you executed them, where your module comes from...) and
what you've tried to solve your problem yourself, otherwise we will a) don't
know what's the problem and b) feel like we're actu
Dear Martin,
Let's refer related files as attached, thanks.
List of attached files:
integer_source.h
integer_source_impl.h
integer_source_impl.cc
error_message (text file)
Regards,
activecat
On Mon, Feb 10, 2014 at 1:19 AM, Martin Braun wrote:
> On 08.02.2014 23:38, Activecat wrote:
On 08.02.2014 23:38, Activecat wrote:
Dear guru,
This happens intermittently. Is this a bug?
Probably. That said, makexml is the most tricky part of modtool. This
might be triggered by invalid code, although the error message suggests
otherwise.
Can you please post GNU Radio version, the in
On 01/19/2014 05:12 AM, Activecat wrote:
> Question:
> Does "gr_modtool makexml" work with block coded in python ?
Dear Activecat,
no, it doesn't. This is one project I'm currently working on, but I
admit it's low-priority.
MB
___
Discuss-gnuradio
On Tue, Apr 02, 2013 at 08:30:42PM +, Monahan-Mitchell, Tim wrote:
> ~/gnr$ gr_modtool newmod my_module0
> Creating out-of-tree module in ./gr-my_module0... Done.
> Use 'gr_modtool add' to add a new block to this currently empty module.
> ~/gnr$ cd gr-my_module0
> ~/gnr/gr-my_module0$ gr_modtoo
On Tue, Feb 26, 2013 at 02:45:52PM +, Warren, Kevin M wrote:
> Martin,
> It's "howto_swig.py" that is generated following the out of tree module
> tutorial (link in original post) downloaded from github. I see there's been a
> new version posted within the past few hours.
If the swig file w
>>I assume you mean in the SWIG files? Or are you talking about something else?
>>The SWIG order bug was fixed in both the standalone and the master branch
>>version of gr-modtool.
Martin,
It's "howto_swig.py" that is generated following the out of tree module
tutorial (link in original post)
On Mon, Feb 25, 2013 at 08:40:31PM +, Warren, Kevin M wrote:
> 1) A minor difficulty is that gr_modtool.py does not appear to be placing the
> class definitions and the instantiation of the class object(s) in the proper
> order. This was easy enough to remedy by hand.
Hi Kevin,
I assume you
Michael, this worked perfectly, thank you so much. I'm glad there was a direct
way to do it rather than poking around into the make side of things.
>> sudo install_name_tool -id /opt/local/lib/libgnuradio-howto.dylib
>> /opt/local/lib/libgnuradio-howto.dylib
>> sudo install_name_tool -change li
Hi Kevin - You'll want to use "install_name_tool" to fix the DLYD name
id for both _howto_swig.so and libgnuradio-howto.dylib. Here's what I
would do (watch wrap):
{{{
sudo install_name_tool
-id /opt/local/lib/libgnuradio-howto.dylib /opt/local/lib/libgnuradio-h
owto.dylib
sudo install_name_too
>> The gr_modtool has been integrated into the GNU Radio master branch
>> post-3.6.3, and will be part of the 3.6.4 release. At least one of the
>> issues below has already been fixed.
Okay, great. I saw that comment on the github README file but assumed it wasn't
in the latest release sinc
On Mon, Feb 25, 2013 at 12:40 PM, Warren, Kevin M <
kevin.m.war...@vanderbilt.edu> wrote:
> Greetings all, this is my first post here so I apologize ahead of time for
> any clumsiness in the order and detail of my question. I'm using a Macport
> install of Gnuradio 3.6.3 (system particulars below
> Can you try the most current version, please.
>
> M
>
It works.Thank you for you help.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
On Mon, Nov 05, 2012 at 01:54:18PM +0100, Martin Braun (CEL) wrote:
> On Mon, Nov 05, 2012 at 08:18:18PM +0800, Gong Zhang wrote:
> > It's master which I downloaded three days ago.
>
> OK, that's the newest. I can't reproduce the error; it might be a
> Python 2.6 thing, and I can't test that right
On Mon, Nov 05, 2012 at 08:18:18PM +0800, Gong Zhang wrote:
> It's master which I downloaded three days ago.
OK, that's the newest. I can't reproduce the error; it might be a
Python 2.6 thing, and I can't test that right now.
I have a hunch what the problem might be, I'll get back to you when I
h
It's master which I downloaded three days ago.
On Mon, Nov 5, 2012 at 09:26:32PM +0100, Martin Braun wrote:
>I accidentally pushed a buggy version somewhere along the line, you must
>have caught that.
>Just get a new version, it should work. Which branch are you on, master
>of format37?
_
I accidentally pushed a buggy version somewhere along the line, you must
have caught that.
Just get a new version, it should work. Which branch are you on, master
of format37?
M
On Mon, Nov 05, 2012 at 10:27:08AM +0800, gong zhang wrote:
> I'm newbie to gnuradio.I got a problem when i use the lat
31 matches
Mail list logo