Compiler Error C2729 (Windows Embedded CE 6.0)
1/5/2010
intrinsic not allowed in Thumb mode
This error indicates that the compiler attempted to compile an intrinsic function not supported in Thumb mode, such as _prefetch.
Note that if source is compiled with the /GL (Whole Program Optimization), this error will not be output until the referenced object is linked.