Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Unable to debug executables statically linked with libsocket: (2 Items)
   
Unable to debug executables statically linked with libsocket  
Hello,

I have a project that must fully static link. The problem is that I cannot debug this project. I've narrowed the problem
 down to libsocket (if I remove the static link to libsocket it works).

I tried:
- Momentics 6.4.1 release
- Momentics 6.5 release
- Debugging via attach to process
- Debug via launching process
- Un-ckecking all the boxes on the 'shared libraries' tab on the debugger tab in debug configurations.

In all cases I get the same error: Cannot access memory at (some address).

Any ideas?
Re: Unable to debug executables statically linked with libsocket  
Also: I tried linking with -lsocketS, but that didn't help