Hi I'm working on a building a JNI library with na...
# community-support
a
Hi I'm working on a building a JNI library with native C++. I'm using the
cpp-library
but running into issues compiling on windows. The build stops with:
Copy code
> Task :rtlsdr-jni:compileDebugX86-64Cpp FAILED
g++.exe: fatal error: cannot specify '-o' with '-c', '-S' or '-E' with multiple files
compilation terminated.
Any ideas?