Home
Support

Knowledge Base

BSPs and drivers
Community resources
Product documentation
Questions?
Contact us

Splitting debug info out of binaries
 
________________________________________________________________________

Applicable Environment
________________________________________________________________________
  • Topic: Splitting debug info out of binaries
  • SDP: 6.4.1
  • Host: Any supported host
________________________________________________________________________

Recommendation
________________________________________________________________________

define POST_BUILD
ntox86-objcopy --only-keep-debug $(BUILDNAME) $(BUILDNAME).sym
ntox86-strip --strip-debug $(BUILDNAME)
ntox86-objcopy --add-gnu-debuglink=$(BUILDNAME).sym $(BUILDNAME)
endef

________________________________________________________________________
NOTE: This entry has been validated against the SDP version listed above. Use caution when considering this advice for any other SDP version. For supported releases, please reach out to QNX Technical Support if you have any questions/concerns.
________________________________________________________________________


Related Attachments
 None Found





Please contact us with your questions or concerns.