Open veso266 opened 6 years ago
I don't know much about the hackrf tv project, but its only a handful of files, and libhackrf development files are bundled in the installer. I recommend trying to build with the MSVC 2015 just using cl with the file list and whatever arguments.
You think you could post some script or instructions on how do you add an OOT module to GNuRadio
If you want to build OOT blocks against the install, its fairly straitforward. Install MSVC 2015, cmake, and boost development files (not bundled with the installer) https://github.com/pothosware/PothosSDR/wiki/GNURadio#notes-about-the-installer And then its just cmake for configuring, and making install.
If its something you want to see in the build, a pull request would be helpful: https://github.com/pothosware/PothosSDR/blob/master/BuildGNURadio.cmake#L282 Its pretty much boiler plate to add a OOT, although sometimes the dependencies can be difficult.
Thanks
This is not realy GR whishlist but as you have good linux to windows porting skils I was wondering if you could maybe give this a try HackTV is a nice Analog TV Transmitter that supports PAL, NTSC, SECAM (in the future) it also has Videocrypt support (have to find a Videocrypt decoder somewhere to test it) https://github.com/fsphil/hacktv for now it only supports generating to file or directly to HackRF
I tried to compile this on linux for windows with MinGW: https://github.com/fsphil/hacktv/issues/4 but failed, then tried this again on mysys2 but failed again on the exact same error (not sure why it would compile fine on linux but complain when doing it for windows
You think you could post some script or instructions on how do you add an OOT module to GNuRadio (you could use this one: https://github.com/lscardoso/gr-ntsc-rc as an example) on Windows because it would be great if it would be as easy as running make on linux, I am not sure if PothosSDR even comes with required file to be able to do this? (would love to try this on msys2 if possible)