8000 Windows building · Issue #66 · fsphil/hacktv · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Windows building #66

New issue

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

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

Already on GitHub? Sign in to your account

Open
ea3iav opened this issue Jun 22, 2020 · 5 comments
Open

Windows building #66

ea3iav opened this issue Jun 22, 2020 · 5 comments

Comments

@ea3iav
Copy link
ea3iav commented Jun 22, 2020

Hello! I have followed the instructions in order to execute the script. But I am having difficulties to find the specific packages shown here

pack

I get an error

Line37 mingw64-cmake: command not found

any help on this? I did find similar packages and installed them, but not those specific that were mentioned above. I guess it might be the reason of the error I get

@fsphil
Copy link
Owner
fsphil commented Jun 23, 2020

Installing those packages brings in ming64-cmake on Fedora 32, I can't be sure about other distros. The exact package name that contains the file is mingw64-filesystem-113-1.fc32.noarch.

However there are other errors even with it installed. I'm not sure what's broken yet.

@ea3iav
Copy link
Author
ea3iav commented Jun 29, 2020

Working fine! Used you zip with the hacktv ported executable amd ot worked!

@Zcooger
Copy link
Contributor
Zcooger commented Jul 7, 2020

For anyone interested here are HackTV executables:
(07.07.2020):
hacktv.exev07.07.2020.7z.zip
(23.01.2021):
hacktv.exev23.01.2021.7z.zip

@SheepyChris
Copy link

Sorry to necro this issue, however I am currently attempting to cross-compile to Windows and unfortunately I keep stumbling across this issue:

+ rm -rf hackrf-2018.01.1/host/libhackrf/build
+ mkdir -p hackrf-2018.01.1/host/libhackrf/build
+ cd hackrf-2018.01.1/host/libhackrf/build
+ mingw64-cmake -DCMAKE_INSTALL_PREFIX=/home/chris/Documents/hacktv/build_win64/install_root -DCMAKE_INSTALL_LIBPREFIX=/home/chris/Documents/hacktv/build_win64/install_root/lib -DLIBUSB_INCLUDE_DIR=/home/chris/Documents/hacktv/build_win64/install_root/include/libusb-1.0 -DLIBUSB_LIBRARIES=/home/chris/Documents/hacktv/build_win64/install_root/lib/libusb-1.0.a
./build_win64.sh: line 37: mingw64-cmake: command not found

I do currently have mingw-w64 installed on my distribution (MX Linux 21), attemping to only run cmake instead complains about a missing CMakeFiles.txt.

@steeviebops
Copy link

mingw64-cmake is Fedora-specific. You can get it building on other distros by replacing all references of mingw64-cmake with the following three lines:

cmake .. \
	-DCMAKE_SYSTEM_NAME=Windows \
	-DCMAKE_C_COMPILER=$HOST-gcc \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
0