Hi Andrew, You need to define __little_endian__ in your project settings so that F021 defines _LITTLE_ENDIAN. FEE checks if the either of _LITTLE_ENDIAN or _BIG_ENDIAN are not defined, it throws an error.
↧