discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: error running the rx_ofdm.grc example.


From: Kyeong Su Shin
Subject: Re: error running the rx_ofdm.grc example.
Date: Mon, 13 Apr 2020 08:06:27 +0000

Hello Shivika:

This is caused by "OFDM Transmitter" block trying to create a debug log file in a location where you do not have a write permission. A quick workaround would be disabling the "Log Debug Info" feature of the OFDM transmitter block (if you do not need the debug log).

I am not sure what is the proper fix for this (as I do not use GNU Radio on Windows regularly).

Regards,
Kyeong Su Shin

보낸 사람: Shivika Agrawal <address@hidden> 대신 Discuss-gnuradio <discuss-gnuradio-bounces+ksshin=address@hidden>
보낸 날짜: 2020년 4월 13일 월요일 오후 4:39
받는 사람: address@hidden <address@hidden>
제목: error running the rx_ofdm.grc example.
 
Hi
When i am trying to run the rx_ofdm.grc example ,i am getting the following error.
C:\Program Files\GNURadio-3.7\gr-python27\python.exe: can't open file 'C:\Program Files\GNURadio-3.7\share\gnuradio\examples\digital\ofdm\rx_ofdm.py': [Errno 2] No such file or directory
I tried to duplicate it and save in a new file to run,but again i got the following error.
Generating: 'C:\\Users\\Dell store\\Desktop\\rx_ofdm.py'

Executing: C:\Program Files\GNURadio-3.7\gr-python27\python.exe -u C:\Users\Dell store\Desktop\rx_ofdm.py

tx-hdr.dat: Permission denied
Traceback (most recent call last):
  File "C:\Users\Dell store\Desktop\rx_ofdm.py", line 335, in <module>
    main()
  File "C:\Users\Dell store\Desktop\rx_ofdm.py", line 329, in main
    tb = top_block_cls()
  File "C:\Users\Dell store\Desktop\rx_ofdm.py", line 135, in __init__
    scramble_bits=False
  File "C:\Program Files\GNURadio-3.7\lib\site-packages\gnuradio\digital\ofdm_txrx.py", line 213, in __init__
    self.connect(header_gen, blocks.file_sink(1, 'tx-hdr.dat'))
  File "C:\Program Files\GNURadio-3.7\lib\site-packages\gnuradio\blocks\blocks_swig0.py", line 1024, in make
    return _blocks_swig0.file_sink_make(itemsize, filename, append)
RuntimeError: can't open file
Please try to help.I have been stuck here from a long time.
Regards 
Shivika
Electronics and Telecommunication engineering Student

reply via email to

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