Andrew,

There are windows installers available for GNURadio, located at
http://www.gcndevelopment.com/gnuradio.  They contain all dependencies and
are 64-bit only, compatible with Win 8 & 10.  They also include a number of
drivers, OOT blocks, and ancillary packages like gqrx.

The current version is based on 3.7.11.1.  The most recent version provides
probably 95%+ of the Linux functionality, including WX + QT GUIs.  TCP
sinks/sources do not work, creation of OOT blocks is very difficult still,
and some things (like file sink paths) need adjustment to work properly,
but in general the packages are pretty decent now.  (I am biased as I am
the maintainer of the installers)

Geof


On Mon, Aug 7, 2017 at 11:31 PM, Andrew Rich <vk4...@tech-software.net>
wrote:

> How do u run gnu radio on windows ?
>
> A
>
> Sent from my iPhone
>
> On 8 Aug 2017, at 1:16 pm, 김태영 <d...@radarnspace.kr> wrote:
>
> Thanks.
>
>
>
> But I still have problem. Some file name works good, but not the another.
>
>
>
> For ex. 'C:\Work\GRC_Work\good.bin' whithout error,
>
> But 'C:\Work\GRC_Work\bad.bin' fail.
>
>
>
> It looks like some kind of bug.
>
>
>
>
>
> Regards
>
> Kim taeyeong
>
>
>
> ------------Original Message------------
>
> *Subject :* Re: [Discuss-gnuradio] File sink permission error on Windows
>
> *Date :* 2017-08-07 17:17:57
>
> *From :* Marcus Müller <muel...@kit.edu>
>
> *To :* <discuss-gnuradio@gnu.org>
>
> *Cc :*
>
> Hi Kim,
>
>
>
> can you try to select an absolute file name rather then just "new.bin", in
> a directory that you definitely can generate new files in?
>
> To me, this looks like the reason really is that you're not allowed to
> create or write to new.bin.
>
>
>
> Best regards,
>
> Marcus
>
> On 08/07/2017 09:31 AM, 김태영 wrote:
>
> Hi all
>
>
>
> When I test file sink block on Windows 10 platform, I got permission
> error. GRC version is 3.7.9.2
>
> This flowgraph works well on Ubuntu environment.
>
> How can I overcome this issue.
>
>
>
> One more issue is the deference before "Stream to tagged stream" and after.
>
> I want to know what this block meaning.
>
>
>
>
>
> Regards
>
> Kim taeyeong
>
>
>
>
>
> ==== Error message ====
>
>
> Executing: C:\Program Files\GNURadio-3.7\gr-python27\python.exe -u
> C:\Work\GRC_Work\file_sink.py
>
> Using Volk machine: avx2
> new.bin: Permission denied
> Traceback (most recent call last):
>   File "C:\Work\GRC_Work\file_sink.py", line 82, in <module>
>     main()
>   File "C:\Work\GRC_Work\file_sink.py", line 76, in main
>     tb = top_block_cls()
>   File "C:\Work\GRC_Work\file_sink.py", line 37, in __init__
>     self.blocks_file_sink_0_1 = blocks.file_sink(gr.sizeof_int*1,
> "new.bin", False)
>   File "C:\Program 
> Files\GNURadio-3.7\lib\site-packages\gnuradio\blocks\blocks_swig0.py",
> line 1016, in make
>     return _blocks_swig0.file_sink_make(itemsize, filename, append)
> RuntimeError: can't open file
>
>
> _______________________________________________
> Discuss-gnuradio mailing 
> listDiscuss-gnuradio@gnu.orghttps://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
>
> <no_file_name_0.ext>
>
> <datafilesink2.grc>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to