discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] How to add c++ modules after gnuradio-3.2.2. binary i


From: Yao Jack
Subject: [Discuss-gnuradio] How to add c++ modules after gnuradio-3.2.2. binary installation?
Date: Sat, 27 Mar 2010 13:18:37 -0700 (PDT)

 
Hi

  I installed gnuradio-3.2.2. Binary package in Ubuntu 9.04.  
 It was not flexible to include new c++ files 
 (I could not find bootstrap, configure.ac  files etc in usr/share/gnuradio
installation directory).

 I then downloaded gnuradio-3.2.2.tar.gz and
gr-howto-write-a-block-3.2.2.tar.gz files and unzipped them in my home
folder,
and 
 gr-howto-write-a-block-3.2.2 was included as a subdirectory in the
gnuradio-3.2.2 directory.

  I  used installation commands ./bootstrap, ./configure, make, sudo make
install
 in gnuradio-3.2.2 directory, and no error was reported. I then tried to run
file 
 qa_howto.py (after chmod +x qa* ) in directory
gr-howto-write-a-block-3.2.2/src/python, as follows:

 ./qa_howto.py

 Error was reported that "in import howto", "howto" module could not be
recognized.
 I tried many other means, including modifying makefile.am in several
directories,
 and 
 using installation ./bootstrap, ./configure, make, sudo make install
 in gr-howto-write-a-block-3.2.2 directory.  No error was reported.

 But still 
./qa_howto.py 
 could not work.
 
 Questions: 

1) How can I make this work? 
2) How can I add new functions and modules using c++ files based on
gnuradio-3.2.2 binary installation? 
 
Thank you.

 Jack
-- 
View this message in context: 
http://old.nabble.com/How-to-add-c%2B%2B-modules-after-gnuradio-3.2.2.-binary-installation--tp28036932p28036932.html
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]