打印
[ZLG-ARM]

keil mdk3.4 的选项问题

[复制链接]
2865|3
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
mon51|  楼主 | 2009-3-25 17:48 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
沙发
mon51|  楼主 | 2009-3-25 17:50 | 只看该作者

keil mdk3.4 的选项问题图片

https://bbs.21ic.com/upfiles/img/20093/2009325174830766.jpg

使用特权

评论回复
板凳
qingfengyishi| | 2009-3-25 19:42 | 只看该作者

KEIL MDK3.4选项说明

  Code Generation 
  Select ARM-Mode or Thumb-Mode for the application. 
  Use Cross-Module Optimization enables the linker feedback file that allows further code optimizations. 
Select usage for the Floating Point Co-processor on devices that have a Vector Floating Point (VFP) co-processor: 
not used: 
code generated does not use any VFP instructions (Compiler switch: none, Assembler switch: none) 
library calls: 
compiler generates library calls that use VFP instructions (generates typically the smallest code and should be used when Thumb mode is selected) (Compiler switch: --fpu=softvfp+vfpv2, Assembler switch: --fpu=vfpv2) 
in-line (strict ANSI): 
compiler mostly uses the VFP unit with in-line code (generates fast code that conforms to the ANSI standard).  (Compiler switch: --fpu=vfpu2, Assembler switch: --fpu=vfpv2) 
in-line (fast):
 compiler uses for all VFP instructions in-line code (error checking does not always conform to the ANSI standard). (Compiler switch: --fpu=vfpv2 --fpmode=fast, Assembler switch: --fpu=vfpv2) 

Use MicroLIB 
to change the C run-time library set for smallest code application code. MicroLIB is not fully ANSI compatible but sufficient for most small embedded applications.
可以查看一下帮助文件中的说明

使用特权

评论回复
地板
zcying| | 2009-3-28 15:22 | 只看该作者

建议不要选择微库,那样会出现很多错误

使用特权

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

本版积分规则

121

主题

472

帖子

7

粉丝