-----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 > <[email protected]> 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 [email protected] > 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 [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
