Newlib version mismatch between IDE and SDK

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Newlib version mismatch between IDE and SDK

769件の閲覧回数
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 返答(返信)