Doug
Doug

Reputation: 3003

Running old ARM code on WEC2013 (porting to 2013)

The compiler for WEC7 generates ARMv7 code. The compiler for WEC2013 generates Thumb2 code.

Is there some mechanism for the OS to detect if an application is not Thumb2 code? i.e. Will any/all code built for WEC7 need to be rebuilt for WEC2013 before it can run on the 2013 OS?

How difficult was it to port your WEC7 to WEC2013? (opinion)

Some porting info/articles: BSP porting, Instruction set change, marcos for porting, Thumb2 porting

Upvotes: 1

Views: 121

Answers (0)

Related Questions