Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - remote debugging: (2 Items)
   
remote debugging  
I am having trouble remotely debugging an application using the IDE.
Running the application from the IDE works, as does debugging on the command line 
when I log into the target machine via ssh. 
However, whenever I try to launch a debugging session I get the error:

"Error creating session
  /opt/qnx632/host/linux/x86/usr/bin/ntox86-gdb: error while loading shared libraries: libncurses.so.5: cannot open 
shared object file: No such file or directory"

Since I do not use ncurses in my application I have no idea where this is coming from. 
I would greatly appreciate any help!

Thomas 
Re: remote debugging  
I just figured this out myself -- I was missing the 32-bit ncurses library on the host system.