which instruction set shall I use for Cortex-a7

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

which instruction set shall I use for Cortex-a7

758件の閲覧回数
panli
Contributor II

Dear all,

We are using i.mx6ultralite processor module in our project. A yocto build system was used to build linux image. By setting ARM_INSTRUCTION_SET, I can decide which instruction set to be used during compilation.

But I have no idea which one of the two instruction sets (-mthumb or -marm) is better for the processor module.

Can you give me some suggestion?

best regards

Pan

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

728件の閲覧回数
b36401
NXP Employee
NXP Employee

By default A-cores are running in "normal" instruction set not "thumb" one. So you need to use -marm option.

0 件の賞賛