eabivle-gcc:MPU Opcodes not supported

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

eabivle-gcc:MPU Opcodes not supported

977件の閲覧回数
bastian_schick
Contributor IV

Hi,

 

I use

gcc version 4.9.2 20141030 (Wed Sep 7 17:26:57 MSK 2016         build.sh rev= ELvle) (GCC)

 

It seems some opcodes are not support. At least those for the MPU:

mpuwe

mpusync

 

Also mas0  to mas3 are not known (minor problem, could add a #define).

 

I use these option for an MPC5744P:-mvle -mcpu=e200z4 -mspe2

Maybe I need to add something else?

 

Cheers

ラベル(2)
0 件の賞賛
返信
1 返信

832件の閲覧回数
martin_kovar
NXP Employee
NXP Employee

Hello Bastian,

we know about this issue. Workaround is following. Use asm(".long 0xABCDABCD"). Instead of 0xABCDABCD use the opcode of the instruction you want to use.

Hope it helps.

Regards,

Martin