Is there any documentation on what is in NewLibNano?

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

Is there any documentation on what is in NewLibNano?

3,022 次查看
wdtj
Contributor I

We have a project using a LPC54018JxM, MCUXpresso and apparently NewLibNano.  I went to add some floating point code and added a call to gcvt() but apparently that is missing from NewLibNano.  Now I understand that NewLibNano is a stripped down version of NewLib. 

Question I have is, is there any documentation on NewLibNano?  I found some on NewLib and a bunch of "we removed this from Nano" statements in the MCOXpresso user guide.  Is there any documentation on NewLibNano and what it does include?

标记 (3)
0 项奖励
回复
2 回复数

2,973 次查看
wdtj
Contributor I

Thanks for the response.  I was already aware of the newlib docs, but I was more concerned with what was missing or changed from there with newlibnano.  The blueprint link simply indicates that they were going to create that library, but not what was created.

0 项奖励
回复

3,015 次查看
ErichStyger
Specialist I

I'm afraid that for details you would have to ask ARM Inc, as the library originates from them (https://blueprints.launchpad.net/gcc-arm-embedded/+spec/newlib-nano), or you would have to check out the sources. https://sourceware.org/newlib/ is a helpful start and you can get files from https://sourceware.org/pub/newlib/

I hope this helps,

Erich

0 项奖励
回复