Discussion Board
compiled armv6 (arm11) inline asm on .lib and linked that to armv5 compiled .dll
2005-12-19, 13:25
#1
Registered User
Has anyone tried that with symbian? I get it linked well but when I try to run it target it gives me kern exec 2. What should I do?
I've tried compiling the .lib with armv6 and compile_as_arm and compiled my .dll with armv5 compile_as_arm but it gives the kern exec when runing.
Re: compiled armv6 (arm11) inline asm on .lib and linked that to armv5 compiled .dll
2010-10-22, 02:48
#2
Registered User
do you solve this problem?
I was also trouble by that problem?
Re: compiled armv6 (arm11) inline asm on .lib and linked that to armv5 compiled .dll
2010-10-22, 07:15
#3
Nokia Developer Moderator
It may worth checking if the given processor actually supports the instruction set in question. And as I understand, the CPU can operate in multiple instruction "modes" (or how this thumb and armx things are called), and it should also match.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules