打印
[ZLG-ARM]

keil mdk3.5编译的问题

[复制链接]
1320|8
手机看帖
扫描二维码
随时随地手机跟帖
沙发
mon51|  楼主 | 2009-4-8 20:24 | 只看该作者

附图

https://bbs.21ic.com/upfiles/img/20094/200948202240524.jpg

使用特权

评论回复
板凳
zcying| | 2009-4-9 10:18 | 只看该作者

这个不清楚。以前也遇到过这样的问题。

使用特权

评论回复
地板
胡刚| | 2009-4-14 15:58 | 只看该作者

建议不要使用微库,特别是初学者

使用特权

评论回复
5
jlwg| | 2009-4-19 12:25 | 只看该作者

同感,不是空间不够用的话,最好不要使用微库。

使用特权

评论回复
6
qingfengyishi| | 2009-4-20 13:27 | 只看该作者

楼主看看帮助文件中的说明就明白了

3.1. About microlib
Microlib is an alternative library to the default C library. It is intended for use with deeply embedded applications that need to fit into extremely small amounts of memory. These applications do not run under an operating system.

Note
Microlib does not attempt to be a standards-compliant ISO C library.
Microlib is highly optimized for small code size. It has less functionality than the default C library and some ISO C features are completely missing. Some library functions will also be slower, for example, memcpy().
  

3.3. Using microlib
To begin, you must specify a starting pointer for the stack. This must be aligned to a multiple of eight bytes. To use the heap functions, for example, malloc, calloc, realloc and free, you must specify the location and size of the heap region.


使用特权

评论回复
7
jumpoo| | 2009-5-11 13:51 | 只看该作者

我以前也改成微库的方式,就出错了

使用特权

评论回复
8
acertm| | 2009-5-12 12:47 | 只看该作者

学习了,还有这个学问呢

使用特权

评论回复
9
msleep| | 2009-5-19 14:30 | 只看该作者

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

121

主题

472

帖子

7

粉丝