Newlib version mismatch between IDE and SDK

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Newlib version mismatch between IDE and SDK

783 次查看
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 项奖励
回复
0 回复数