[Discuss-gnuradio] create-gnuradio-out-of-tree-project

2011-08-16 Thread OG LESS
What file do I need to link to, to get rid of the following error (make)?: undefined reference to `gr_msg_accepter::post(boost::intrusive_ptr)' Alot of similar errors are removed when linking the file /usr/lib/libgnuradio-core.la, however, I don't know why this one isn't going anyway?

Re: [Discuss-gnuradio] Creating a new GNU Block

2011-08-10 Thread OG LESS
For anyone else suffering with this, I fixed this: Needed to use -R flags as well as -L.. Everything builds now, but the block doesn't seem to do anything. The problem is that I don't even get an error message. So I have no idea where to start debugging.. From: ogl...@hotmail.com To: discuss-

[Discuss-gnuradio] What does this error mean?

2011-08-10 Thread OG LESS
I get the following error when attempting to run my own block in GNU Radio: "thread[thread-per-block[1]: ]: Invalid input" ..and any ideas how to resolve it? ___ Discuss-gnuradio mailing list Discuss-gnuradio@g

[Discuss-gnuradio] Creating a new GNU Block

2011-08-08 Thread OG LESS
Hello All, I am trying to make a new block for GNU Radio, which uses MATLAB (MCR). When I get to the 'sudo make check' stage, it gives me the following error: "/usr/bin/isn/lib/.libs/lt-test_all: error while loading shared libraries: libmwmclmcr.so: cannot open shared object file: No such file

[Discuss-gnuradio] Complex to Bye / Byte to Complex conversion

2011-07-05 Thread OG LESS
No need, I figured the to/from char blocks work with byte.. > From: discuss-gnuradio-requ...@gnu.org > Subject: Discuss-gnuradio Digest, Vol 103, Issue 27 > To: discuss-gnuradio@gnu.org > Date: Sun, 26 Jun 2011 12:00:14 -0400 > > Send Discuss-gnuradio mailing list submissions to > discuss-

Re: [Discuss-gnuradio] Complex to Bye / Byte to Complex conversion

2011-07-05 Thread OG LESS
No need, I figured the to/from char blocks work with byte.. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Complex to Bye / Byte to Complex conversion

2011-07-05 Thread OG LESS
Hello, How can I convert from complex to byte and byte to complex? There doesn't seem to be any blocks available for this.. Regards, OGLES ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lis