regarding the use of VMRS VMSR instruction with Cortex-A8 with arm-linux-gcc cross compiler

Hello all,

Can any one give me some hints on which settings are required in assembler flags to use VMRS or VMSR instructions with cross compiler arm-2007q3–arm-none-linux-gnueabi which i am using. This instructions work perfectly fine on RVDS but it throws error " bad instruction" while I try to compile using the cross compiler tool chain.

Thanks in advance

Chirag Pujara

Chirag Pujara <pchirag@gmail.com> writes:

Hello all,

Can any one give me some hints on which settings are required in assembler
flags to use VMRS or VMSR instructions with cross compiler
arm-2007q3--arm-none-linux-gnueabi which i am using. This instructions work
perfectly fine on RVDS but it throws error " bad instruction" while I try to
compile using the cross compiler tool chain.

The gnu assembler doesn't support all the new UAL mnemonics. Use the
old FMRX and FMXR names.