On Sat, Nov 16, 2013 at 01:21:20PM -0200, Yuri P.M wrote:
> Hi,
> 
> My name is Yuri and I'm new to the GNU Radio "world". I'm trying to use some
> pieces of the code from the gr-atsc librabry in my project, for latter
> adaptation to my purpose, but I don't know if what I'm doing is correct (I
> suspect not), so any tip and hint would be of great help. I'm trying to use it
> in GRC.

Can you please specify how you installed GNU Radio?

My first thought is that maybe your OOT-module is not configured link
against gr-atsc. In your modules top CMakeFile.txt, look for lines that
look like this:

set(GR_REQUIRED_COMPONENTS RUNTIME ATSC)
find_package(Gnuradio "3.7.2" REQUIRED)

...and make sure the 'ATSC' is in there.

MB


-- 
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin Braun
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT -- University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

Attachment: pgp6StOKavZ0D.pgp
Description: PGP signature

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to