Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
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 !!!