Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Having trouble starting QDB: (2 Items)
   
Having trouble starting QDB  
Hi there, I'm a student working with QNX for a project and I'm having trouble starting QDB. I looked through the "
Starting the QDB Server" page and followed the instructions (started PPS, created the directory structure) but when I 
try and run the qdb command in terminal I get the error: 

sh: qdb: cannot execute - No such file or directory

Also, when I run "which qdb" I get:

which: no qdb in /proc/boot:/system/xbin

I'm not sure where to go from here so any help would be appreciated, thanks.
Re: Having trouble starting QDB  
Hi, You do not have the qdb executable in Your image or it is not in the search path.
Be sure to have it in the image or in the disk, and that is reachable and executable.
If it is not in the disk/image, just copy it or add it to image build. 
if it is not in the PATH, add  its directory to the  PATH.

Bye
Mario