which instruction set shall I use for Cortex-a7

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

which instruction set shall I use for Cortex-a7

739 次查看
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 回复

709 次查看
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 项奖励