Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - qconn will not run: (3 Items)
   
qconn will not run  
I'm new to Momentics but have used QNX4 for several years.  I'm attempting to set up the development environment on an 
Windows XP machine and then connect to a machine runing QNX6 for debugging.

When I attempt to run qconn (qconn&) it immediately exits.  Am I missing something?  I have not even attempted to 
connect from the IDE just start qconn.  When attempting to run in in the current session it seems to fail to interpret 
the executable.

I've attached a screen shot of the output.
Attachment: Image QNX6_qconn.jpg 36.21 KB
Re: qconn will not run  
On Wed, 2008-03-19 at 11:46 -0400, Antonio Aquino wrote:

> When I attempt to run qconn (qconn&) it immediately exits.

qconn is a C program.

'.' in ksh/sh/bash means eval/source a file containing shell commands.

Instead of:
# . qconn
do
# qconn
RE: qconn will not run  
 From your image it seems you have qconn running.  (the first call qconn&),
BTW, no need for '&'.

Try pidin after the qconn command to see if it's listed as a running process
(qconn is a daemon).