Re: [Discuss-gnuradio] undefined reference error

2019-06-15 Thread Michael Dickens
Hi Tushar - Is the error when compiling your "receiver.cpp", or when linking? What is the complete error and command issued that generates this error? - MLD On Sat, Jun 15, 2019, at 3:47 AM, tushar sharma wrote: > /home/msi52/src/applications/newpackage/receiver.cpp:-1: error: undefined > refere

[Discuss-gnuradio] undefined reference error

2019-06-15 Thread tushar sharma
/home/msi52/src/applications/newpackage/receiver.cpp:-1: error: undefined reference to `gr::bb60c::source::make()' I am trying to use one of the blocks from an OOT module in

Re: [Discuss-gnuradio] Undefined reference error

2014-07-24 Thread mohamedx
Hi Marcus, Thanks for helping me to fix this, it's working well. Here is the direct link to the disussion you've mentionned: http://gnuradio.4.n7.nabble.com/Out-of-Tree-linker-error-libgnuradio-MYMOD-so-undefined-reference-to-gr-fft-fft-complex-execute-td49549.html In other hand, when I add anot

Re: [Discuss-gnuradio] Undefined reference error

2014-07-24 Thread Martin Braun
Also, did you read the manual page for this? http://gnuradio.org/doc/doxygen/index.html#oot_config_page M On 07/24/2014 03:42 PM, Marcus Müller wrote: > Hi Mohammed, > > first: never "sudo make". whereever that came from; running a build > process as root is generally a bad idea. > > John Mur

Re: [Discuss-gnuradio] Undefined reference error

2014-07-24 Thread Marcus Müller
Hi Mohammed, first: never "sudo make". whereever that came from; running a build process as root is generally a bad idea. John Murphy asked nearly exactly the same question (with gr-fft instead of gr-filter) 17 hours ago, so please refer to that thread for a (potential) solution. Greetings, Marc

[Discuss-gnuradio] Undefined reference error

2014-07-24 Thread mohamedx
Hi there, I'm run into a linker error when I build my OOT module; Hereafter what I get when typing sudo make: * libgnuradio-ssg.so: undefined reference to « gr::filter::firdes::window(gr::filter::firdes::win_type, int, double) »* For information, I use gnuradio 3.7.3 on fedora 20 and the version 4