-
Notifications
You must be signed in to change notification settings - Fork 251
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
Compiling issue on Raspberry Pi #21
Comments
hello,I also encountered the same problem, did you solve it and how did you solve it? |
Same here, I'm facing that error on an ubuntu desktop. |
me too, looks like there is no javah in recent versions von java jdk. |
so what I did was first figure out where
and include the directories in under
and compilation worked, however the jar file is still compiled for the wrong arch. it's under JavaGUI, but I still get
EDIT: managed to compile it and run the .jar but i have no idea how to make it work with either RTL-SDR or HackRF. since I run debian 64 bit, the OS recognizes arch as It compiled for arm64/aarch64 and starts (via X11 forwarding) but i have no idea which plugin to use. extIO seems to be windows only. any suggestion? |
Hello, I was really interested about this program and try to compile it by carefully following the instruction. But when i ran the
make all
command, this happen :What can I do to solve this ? Is it possible to compile it with the Raspberry architecture ?
Thanks for taking the time to help me :D
The text was updated successfully, but these errors were encountered: