[odb-users] ODB on Android

Boris Kolpackov boris at codesynthesis.com
Wed Apr 15 08:49:04 EDT 2020


Wolfgang Haupt <haupt.wolfgang at gmail.com> writes:

> And I only have this 3 errors in a million line project, the project is
> built against libc++ wich is default in NDK 17.
> If it was the same issue, I'd probably get thousands of similar errors.

It could be that only libodb uses that particular part of libc++ that
causes the error (the unresolved symbol actually points into the code
from libc++ itself).


> I removed all my libs again and rebuilt everything from scratch and still
> get this, so I'm a bit puzzled.

One thing I would try is take the code from libodb that triggers the
error and create a small isolated example from it. Then try to build
and link this isolated example. If that works, then it would indicate
that libodb is not built in the right configuration for some reason.



More information about the odb-users mailing list