Martin B. wrote in post #1053291:
Hi Ebtisam,
if you’ve succeeded in making the blocks, I seriously doubt you’ve read
all the intro stuff on the website (e.g. “Using GNU Radio”).
MB
On Sun, Mar 25, 2012 at 09:38:31PM +0500, Ebtisam Ahmed wrote:
Regards,
Ebtisam
Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page
–
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)
Dipl.-Ing. Martin B.
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
Hey I am facing problem with qa test in
writing new block here is the error msg while executing ctest -V
jayram@pc:~/Desktop/gr-test/build$ ctest -V
UpdateCTestConfiguration from
:/home/jayram/Desktop/gr-test/build/DartConfiguration.tcl
UpdateCTestConfiguration from
:/home/jayram/Desktop/gr-test/build/DartConfiguration.tcl
Test project /home/jayram/Desktop/gr-test/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph…
Checking test dependency graph end
test 1
Start 1: test_test
1: Test command: /bin/sh
“/home/jayram/Desktop/gr-test/build/lib/test_test_test.sh”
1: Test timeout computed to be: 9.99988e+06
1:
1:
1/2 Test #1: test_test … Passed 0.00 sec
test 2
Start 2: qa_square_ff
2: Test command: /bin/sh
“/home/jayram/Desktop/gr-test/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/jayram/Desktop/gr-test/python/qa_square_ff.py”, line
22, in
2: import test_swig as test
2: File “/home/jayram/Desktop/gr-test/build/swig/test_swig.py”, line
314, in
2: square_ff = square_ff.make;
2: NameError: name ‘square_ff’ is not defined
2/2 Test #2: qa_square_ff …***Failed 0.25 sec
50% tests passed, 1 tests failed out of 2
Total Test time (real) = 0.26 sec
The following tests FAILED:
2 - qa_square_ff (Failed)
Errors while running CTest
Can you help me to rectify this problem as I need it to resolve it
urgently.
Thanks