Tagged Questions
QNX is a Real-Time Operating systems that is both full-featured and robust, but can also scale down to meet the constrained resource requirements of realtime embedded systems. It features a UNIX like environment, microkernel based design and POSIX compliance
3
votes
2answers
68 views
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:
#include <Class.hpp>
const unsigned int ...
3
votes
2answers
72 views
How to recursively search directories in a minimal shell (no grep, find, etc.)?
I'm working with an embedded system running QNX that has a stripped-down shell (KSH).
I want to locate all run all executables on the filesystem that match the following:
*/shle/*-*_test
The ...
2
votes
1answer
137 views
Halt gdb on thread switching
Is there any way I can make gdb halt every time when the pthread being executed changes?
Say I have two POSIX threads (thread A and thread B) running and I want gdb to halt when thread A is being ...
2
votes
3answers
164 views
Changing syslog log path
How do I change the log path of syslog daemon during runtime? My goal is to rotate log file every filesize or date, but I don't have logrotate in QNX/POSIX.
Do I just do an edit and hope that the ...
2
votes
1answer
791 views
Running Qt applications on QNX
I'm trying to get Qt applications running on QNX 4.5. I've compiled Qt 4.6.3 on a linux box with this configuration:
./configure -xplatform unsupported/qws/qnx-i386-g++ -embedded i386 ...
2
votes
1answer
311 views
How to get around “multiple defined symbols” in linking with gcc
I am using an older system that has gcc 2.95.3, I have to link in two objects that although they have nothing to do with each other, they each have similarly named methods. I can't rename either of ...
2
votes
4answers
2k views
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 RT-Linux system.)
As far as I know, these jobs are performed using C / C++ to get the most ...
2
votes
3answers
331 views
Best unit testing framework for old school QNX?
I'm working on an old variant of unix (qnx 4.x to be exact). I'm trying to shoe-horn in modern software methodologies atop 20+ year old technology. In short I need a unit testing framework for QNX.
...
2
votes
3answers
1k views
QNX c++ thread question
I have a question concerning this code which I want to run on QNX:
class ConcreteThread : public Thread
{
public:
ConcreteThread(int test)
{
testNumber = test;
}
void ...
2
votes
5answers
2k views
How do you install an ssh server on qnx?
I'm working on a qnx device, and I want to be able to ssh into it. Does anyone have a primer on getting something like openSSH up and running?
1
vote
1answer
56 views
Can I use Java on QNX?
I have to serve two masters. One project which is expected to split in two after v1.0.
It initially was a straightforward embedded project coded in C using FreeRTOS. It till could be until v1.0.
...
1
vote
1answer
46 views
Difficulty of porting a TCP client and server from Linux to QNX Neutrino
Are there any major differences between a modern Linux and QNX Neutrino that would make porting an existing client/server difficult? The source is normally built using Qt's qmake, but has no other Qt ...
1
vote
1answer
369 views
Porting Qwt library to playbook
I am new to Qt, cross compiling and porting so please bear with me.
My goal is to use the Qwt library on Playbook OS for a Qt based application. I found a nice tutorial on Qt for Blackberry Playbook ...
1
vote
3answers
201 views
Multitasking RTOS on AVR
I have an AT90USB162 AVR chip which I want to run a multitasking RTOS, so I am evaluating possible RTOS for using with my AVR chip. Which multitasking RTOS's are supported by AVR? Maybe QNX? (Is it ...
1
vote
1answer
132 views
Access QNX Filesystem in Windows [closed]
I have a QNX partition in a CF card, running on a SBC. How do I access the filesystem in Windows, using something like an Explorer interface?
The filesystem is in QNX Oberon. I've also had QNX ...
1
vote
0answers
93 views
Cache Sound Assets
How would i go about caching sound assets in Flex, I load the sounds for play via:
private function set_streamingMedia(mediaURL:String) : void {
var req:URLRequest = new ...
1
vote
2answers
223 views
VideoDisplay fullscreen
How does one do fullscreen with VideoDisplay?
I am using:
stage.fullScreenSourceRect = new Rectangle(video.x, video.y, video.width, video.height);
stage.scaleMode = StageScaleMode.NO_SCALE;
...
1
vote
2answers
158 views
PowerPC: How to make div/0 return zero as a result
We are attempting to port a legacy application from an old monolithic RTOS to a unix based RTOS on a PowerPC 8360. In the old system, our large code base became dependent upon 1/0 returning zero, and ...
1
vote
1answer
44 views
moving from void* and casting to an ABC with PVFs (will there be a speed hit?)
I've just inherited (ahem) a QNX realtime project which uses a void*/downcasting/case statement mechanism to handle messaging. I'd prefer to switch to an abstract base class with pure virtual ...
1
vote
1answer
82 views
Real-time application with graphic interface
I need to develop the real-time application which can handle user's input (from some external control panel) as fast as possible and provide some output to LCD monitor (very fast as well).
To be more ...
1
vote
2answers
129 views
Developing for Blackberry tablet without AIR
BlackBerry Tablet OS is basically a handicapped QNX so can I somehow develop apps for the tablet as a usual QNX application, by using gcc and PhAB for photon gui?
How do I develop apps for the ...
1
vote
1answer
196 views
QNX QCC linker includes file timestamps
Is there a flag to pass into the linker which will NOT include each file's timestamp in the library.a output?
We are creating a library with the qcc -A parameter and when it does this it gathers all ...
1
vote
4answers
301 views
1
vote
2answers
316 views
Regarding getting time in milliseconds
I am working on logger using C language on QNX platform using Momnetics to print time in following format
2010-11-02 14:45:15.000
I able to get date, hour, minutes, and seconds using
...
1
vote
5answers
302 views
How can I go about debugging this SIGSEV in gdb?
I am building previously working code, but I am getting a seg fault and I can't figure out what went wrong. gdb catches the error, but it doesn't point to an obvious cause. The source line it shows is ...
1
vote
2answers
436 views
Scanf with Signals
I have a signal that blocks SIGINT and basically says "Sorry, you can't quit.\n"
The issue is this can occur during a scanf.
When this occurs during a scanf, scanf takes in the printf as input.
How ...
1
vote
1answer
107 views
How to change Eclipse run script in QNX6?
Related to another question, we want to change the eclipse run command.
I found that eclipse can run executing the script:
/usr/qnx630/host/qnx6/x86/usr/bin/qde.sh
But the startup configuration is ...
0
votes
1answer
88 views
How do I set a UDP socket to non-blocking in QNX
I'm coding a UDP datagram receiver in C++ on the QNX operating system and I want to perform non-blocking recvfrom() calls.
The QNX man page on recvfrom() suggests that I somehow can put a socket in a ...
0
votes
0answers
85 views
Can Qt Creator be used to debug QNX Neutrino builds?
I've gotten so used to using Qt Creator that I'd like to use it as an IDE for a QNX project I'm doing (QNX 6.3.0). Code editing--check. Compiling--I'm pretty sure I can get that to work. ...
0
votes
0answers
74 views
looking for a QNX (Posix) IPC message queue that supports random access into the middle of it
I'm looking for a way of multiple processes (on different hosts!) updating something similar to a std::deque; I need to be able to insert/ pop and get/update 'at'* any place in the container. I've had ...
0
votes
1answer
159 views
Flex/QNX scrolling gallery
I was hoping someone could give me some guidance on building an image gallery which loads images dynamically for a PlayBook application.I've uploaded a quick mockup of what I am trying to achieve, I ...
0
votes
1answer
75 views
QNX List in Flex not showing up at all!
I am having a strange QNX problem here in Flex (Adobe AIR), I have created an init(); function and in it I have added the test_list() function yet the QNX List is just not showing up on the UI. Please ...
0
votes
2answers
100 views
Convert call from spawn to fork-exec in C
I have code which looks like this in Linux:
return_code= spawnp(cmd, 3, fd_map, NULL, argv, environ);
I need to convert this from QNX to Linux - so I need to use fork-exec since spawn is not ...
0
votes
0answers
109 views
Compiling Dhrystone for Many Different Platforms
I am trying to compile Dhrystone for Win CE 5.0 and 6.0, Linux, QNX, Android, and Win32
I keep running into errors when trying to compile with visual studio 2008 on win32:
error C2084: function ...
0
votes
0answers
62 views
Xalan with Xerces on QNX
Is there work done on porting xalan to QNX?
I found an old discussion that a xalan package was uploaded but the link is no longer valid (here).
I've got xerces installed on QNX (6.3.0) but xalan ...
0
votes
0answers
44 views
QNX632, Win7 and Eclipse-CDT
I've got a licensed copy of QNX6.3.2 which I was developing on XP with. I've now moved to Win7 and apparently there's an activation issue with it. I don't have the budget to move to 6.5 (and I don't ...
0
votes
1answer
212 views
How to display Picker with one item using Playbook's QNX
I've got a QNX Picker control that isn't displaying the selected values when there's only one item in the picker. For example:
import qnx.ui.picker.Picker;
var pick:Picker = new Picker();
var ...
0
votes
4answers
4k views
Qnx vs Android Vs iOS [closed]
What advantages would a real time operating system like QNX bring to the smart phone / tablet space vs what android and iOS are doing.
Is really going to be more reliable and secure and at the same ...
0
votes
2answers
486 views
Recommendations for UML tool to model C++/QNX (Eclipse-CDT) please
Can someone recommend a UML modelling toolfor QNX please? I'm not bothered about generating code (although it'd be nice) I just want to knock something up and I'm looking for some steer.
I've had a ...
0
votes
1answer
360 views
Problems using teamcity command line to perform ssh remote login
I was wondering if anyone has tried using teamcity's command line builder to perform ssh remote login.
Right now, I would like to automate some testing on a QNX neutrino OS which is currently ...
0
votes
1answer
383 views
Cannot start gvim with photon-gui (can't find a valid font)
I'm having a problem trying to get gvim 7.2 working under QNX6.4.1 and Photon. Every time I
try to start it I get the following error:
E665: Cannot start GUI, no valid font found
and I get the ...
0
votes
3answers
941 views
QNX Object oriented threads in c++
I want to create a parallel object oriented system in QNX using c++ and threads. How do I do this?
I tried:
pthread_t our_thread_id;
pthread_create(&our_thread_id, NULL, &functionA ,NULL);
...
0
votes
1answer
186 views
Can I use confstr to set up two nameservers?
I am trying to set two dynamic nameserver IP addresses in my QNX system. I have been able to use confstr to set up an address by setting a "_nameserver=xxx.xxx.xxx.xxx" string into _CS_RESOLVE. Then ...
-1
votes
1answer
183 views
RIM Blackberry Playbook to Access Android Apps in QNX? Will it work? What will experience be like?
I am trying to figure out how feasible Blackberry's rumored intent to have the Playbook tablet access the Android App store will be.
There have been several news/blog reports on this matter, but i ...