The latest MCUXPresso version ships with newlib version 3.3.0, but the latest SDK version 2.9.0 contains a check for newlib version 3.1.0.
#if (__NEWLIB__ != 3) || (__NEWLIB_MINOR__ != 1)
#warning "This wrapper was verified for newlib version 3.1.0; please ensure newlib's external requirements for malloc-family are unchanged!"
#endif
The library is downloaded for the RT1062 board.
Is the version compatible or is there an updated file available?
Thanks!