discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] make check failing


From: Alan Gray
Subject: [Discuss-gnuradio] make check failing
Date: Thu, 24 Apr 2003 09:41:26 +1000

Ok, it seems that I've got everything building correctly but I'm running into troubles with make check. All goes well until it hits some of the atsc stuff, where it all goes pear shaped as follows:

**snip**
2330+0 records in
2330+0 records out
438040 bytes transferred in 0.072343 seconds (6055046 bytes/sec)
PASS: test_loopback
  File "./test_full_loopback", line 137
    atsc_rx_FLAGS += s_option
                   ^
SyntaxError: invalid syntax
Traceback (innermost last):
  File "./test_full_loopback_2x", line 24, in ?
    system_chk (os.path.join (srcdir, "test_full_loopback --2x"))
  File "./test_full_loopback_2x", line 21, in system_chk
    sys.exit (r >> 8)
NameError: sys
FAIL: test_full_loopback_2x
  File "./test_full_loopback", line 137
    atsc_rx_FLAGS += s_option
                   ^
SyntaxError: invalid syntax
Traceback (innermost last):
  File "./test_full_loopback_20", line 24, in ?
    system_chk (os.path.join (srcdir, "test_full_loopback --20"))
  File "./test_full_loopback_20", line 21, in system_chk
    sys.exit (r >> 8)
NameError: sys
FAIL: test_full_loopback_20
===================
2 of 3 tests failed
===================
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory `/home/alg11/gnu/gnuradio-0.7/src/gnu/atsc'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/home/alg11/gnu/gnuradio-0.7/src/gnu/atsc'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/home/alg11/gnu/gnuradio-0.7/src/gnu'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/alg11/gnu/gnuradio-0.7/src'
make: *** [check-recursive] Error 1

Is this going to be a huge problem, especially considering that Australian broadcasters transmit HDTV signals using a COFDM modulation rather than ATSC so the chances of me actually using the ATSC parts of GNU radio are very minimal?

On a related note, is there anyone currently working on demodulating COFDM HDTV signals? I intend to try to do this once I get everything working properly, but I'd hate to re-invent the wheel if work is already in progress.

Alan





reply via email to

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