We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make all JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 mkdir -p lib/LINUX/X64 make -C ../TSDRPlugin_RawFile/ all BUILD_TYPE=; cp -f ../TSDRPlugin_RawFile//bin/LINUX/X64/.so lib/LINUX/X64/; make -C ../TSDRPlugin_UHD/ all BUILD_TYPE=; cp -f ../TSDRPlugin_UHD//bin/LINUX/X64/.so lib/LINUX/X64/; make[1]: Entering directory '/home/hacker/repos/TempestSDR/TSDRPlugin_RawFile' mkdir -p bin/LINUX/X64 mkdir -p obj cc -Wall -O3 -fPIC -m64 -c src/TSDRPlugin_RawFile.c -o obj/TSDRPlugin_RawFile.o mkdir -p bin/LINUX/X64 mkdir -p obj cc -Wall -O3 -fPIC -m64 -c src/timer.c -o obj/timer.o cc -Wall -shared -m64 -o bin/LINUX/X64/libTSDRPlugin_RawFile.so obj/TSDRPlugin_RawFile.o obj/timer.o make[1]: Leaving directory '/home/hacker/repos/TempestSDR/TSDRPlugin_RawFile' make[1]: Entering directory '/home/hacker/repos/TempestSDR/TSDRPlugin_UHD' g++ -shared -m64 -o bin/LINUX/X64/libTSDRPlugin_UHD.so obj/TSDRPlugin_UHD.o -lboost_thread -lboost_program_options -luhd make[1]: Leaving directory '/home/hacker/repos/TempestSDR/TSDRPlugin_UHD' make[1]: Entering directory '/home/hacker/repos/TempestSDR/JavaGUI/jni' make[2]: Entering directory '/home/hacker/repos/TempestSDR/TempestSDR' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/hacker/repos/TempestSDR/TempestSDR' mkdir -p include mkdir -p ../lib/LINUX/X64 mkdir -p obj mkdir -p include ../bin/martin/tempest/core/ javac ../src/martin/tempest/core/TSDRLibrary.java -h ./ -d ../bin/ -cp ../src/ make[1]: javac: No such file or directory make[1]: *** [makefile:141: TSDRLibraryNDK.h] Error 127 make[1]: Leaving directory '/home/hacker/repos/TempestSDR/JavaGUI/jni' make: *** [makefile:144: jnilib] Error 2
I suppose i did everything that was said in README.md but it does not compile
The text was updated successfully, but these errors were encountered:
make[1]: javac: No such file or directory missing javac, I think you need JDK rather than the JRE
Sorry, something went wrong.
No branches or pull requests
I suppose i did everything that was said in README.md but it does not compile
The text was updated successfully, but these errors were encountered: