leamas
leamas
found some glitches...
Thanks! This then boils down to make it compile and run on Android in a reasonably clean way. Could you perhaps share your diff? I have some ideas how to...
I have Ideas, but no time. Stay tuned.
This is more or less what I'm doing right now...
This is what I have right now. Not tested at all, will have opportunities to test later today. That is, still a sketch. The former "thread" class is now just...
Hm... Of course, I don't really understand what's going on here. Trying to sort it out: 1: in *model/include/model/comm_drv_n0183_serial.h* : m_serial_io is a unique_ptr to the indeed abstract `SerialIo`. The...
Digging... I can see the symbol in the opencpn executable: `objdump -T -C | grep SerialIo` contains this line ``` 0000000000ca0e80 w DO .data.rel.ro 0000000000000038 Base vtable for SerialIo ```...
OTOH, after building the "fake" armhf opencpn in a docker container: ``` # readelf -s opencpn | grep SerialIo | grep UND # ``` I. e., these symbols are are...
Forget it. I have been building the wrong thing. Stay tuned
I can reproduce it. It's not a link ordering problem.