Newlib version mismatch between IDE and SDK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Newlib version mismatch between IDE and SDK

526 Views
xeos_jonathan
Contributor I

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!

0 Kudos
Reply
0 Replies