介绍ARM编译程序的ARM特有方面,包括:
Pragmas 编译指示
Function keywords 函数关键字
Variable declaration keywords 变量声明关键字
Pragmas
ARM编译程序可识别一下格式的编译指示:
#pragma [no_] feature-name
编译指示优于相关的命令行选项。
能识别的编译选项如下:
Pragma name
Default
Reference
arm section
Off
Pragmas controlling code generation
check_printf_formats
Off
Pragmas controlling printf and scanf argument checking
check_scanf_formats
Off
Pragmas controlling printf and scanf argument checking
check_stack
_disibledevent="http://www.diybl.com/course/3_program/hb/hbjs/200798/70390_2.html">http://www.diybl.com/course/3_program/hb/hbjs/200798/70390_2.html
本文介绍了ARM编译程序特有的方面,包括编译指示(Pragmas)、函数关键字(Function keywords)及变量声明关键字(Variable declaration keywords)。重点讲解了ARM编译程序支持的编译指示及其默认设置,并解释了这些指示如何优先于命令行选项。
6万+

被折叠的 条评论
为什么被折叠?



