Crossworks ARM 2.0
The code compiles and builds successfully in 1.7. When I switch the project over to 2.0, I get the following error
asm volatile (" msr cpsr, %0" : /* no outputs */ : "r" (uCpsr) );
The error reports that asm is undeclared.
Please sign in to leave a comment.
Comments
1 comment