QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
Watcom Debugger SIGSEGV's on startup |
Ref. No. |
QNX.000009837 |
Category(ies) |
Development |
Issue |
When we attempt to run the Watcom Debugger (wd) under QNX 4.2x, it SIGSEGV's.
|
Solution |
The Watcom Debugger ('wd') needs Slib16 linked into the kernel for it to function properly. Ensure that the build file contains an entry for Slib16. If it does not, simply add:
sys/Slib16 $ Slib16
to the build file, then build the boot image using the 'make' command. For more information please see "Chapter 2 - Building an OS Image" in the "QNX Operating System Installation & Configuration" manual.
|
|