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 - RVDS support for QNX: Page 1 of 23 (23 Items)
   
RVDS support for QNX  
I have built couple of libraries and one application that uses these libraries using RVDS(used EABI technique). I have 
created the QNX executable using GNU linker available with momentics. The final executable crashes at some swich case 
with SIGSEGV in 'memset' library call.

If I comment all the 'memset' calls in the project then it runs for a while and then crashes with SIGSEGV

1. What could be the reason for it to crash in memset and how to resolve this ?
2. Even if I remove the memset it crashes in the switch case(same project created in momentics is running fine and hence
 I am sure there is no problem in the code), what could be the reason and how exactly I can debug this kind of binary ?
3. Is there any wrapper available in QNX to use RVDS ?