Forum Topic - QNX 6.6 armv7 build with thumb 2 instruction ?: (2 Items)
   
QNX 6.6 armv7 build with thumb 2 instruction ?  
Hi all 

I use arm-unknown-nto-qnx6.6.0eabi-objdump -S libz.so.2

Seems in QNX 6.6 armv7 binary release with thumb-2 instruction as default ?

regards 
Re: QNX 6.6 armv7 build with thumb 2 instruction ?  
On 14-03-13 02:09 AM, Xiongwei Huang wrote:
> Hi all
>
> I use arm-unknown-nto-qnx6.6.0eabi-objdump -S libz.so.2
>
> Seems in QNX 6.6 armv7 binary release with thumb-2 instruction as default ?

Yes, that's correct. The OS is built with thumb, and the toolchain is 
configured to emit thumb by default.

Regards,

Ryan Mansfield