Hello! I am trying to using Javacpp to call a CLI tool "convbin" in the Rtklib open source library.
The convbin.c is in the app/consapp/convbin, with a makefile in app/consapp/convbin/gcc.
There are also many other .c file in src directory and util directory, and some libs in lib directory.
Could you please tell me how can I using Javacpp to call the convbin main fucntion with such complex program structure?
Thank you!