Menu
  • HOME
  • TAGS

The ported Node.js to QNX OS, is it accessible somewhere?

node.js,qnx

I have received the ported source code. And here it is shared with you : http://blog.hemnik.com/2014/06/nodejs-for-qnx-source-code.html !...

How to send SIGTERM to a process by process name in QNX cpp code?

c++,qnx

It's not as simple as one might think. Linux doesn't provide a syscall that gives you the PID of a process by its name. Assuming QNXs filesystem is similar to standard UNI, you might want to read this article to understand how to find a process's PID using its name,...

Fail to build Boost system library

c++,gcc,boost,mingw,qnx

Solution for my problem: First thing to do is to get MinGW and put it under C:\MinGW. In C:\MinGW\bin there should be gcc Run cmd. In boost (deflaut C:\boost_1_57_0) main folder Set path using command: 'set PATH=c:\mingw\bin;%PATH%' Go to the tools\build directory of your boost folder and run 'bootstrap mingw'...

Error: Program “make” not found in PATH in QNX Momentics

c++,eclipse,blackberry-10,qnx,momentics

Install make for windows : http://gnuwin32.sourceforge.net/packages/make.htm if it's still not working, add the path to the make binary's directory in your path : Adding directory to PATH Environment Variable in Windows...

USB device detection problems: using Compact Flash card reader and QNX (Virtual Machine)

virtual-machine,usb-drive,qnx,qnx-neutrino,cardreader

OK, it seems that I had to restart the usb driver 'devb-umass' (several times). When the card reader is already plugged-in during the booting the driver will not detect it autoamtically. Thus one has to unplug and plug it in again after the devb-umass was getting re-started. It also might...

Error on dlclose: “shared objects still referenced”

linux,shared-libraries,posix,qnx

I can't find "Shared objects still referenced" error message in Linux or in opensource libraries. This message only mentioned in context of QNX. This QT patch https://qt.gitorious.org/qt/qtbase/commit/4af257eb3cfeef93adefda5f981742ffb58ba0ad says that this error is informative and can be ignored On QNX that's only "informative" Shared objects still referenced" dlerror should actually be...