discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Custom Blocks - Windows


From: PEEL Luke
Subject: [Discuss-gnuradio] Custom Blocks - Windows
Date: Wed, 27 Aug 2014 10:19:59 +0100

Hi,

 

I am in the process of creating a custom block for GRC - I have managed to write the C++, compile and install it all on Linux, but I was hoping that it would be simple to port that over to Windows (Maybe just place the right files in the right places). When I did ‘sudo make install’ in the build directory of my new module, it printed the following:

 

 

Install the project...

-- Install configuration: "Release"

-- Installing: /usr/local/lib/cmake/custom/customConfig.cmake

-- Installing: /usr/local/include/custom/api.h

-- Installing: /usr/local/include/custom/myMod.h

-- Installing: /usr/local/lib/libgnuradio-custom.so

-- Installing: /usr/local/lib/python2.7/dist-packages/custom/_custom_swig.so

-- Removed runtime path from "/usr/local/lib/python2.7/dist-packages/custom/_custom_swig.so"

-- Installing: /usr/local/lib/python2.7/dist-packages/custom/custom_swig.py

-- Installing: /usr/local/lib/python2.7/dist-packages/custom/custom_swig.pyc

-- Installing: /usr/local/lib/python2.7/dist-packages/custom/custom_swig.pyo

-- Installing: /usr/local/include/custom/custom/swig/custom_swig.i

-- Installing: /usr/local/include/custom/custom/swig/custom_swig_doc.i

-- Installing: /usr/local/lib/python2.7/dist-packages/custom/__init__.py

-- Installing: /usr/local/lib/python2.7/dist-packages/custom/__init__.pyc

-- Installing: /usr/local/lib/python2.7/dist-packages/custom/__init__.pyo

-- Installing: /usr/local/share/gnuradio/grc/blocks/custom_ myMod.xml

 

 

Is it possible to map the file paths from Linux to the file paths in Windows and just copy the files? Or is there some other method used to install a new block in Windows.

 

Apologies if this has been asked before, but the threads I found didn’t match what I was looking for.

 

Thank you,

Luke


reply via email to

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