Skip to content
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

Compilation problem on Kali Linux #59

Open
dr4g0nized opened this issue Aug 30, 2024 · 1 comment
Open

Compilation problem on Kali Linux #59

dr4g0nized opened this issue Aug 30, 2024 · 1 comment

Comments

@dr4g0nized
Copy link

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

@xawos
Copy link

xawos commented Oct 23, 2024

make[1]: javac: No such file or directory
missing javac, I think you need JDK rather than the JRE

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

2 participants