bdbcat
bdbcat
Sorry, no go. At runtime link, UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZTI8SerialIo" referenced by "/data/app..... In Android build, in the CTOR of serial driver, I do not see how...
Sorry, same result. It must be due to clang vs gcc. Side: It is no trouble to test patches like this. Takes me about 5 minutes to rebuild and smoke...
For another look: ``` dsr@debian:~/Projects/opencpn/build_android_32_cci_22b$ readelf -s libgorp.so | grep SerialIo 387: 00000000 0 NOTYPE GLOBAL DEFAULT UND _ZTV8SerialIo 436: 00000000 0 NOTYPE GLOBAL DEFAULT UND _ZTI8SerialIo 6689: 00dae2b4 128...
Strange fixup. Strange clang. But sometimes it is "whatever works". Now getting very close. Builds, installs, and runs on Android. One Android problem, in this function: ``` static std::string NormalizePort(const...
Sure, I agree to stay with std::string. wxString example just to show directly what the result should be. Lots of new commits here. Let me know when to test again...
All good now. Ready to merge, from my Android perspective.
"It is probably better to provide one to download somewhere..." +1
A coupe of nits: 1. In context menu, the new item text should toggle depending on the state of the debug window ("Show/Hide"). 2. On debian, with at least my...
N2K drivers also use the "ALL" target as well. Time to fix this, I think.
How big a job is it?