View Single Post
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#98
Thumb2 is an extension on ARM architecture that basically allows binaries and libraries to be smaller.

Our TI processor has a bug that didn't allow Thumb2 compiled binaries to run properly (they crash). To avoid that, a workaround (the errata) must be introduced in the kernel.

freemangordon is now leading an effort to build CSSU with community kernel with Thumb2 enabled.

Until then, you won't be able to use any Thumb2 binary in Fremantle.

To build properly in Fremantle, you need to deactivate hardfp and thumb2 in compiler flags.
 

The Following 4 Users Say Thank You to ivgalvez For This Useful Post: