Re: [Discuss-gnuradio] Undefined reference to `gr::blocks::vector_source_b::make()'

2015-04-22 Thread mohamedx
Hi Marcus, You know what, when I start reviewing my cmake files from the main CMakeLists.txt, I found that I didn't have BLOCKS in that set() instruction !! I've just regenerated and built my project, there's no more undefined reference error. Thanks Marcus, well seen, I hope this helps somebody

Re: [Discuss-gnuradio] Undefined reference to `gr::blocks::vector_source_b::make()'

2015-04-22 Thread mohamedx
Thanks Martin, you're right, it's about linking gnuradio-blocks libraries. To make it easy, I've regenerated my project (for Eclipse CDT4), and when I took the time to read what cmake outputs, I found that he actually didn't check for gnuradio-blocks, though he successfully found the others: runtim

Re: [Discuss-gnuradio] Undefined reference to `gr::blocks::vector_source_b::make()'

2015-04-20 Thread mohamedx
Hi again, I managed to solve my initial issue (I just add double control of in/out item count), but still not able to run a flow graph from main, I got the undefined reference to what ever blocks other than mine. If someone has an idea to fix this, I'm still interested. Thanks, Mohamed -- Vie

[Discuss-gnuradio] Undefined reference to `gr::blocks::vector_source_b::make()'

2015-04-17 Thread mohamedx
Hi there, I'm working on my OOT with gnuradio 3.7.5 on ubuntu 14.04.2 LTS. The problem began when I got a "segment fault" from python test of one of my blocks, so I decided to run a flowgraph in c++ to debug the source code, it looks like the following: ... gr::top_block_sptr t

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

[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

Re: [Discuss-gnuradio] ctest can't find gnuradio module !

2014-07-15 Thread mohamedx
ything would help. On Tue, Jul 15, 2014 at 3:21 PM, Tom Rondeau-2 [via GnuRadio] < ml-node+s4n49346...@n7.nabble.com> wrote: > On Tue, Jul 15, 2014 at 8:51 AM, mohamedx <[hidden email] > <http://user/SendEmail.jtp?type=node&node=49346&i=0>> wrote: > >>

[Discuss-gnuradio] ctest can't find gnuradio module !

2014-07-15 Thread mohamedx
Hi there, Could someone help me fix this issue, when I try to run my tests, the ctest returns the following: ... from gnuradio import gr, gr_unittest ImportError: No module named gnuradio ... Nonetheless, when I import any module from gnuradio in python terminal, it passes without any problem, and

Re: [Discuss-gnuradio] Maximum supported frequency

2014-05-24 Thread mohamedx
Hi Martin, I'm not sure that (what I've understood) was the opposite of what Martin said, but anyway, I really appreciate your answer. Could you please tell me where I can find more about this question ? and where I can find the source code related to that "sample" unit ? so I can see closely how

Re: [Discuss-gnuradio] Cannot import gnuradio !

2014-05-23 Thread mohamedx
I've found a post on same issue under the same title: http://gnuradio.4.n7.nabble.com/Cannot-import-gnuradio-td42045.html I tried to load the configuration by "ldconfig" after setting the path varaiables, and it works perfectly now. -- View this message in context: http://gnuradio.4.n7.nabble.c

Re: [Discuss-gnuradio] Cannot import gnuradio !

2014-05-22 Thread mohamedx
Well, I've built it from the source code 3.7.3 and I kept the default path (i.e. /usr/local). Moreover, my system knows perfectly the command lines concerning gnuradio (e.g. gnuradio-companion, gr_modtool) but he crashes when I attempt to execute any of those commands. Is there anything else you wa

[Discuss-gnuradio] Cannot import gnuradio !

2014-05-22 Thread mohamedx
Hi everyone, Finally, I've succeded to install the gnuradio 3.7.3 on fedora 20, even if it was my second time that I build it on fedora 20 ! However, I've one more issue which concerns the importation of gnuradio, I receive this kind of error message: Cannot import gnuradio. I tried the following

Re: [Discuss-gnuradio] Maximum supported frequency

2014-05-21 Thread mohamedx
Yes, the sampling frequency or sampling rate. I was sure that is just related to what my machine can process, since I'm not depending on some specific hardware plateforms, but I've heard the opposite, that's why I'm posting this. Thank you Martin, I really appreciate your answer. -- View this

[Discuss-gnuradio] Maximum supported frequency

2014-05-21 Thread mohamedx
Hi everyone, I'm wondering about the maximum supported frequency in gnuradio, in fact, I want to model a UHF transmission chain, where the model concludes a simulation of the radio front end. Can I do it without worry about the software limitation ? I mean, is it depend only on my machine limitati

Re: [Discuss-gnuradio] Building error of GNURadio 3.7.2

2014-05-21 Thread mohamedx
.@n7.nabble.com> wrote: > On Wed, May 21, 2014 at 7:47 AM, mohamedx <[hidden > email]<http://user/SendEmail.jtp?type=node&node=48396&i=0> > > wrote: > >> Thank you Tom, I really appreciate your help. >> >> I tried again the cmake and turning

Re: [Discuss-gnuradio] Building error of GNURadio 3.7.2

2014-05-21 Thread mohamedx
Thank you Tom, I really appreciate your help. I tried again the cmake and turning off the docs, but I got another encoding error, when I took a look at the source file, I found that the reason of this is actually a non utf-8 character in my path to the source file, so I changed the source file pat

[Discuss-gnuradio] Building error of GNURadio 3.7.2

2014-05-20 Thread mohamedx
Hi everyone, I've tried to build GNRadio 3.7.2.1 from source, when I came to make step I've received two strange error, you find hereafter what it looks like: *** [ 13%] Generating python docstrings for pm