Re: [Discuss-gnuradio] Building new blocks in Gnu Radio

2012-03-27 Thread Ben Reynwar
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).

Re: [Discuss-gnuradio] Building new blocks in Gnu Radio

2012-03-27 Thread Ben Reynwar
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 >>

Re: [Discuss-gnuradio] Building new blocks in Gnu Radio

2012-03-27 Thread Martin Braun
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

Re: [Discuss-gnuradio] Building new blocks in Gnu Radio

2012-03-26 Thread Ben Reynwar
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).

Re: [Discuss-gnuradio] Building new blocks in Gnu Radio

2012-03-26 Thread Nick Foster
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

Re: [Discuss-gnuradio] Building new blocks in Gnu Radio

2012-03-26 Thread Francisco
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

Re: [Discuss-gnuradio] Building new blocks in Gnu Radio

2012-03-26 Thread Ben Reynwar
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

Re: [Discuss-gnuradio] Building new blocks in Gnu Radio

2012-03-26 Thread Ebtisam Ahmed
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

Re: [Discuss-gnuradio] Building new blocks in Gnu Radio

2012-03-26 Thread Martin Braun
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

[Discuss-gnuradio] Building new blocks in Gnu Radio

2012-03-25 Thread Ebtisam Ahmed
Hi all, I am new in GNU Radio and i have recently learned how to make new blocks in gnuradio. I have successfully made .h .cc and .i files, now the problem im facing is how to build them to use the newly created files. Any help for this problem will be highly welcomed. Thanx in advance Regards,