On Mon, Mar 26, 2012 at 10:42 AM, Francisco
wrote:
> Ben Reynwar reynwar.net> writes:
>
>>
>> I think that the best way to get started is to use Martins gr-modtool.
>> It will help you to make out-of-tree blocks (out-of-tree means
>> separate but compatible with your main gnuradio installation).
On Mon, Mar 26, 2012 at 12:54 PM, Ben Reynwar wrote:
> On Mon, Mar 26, 2012 at 10:42 AM, Francisco
> wrote:
>> Ben Reynwar reynwar.net> writes:
>>
>>>
>>> I think that the best way to get started is to use Martins gr-modtool.
>>> It will help you to make out-of-tree blocks (out-of-tree means
>>
On Mon, Mar 26, 2012 at 12:27:42PM -0700, Nick Foster wrote:
> After this, I used cmake. I wrote:
> >cmake -i
> >sudo make
> >sudo make install
> >sudo ldconfig
I assume you know what you're doing, but just in case someone reads this
who doesn't, the recommended way is
mkdir b
On Mon, Mar 26, 2012 at 10:42 AM, Francisco
wrote:
> Ben Reynwar reynwar.net> writes:
>
>>
>> I think that the best way to get started is to use Martins gr-modtool.
>> It will help you to make out-of-tree blocks (out-of-tree means
>> separate but compatible with your main gnuradio installation).
On Mon, Mar 26, 2012 at 10:42 AM, Francisco
wrote:
> Ben Reynwar reynwar.net> writes:
>
> >
> > I think that the best way to get started is to use Martins gr-modtool.
> > It will help you to make out-of-tree blocks (out-of-tree means
> > separate but compatible with your main gnuradio installati
Ben Reynwar reynwar.net> writes:
>
> I think that the best way to get started is to use Martins gr-modtool.
> It will help you to make out-of-tree blocks (out-of-tree means
> separate but compatible with your main gnuradio installation).
>
> It can be found at:
> https://github.com/mbant/gr-mo
I think that the best way to get started is to use Martins gr-modtool.
It will help you to make out-of-tree blocks (out-of-tree means
separate but compatible with your main gnuradio installation).
It can be found at:
https://github.com/mbant/gr-modtool
On Mon, Mar 26, 2012 at 2:58 AM, Ebtisam Ah
Indeed i have read but i cant understand the building process. I built
it the i understood but it failed terribly, i have made .h .cc .i and
makefile.am. Put them in one folder and then done make. i also tried
./configure and ./bootstrap but it doesnt work
Anyways thanx for ur time and help me on
Hi Ebtisam,
if you've succeeded in making the blocks, I seriously doubt you've read
all the intro stuff on the website (e.g. "Using GNU Radio").
MB
On Sun, Mar 25, 2012 at 09:38:31PM +0500, Ebtisam Ahmed wrote:
> Hi all,
>
> I am new in GNU Radio and i have recently learned how to make new
> b