discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Code::Blocks


From: abdullah unutmaz
Subject: Re: [Discuss-gnuradio] Code::Blocks
Date: Sun, 13 Apr 2014 00:43:39 -0700 (PDT)

Dear Marcus,

I have found libgnuradio-runtime.so file, I guess this will allow me to use entire gnuradio functionality in Code::Blocks.

Thank you,
Abdullah

On Sunday, April 13, 2014 3:33 AM, abdullah unutmaz <address@hidden> wrote:
Dear Marcus,

Firstly thank you for your time.

I want to use gnuradio with not only USRP kits but also other kind of devices which are
connected via USBport or ethernet. I have developed python programs using gnuradio,
but currently I am required to use C++, and I prefer to use Code::Blocks.

I have taken a look at the gnuradio files installed in a bit more details and seen I could use lots
of gnuradio libraries by providing the link directory of the related .so files and header files.

But I have not seen any .so file related to uhd files of gnuradio. By the way, if I am not wrong,
for  example for an audio device which is connected via USB port could be accessible by
using gnuradio-audio sink/source files.

Thank you,
Abdullah
On Sunday, April 13, 2014 2:21 AM, Marcus Müller <address@hidden> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Abdullah,

Now I'm even more confused.
GNU Radio has no USB or Ethernet functionality at all (It has network
blocks, but they don't have anything to do with ethernet level -- they
just use your operation system's sockets and don't care about ethernet
at all).

Modern GNU Radio builds are split up in several libraries
(gnuradio-runtime, gnuradio-audio,...). You can usually find these
using "pkg-config --libs gnuradio-runtime"

So, but one step back:
What do you want to do? Build an out-of-tree module? In that case,
Code::blocks should work fine with the CMake build system which is
usually used to build such modules. That will find the necessary
libraries, linker options and so on for you.

Linking against a shared library alone does not really help you, you
need to know which symbols are in that library. You usually do that by
including specific .h describing the functionality. If you know what
headers you want, you usually know which library to link against.


Greetings,
Marcus


On 13.04.2014 08:09, abdullah unutmaz wrote:
> Greetins everybody,
>
> In my previous message, I said I had found no no .so file :).
>
> I would like to ask you, especially to use usb/ethernet
> communication functions of gnuradio, which .so file I would need to
> link in Code::Blocks.
>
> Thanks in advance, Abdullah
>
>
> On Saturday, April 12, 2014 6:36 PM, abdullah unutmaz
> <address@hidden> wrote:
>
> Greetings everybody,
>
> I have been using Code::Blocks IDE for a while. And I have tried to
> link GnuRadio in Code:Blocks, but I have not found any ".so" file
> in Ubuntu, although I have searched via terminal with the command
> "locate".
>
> I have read the tutorial in the web page:
> http://gnuradio.org/redmine/projects/gnuradio/wiki/UsingCB &
> http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules
>
>
>
> I would like to ask you, if it would be possible to link GnuRadio
> libraries in Code::Blocks IDE with a file with extension ".so" ?
>
> I would be gald if you could reply my email.
>
> Thanks in advance, Abdullah

>
>
>
> _______________________________________________ Discuss-gnuradio
> mailing list address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTSizzAAoJEBQ6EdjyzlHt+0gH/iRMpVhXdYvPe+vYNbkM/OPA
ZtimSau9P84Yo+wApa+J84n2Lb7jIaeCwckHd2FLhpuw8GYB9C49qggPiGqEO3Lb
ItwgTPKh7wFCRssH8IstpI7fR72GrdpoyMUUJtMmPdBi4YHvr3emCIi0ZZjKqfTb
osj2CuwNpFRd9nsIXFHpIq5lb4lOvhwdtlhMgYIeeYxI0Htg0xxV3/2C/KHFksCO
q92kawC1l4D0KIKginoF59KjkFiK9pUY1c9MDzCjwqynsNIYT4SZz+pESRvBbFI3
hh80UD7SoKxML33u813hXY5ynpTpXYF4IRDRypXsqGq86XJDdnBE112nk6e8Ip0=
=mOQ2
-----END PGP SIGNATURE-----

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