• Error: unknown mnemonic `mcr' for aarch64?
    Here is the kernel module source code which works OK on Raspberry Pi 3, armv7 architecture: void enable_ccr( void *info) { asm volatile ( "MCR p15, 0, %0, c9, c14, 0" :: "r" (1)); asm volatile ...
  • Error: unknown mnemonic `mcr' for aarch64?
    Here is the kernel module source code which works OK on Raspberry Pi 3, armv7 architecture: void enable_ccr( void *info) { asm volatile ( "MCR p15, 0, %0, c9, c14, 0" :: "r" (1)); asm volatile ...
  • Getting ERROR "unknown mnemonics for UQSUB8 instruction"
    Hi community, I have tried to compile the source code for openVG I have given proper cross compiler which is required by the platform still I am getting the error of unknown mnemonics for the instruction...
  • Getting ERROR "unknown mnemonics for UQSUB8 instruction"
    Hi community, I have tried to compile the source code for openVG I have given proper cross compiler which is required by the platform still I am getting the error of unknown mnemonics for the instruction...
  • Short form Mnemonic
    Note: This was originally posted on 21st March 2011 at http://forums.arm.com Hi. Does anybody knows where I can find Short Form Mnemonic documentation. For example add r0, r0, r1 can be replace by add...