QNX SDP 6.6 (Software Development Platform) on Linux is a 32-bit application. Now it can be installed on Ubuntu 18.10 64-bit OS but you need to install the following pre-requisite libraries:
You should be able to run QNX Momentics at this point (/opt/qnx660/run-qde.sh) but you will get a lot of error messages on the console like below:
. To clean it up, do:
</>
$: sudo apt install libc6:i386 default-jre-headless:i386 libgtk2.0-0:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libatk-adaptor:i386
You should be able to run QNX Momentics at this point (/opt/qnx660/run-qde.sh) but you will get a lot of error messages on the console like below:
(qde:8603): Gtk-WARNING **: 01:12:34.312: Unable to locate theme engine in module_path: "adwaita",
. To clean it up, do:
$: sudo apt install gtk2-engines-murrine:i386 gtk2-engines-pixbuf:i386 gtk2-engines:i386 gnome-themes-extra:i386
</>
Comments