Top "Qnx" questions

QNX mainly known as a Real-Time Operating System that is both full-featured and robust, but can also scale down to meet the constrained resource requirements of realtime embedded systems.

gcc - how to create a mapfile of the object file

I have a .map file called a.out.map that was created from a .cpp/.obj file but I don't …

c++ gcc qnx
CMake cannot find GoogleTest required library in Ubuntu

Similar issue here. This is my CMakeLists.txt: cmake_minimum_required(VERSION 2.6) # Locate GTest find_package(GTest REQUIRED) include_directories(${…

c++ ubuntu cmake googletest qnx
Python on an Real-Time Operation System (RTOS)

I am planning to implement a small-scale data acquisition system on an RTOS platform. (Either on a QNX or an …

python rtos python-stackless qnx
make: install: Command not found

While I'm trying to install git from its source on qnx, I get the following error (note that pound is …

git makefile qnx qnx-neutrino
Using static const + const as array bound

I'm doing something like this Class.hpp: class Class { private: static const unsigned int arraySize; int ar[arraySize+2]; }; Class.cpp: #…

c++ arrays qnx
Getting the list of running user process in QNX

I am running some daemon user processes as well as some Xlet GUI apps in a QNX operating system.I …

qnx qnx-neutrino blackberry-qnx xlet
Am I able to use C++11 in QNX?

I have some cross-platform code with some C++11 features like #include <thread> and others. I will soon be …

c++ c++11 qnx