1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
| << Welcome to GNU Radio Companion 3.7.9.2 >>>
Preferences file: /home/landry/.gnuradio/grc.conf
Block paths:
/home/landry/.grc_gnuradio
/usr/local/share/gnuradio/grc/blocks
Loading: "/home/landry/Bureau/transmit/tetrapol_tx.grc"
>>> Done
Showing: "/home/landry/Bureau/transmit/tetrapol_tx.grc"
Generating: '/home/landry/Bureau/transmit/tetrapol_tx.py'
Executing: /usr/bin/python2 -u /home/landry/Bureau/transmit/tetrapol_tx.py
linux; GNU C++ version 4.8.4; Boost_105400; UHD_003.010.git-216-gb1c2d4bb
gr-osmosdr v0.1.4-72-g164a09fc (0.1.5git) gnuradio 3.7.9.2
built-in sink types: uhd hackrf bladerf redpitaya file
FATAL: No supported devices found to pick from.
Trying to fill up 1 missing channel(s) with null sink(s).
This is being done to prevent the application from crashing
due to gnuradio bug #528.
No such file or directory
Traceback (most recent call last):
File "/home/landry/Bureau/transmit/tetrapol_tx.py", line 182, in <module>
main()
File "/home/landry/Bureau/transmit/tetrapol_tx.py", line 176, in main
tb = top_block_cls(args=options.args, freq=options.freq, freq_offs=options.freq_offs, in_file=options.in_file, out_file=options.out_file, oversample=options.oversample, ppm=options.ppm)
File "/home/landry/Bureau/transmit/tetrapol_tx.py", line 71, in __init__
self.blocks_file_source_0 = blocks.file_source(gr.sizeof_char*1, in_file, False)
File "/usr/local/lib/python2.7/dist-packages/gnuradio/blocks/blocks_swig0.py", line 996, in make
return _blocks_swig0.file_source_make(*args, **kwargs)
RuntimeError: can't open file
>>> Done (return code 1) |
Partager