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
By default A-cores are running in "normal" instruction set not "thumb" one. So you need to use -marm option.