sudo apt install libc6:i386 default-jre-headless:i386 libgtk2.0-0:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libatk-adaptor:i386
Monday, May 28, 2018
Installing QNX SDP 6.6 Linux on Ubuntu 18.04
QNX SDP 6.6 (Software Development Platform) Linux is a 32-bit application but Ubuntu 18.04 is by default a 64-bit OS. To install it on this OS install the following pre-requisite libraries:
Subscribe to:
Post Comments (Atom)
QNX: Running a function at specific interval using timer interrupt
#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
This is quick start guide how to run ssh server on QNX. Tested on QNX 6.5 (650SP1-VM.tar). # ssh-keygen -t dsa -b 1024 -f /etc/ssh/ssh...
No comments:
Post a Comment