Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

RF Space build failure on MSVC #2

Open
guruofquality opened this issue Oct 8, 2015 · 0 comments
Open

RF Space build failure on MSVC #2

guruofquality opened this issue Oct 8, 2015 · 0 comments
Labels

Comments

@guruofquality
Copy link
Contributor

Currently RF Space support is disabled in the PothosSDR windows installer. The gr-osmosdr rfspace blocks have some network API incompatibilities that need to be resolved:

  • ifdef for winsock headers vs unix headers
  • replace close(sock) with closesocket(sock)
    • provide #define closesocket(s) close(s) macro for unix
  • Call WSAStartup()

The changes can also be up-streamed to gr-osmosdr official repository. I have no way to test these changes other than getting the module to compile; so if you are interested in RF space support in the Pothos SDR environment please let us know.

Cross platform network includes for reference: https://github.com/pothosware/SoapyRemote/blob/master/common/SoapySocketDefs.in.hpp

ryanvolz added a commit to ryanvolz/gnuradio-osmosdr-feedstock that referenced this issue Jun 27, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant