Project Home
Project Home
Source Code
Source Code
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 - Executable compiled with RVCT hangs !!!: (2 Items)
   
Executable compiled with RVCT hangs !!!  
I am building a project which uses multiple libraries,

1. I have built the libraries & application using momentics(qcc) it works fine on the target.
2. I have compiled the libraries & application using 'armcc' & linked using qcc, it hangs on the target with out any 
error/crash ???

I am wondering why it is happening ... any insight into it will really help.
Re: Executable compiled with RVCT hangs !!!  
One more interesting thing is if I pass -Ono_memcpy option to armcc compiler then it runs on the target successfully. 
Hence only if I dont use -Ono_memcpy option to compiler it is hanging !!!