GCC编译器使用手册(Using the GNU Compiler Collection for gcc ver)
资料介绍
When you invoke GCC, it normally does preprocessing, compilation, assembly and linkingThe “overall options” allow you to stop this process at an intermediate stage. For example,the ‘-c’ option says not to run the linker. Then the output consists of object files outputby the assembler.Other options are passed on to one stage of processing. Some options control the preprocessor and others the compiler itself. Yet other options control the assembler and linker;most of these are not documented here, since you rarely need to use any of them.Most of the command-line options that you can use with GCC are useful for C programs;when an option is only useful with another language (usually C++), the explanation saysso explicitly. If the description for a particular option does not mention a source language,you can use that option with all supported languages.See Section 3.3 [Compiling C++ Programs], page 29, for a summary of special options forcompiling C++ programs.The gcc program accepts options and file names as operands. Many options have multiletter names; therefore multiple single-letter options may not be grouped: ‘-dv’ is verydifferent from ‘-d -v’.You can mix options and other arguments. For the most part, the order you use doesn’tmatter. Order does matter when you use several options of the same kind; for example, if
you specify ‘-L’ more than once, the directories are searched in the order specified. Also,the placement of the ‘-l’ option is significant.Many options have long names starting with ‘-f’ or with ‘-W’—for example,‘-fmove-loop-invariants’, ‘-Wformat’ and so on. Most of these have both positive andnegative forms; the negative form of ‘-ffoo’ is ‘-fno-foo’。 This manual documents onlyone of these two forms, whichever one is not the default.See [Option Index], page 747, for an index to GCC’s option

- STM32 GCC编译环境搭建
- 基于GCC实现支持MISRAC的安全编译器
- ACS400变频器使用手册 14次下载
- 基于关键词的GCC抽象语法树消除冗余算法 210次下载
- 如何使用GCC实现支持MISRA-C的安全编译器的资料概述 18次下载
- Linux教程之如何对Linux系统下的gcc进行编程的基本使用教程 4次下载
- Linux上安装GCC3.4.0编译器过程 0次下载
- AVR系列单片机GCC免费编译工具
- Cx51编译器使用手册
- GCC 中文使用手册/说明书
- DevCpp.exe:GCC G++ for Windows
- gnu make使用手册 0次下载
- MPLAB® C30C 编译器用户指南
- 如何使用AVR-GCC
- gcc中文手册pdf下载,gcc中文使用手册
- Linux 下GCC的编译 3.5k次阅读
- Linux使用gcc编译程序的语法 1.4k次阅读
- GNU C语言的特性 1.3k次阅读
- Keil MDK使用GCC编译器的方法 4.7k次阅读
- 如何从GCC源码学编译原理 4.9k次阅读
- gcc的编译选项总结 2.7k次阅读
- 交叉编译器安装教程 4.6k次阅读
- 鸿蒙内核源码分析之为何要有异常接管? 3.3k次阅读
- 编译器优化对函数的影响 3.4k次阅读
- 嵌入式web server boa在S3C2410上的编译移植步骤 1.5k次阅读
- Linux程序的编写、编译、调试方法及make 6.1k次阅读
- 嵌入式Linux工具之GCC常用编译选项 8.2k次阅读
- GCC编译器你需要知道的入门知识 9.2k次阅读
- 用于linux系统下编程的编译器,掌握gcc的基本用法 6.1k次阅读
- 一文看懂什么是Linux操作系统 3.6k次阅读
下载排行
本周
- 1MDD品牌三极管BC807数据手册
- 3.00 MB | 次下载 | 免费
- 2MDD品牌三极管BC817数据手册
- 2.51 MB | 次下载 | 免费
- 3MDD品牌三极管D882数据手册
- 3.49 MB | 次下载 | 免费
- 4MDD品牌三极管MMBT2222A数据手册
- 3.26 MB | 次下载 | 免费
- 5MDD品牌三极管MMBTA56数据手册
- 3.09 MB | 次下载 | 免费
- 6MDD品牌三极管MMBTA92数据手册
- 2.32 MB | 次下载 | 免费
- 7STM32G474 HRTIME PWM 丢波问题分析与解决
- 1.00 MB | 次下载 | 3 积分
- 8新能源电动汽车高压线束的铜铝连接解决方案
- 2.71 MB | 次下载 | 2 积分
本月
- 1爱华AIWA HS-J202维修手册
- 3.34 MB | 37次下载 | 免费
- 2PC5502负载均流控制电路数据手册
- 1.63 MB | 23次下载 | 免费
- 3NB-IoT芯片厂商的资料说明
- 0.31 MB | 22次下载 | 1 积分
- 4H110主板CPU PWM芯片ISL95858HRZ-T核心供电电路图资料
- 0.63 MB | 6次下载 | 1 积分
- 5UWB653Pro USB口测距通信定位模块规格书
- 838.47 KB | 5次下载 | 免费
- 6技嘉H110主板IT8628E_BX IO电路图资料
- 2.61 MB | 4次下载 | 1 积分
- 7苏泊尔DCL6907(即CHK-S007)单芯片电磁炉原理图资料
- 0.04 MB | 4次下载 | 1 积分
- 8苏泊尔DCL6909(即CHK-S009)单芯片电磁炉原理图资料
- 0.08 MB | 2次下载 | 1 积分
总榜
- 1matlab软件下载入口
- 未知 | 935137次下载 | 10 积分
- 2开源硬件-PMP21529.1-4 开关降压/升压双向直流/直流转换器 PCB layout 设计
- 1.48MB | 420064次下载 | 10 积分
- 3Altium DXP2002下载入口
- 未知 | 233089次下载 | 10 积分
- 4电路仿真软件multisim 10.0免费下载
- 340992 | 191439次下载 | 10 积分
- 5十天学会AVR单片机与C语言视频教程 下载
- 158M | 183353次下载 | 10 积分
- 6labview8.5下载
- 未知 | 81602次下载 | 10 积分
- 7Keil工具MDK-Arm免费下载
- 0.02 MB | 73822次下载 | 10 积分
- 8LabVIEW 8.6下载
- 未知 | 65991次下载 | 10 积分
电子发烧友App





创作
发文章
发帖
提问
发资料
发视频
上传资料赚积分
评论