Re: [Discuss-gnuradio] Make test failed

2013-11-13 Thread YiZiRui Zhou
Hi Tom, Thanks for your advice. I tried to uninstall ORC and test again. Unfortunately, just like Damon, more tests failed. https://lists.gnu.org/archive/html/discuss-gnuradio/2013-08/msg00353.html I installed GNU Radio on another computer which run 64-bit Linux several month ago. This remind

Re: [Discuss-gnuradio] Make test failed

2013-11-12 Thread Tom Rondeau
On Tue, Nov 12, 2013 at 3:20 AM, 周易子睿 zhouyizi...@gmail.com wrote: Dear all, I tried to install GNU Radio v3.7 git on my computer, but some of the build tests failed. The OS is Ubuntu 13.10 32bit, with kernel version Linux 3.11.0-12-generic, the cpu is Intel® Core™ i5-2400 CPU @ 3.10GHz ×

Re: [Discuss-gnuradio] Make test failed

2013-02-02 Thread Martin Braun (CEL)
On Fri, Feb 01, 2013 at 01:27:39PM -0500, Khizer Kaleem wrote: I have attached the header file that is generated through gr_modtool. You can notice that the generated API is not included in the header file. I added the API manually and called the sptr using API header to solve this problem.

Re: [Discuss-gnuradio] Make test failed

2013-02-01 Thread Martin Braun (CEL)
On Thu, Jan 31, 2013 at 07:37:30PM -0500, Khizer Kaleem wrote: Thanks Josh. It worked. Apparently, the gr_modtool.py is not including the API in the header. Well, it should. I must admit I bungled gr_modtool a bit while working on porting it to 3.6.4, but it should be in a working state now.

Re: [Discuss-gnuradio] Make test failed

2013-02-01 Thread Khizer Kaleem
I followed the gnuradio wiki page commands to create a new block. smookin@comsec-ThinkCentre-M90p:~/Desktop$ gr_modtool.py create howto Module directory is ./gr-howto. Creating directory... Copying howto example... Unpacking... Replacing occurences of 'howto' to 'howto'... Skipping ./apps

[Discuss-gnuradio] make test Failed

2013-01-31 Thread Mohammed Ramadan
i follow gr_modtool for Making block in gnuradio, when i reached to make test step i have test failed el-hadidy@ubuntu:~/gr-mmm$ make test make: *** No rule to make target `test'.  Stop. el-hadidy@ubuntu:~/gr-mmm$ cd build el-hadidy@ubuntu:~/gr-mmm/build$ make test Running tests... Test project

Re: [Discuss-gnuradio] make test Failed

2013-01-31 Thread Nemanja Savic
It may be that you didn't make test script? And you should do make before make test. On Thu, Jan 31, 2013 at 10:27 AM, Mohammed Ramadan eng_mo7med2...@yahoo.com wrote: i follow gr_modtool for Making block in gnuradio, when i reached to make test step i have test failed

[Discuss-gnuradio] Make test failed

2013-01-31 Thread Khizer Kaleem
Hello everyone, I am trying to build my own block using gr_modtool.py. But When I run make test its gives me an error. mkk@comsec-ThinkCentre-M90p:~/Desktop/gr-howto/build$ ctest -V UpdateCTestConfiguration from :/home/mkk/Desktop/gr-howto/build/DartConfiguration.tcl UpdateCTestConfiguration

Re: [Discuss-gnuradio] Make test failed

2013-01-31 Thread Josh Blum
2: Test command: /bin/sh /home/mkk/Desktop/gr-howto/build/python/qa_square_ff_test.sh 2: Test timeout computed to be: 9.99988e+06 2: Traceback (most recent call last): 2: File /home/mkk/Desktop/gr-howto/python/qa_howto_square_ff.py, line 23, in module 2: import howto_swig as howto

Re: [Discuss-gnuradio] Make test failed

2013-01-31 Thread Khizer Kaleem
Thanks Josh. It worked. Apparently, the gr_modtool.py is not including the API in the header. -Khizer Kaleem On Thu, Jan 31, 2013 at 4:32 PM, Josh Blum j...@ettus.com wrote: 2: Test command: /bin/sh /home/mkk/Desktop/gr-howto/build/python/qa_square_ff_test.sh 2: Test timeout computed to