albar965 / littlenavmap

Little Navmap is a free flight planner, navigation tool, moving map, airport search and airport information system for Flight Simulator X, Microsoft Flight Simulator 2020, Prepar3D and X-Plane.
https://albar965.github.io/littlenavmap.html
GNU General Public License v3.0
1.23k stars 161 forks source link

Crash Report for embedded linux on hardware #1108

Closed Eomer16 closed 3 months ago

Eomer16 commented 3 months ago

Dear Albar965,

I managed to compile the project on Ubuntu host with a toolchain for my embedded device. When I tried to start the application on my device littlenavmap is crashed. Do you have any idea why this is happening? I am sending you to the crash report .zip file.

Thank you for your help.

Crash Report: little_navmap_crashreport_3.zip

albar965 commented 3 months ago

Driver not loaded means that the libsqlite3.so is missing or not in the path.

albar965 commented 3 months ago

BTW: There are also Linux build scripts in the folders build in marble and littlenavmap. Also use the latest branch release/3.0 since master is behind.

Eomer16 commented 3 months ago

I added sqlite libraries of Qt to Linux image using yocto project. It is working now. Thank you for your help 😊

albar965 commented 3 months ago

You're welcome. :slightly_smiling_face: