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
[email protected] 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. [email protected]
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
I have been using Code::Blocks IDE for a while. And I have tried to
I would like to ask you, if it would be possible to link GnuRadio
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-----