搜索资源列表
GCC
- 在为Linux开发应用程序时,绝大多数情况下使用的都是C语言,因此几乎每一位Linux程序员面临的首要问题都是如何灵活运用C编译器。目前Linux 下最常用的C语言编译器是GCC(GNU Compiler Collection),它是GNU项目中符合ANSI C标准的编译系统,能够编译用、C++和Object C等语言编写的程序。GCC不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如Java、 Fortran、Pascal、Modula-3和Ada
GCCKnowledge
- 在为 Linux 开发应用程序时,绝大多数情况下使用的都是 C 语言,因此几乎每一位 Linux程序员面临的首要问题都是如何灵活运用 C 编译器。目前 Linux 下最常用的C 语言编译器是 GCC(GNU Compiler Collection),它是 GNU项目中符合 ANSI C 标准的编译系统,能够编译用C、C++和Object C 等语言编写的程序。GCC 不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如 Java、 Fort ran、P
200622613352480
- 建立一个属于自己的AVR的RTOS Proteus6.7 可以用来模拟仿真avr系列的单片机 WinAVR v2.0.5.48 基于GCC AVR的编译环境,好处在于可以在C语言中插入asm的语句 mega8 1K的ram有8K的rom,是开发8位的RTOS的一个理想的器件,并且我对它也比较熟悉-Belong to their own set up an AVR can be used to the RTOS Proteus6.7 simulation avr microcont
Makefile
- makefile文件的制作教程,对linux编程和GCC编译很重要。-makefile tutorial documentation for linux programming and GCC compiler is very important.
AVR
- avrstudio 是其开发环境,采用GCC的编译环境,可以实现简单的avrmega16内部10位精度ad的单次采样。-Avrstudio is the circumstunce,GCC is the programme. The type of machine is avrmega16.It is useful.
parametertest
- 是一个集成功率放大器的参数测量成序,主要是采样和显示的稳定功能,编译环境是GCC,涉及到四个参数的测量,没有完全控制信号和四个参数只完成了一个的程序,可以视进行修改需要-This programme is not completed,but the basic function can come true.A few change of programme is just needed.
gcc
- 详细介绍了gcc的用法,包括内部结构,编译流程-How to use gcc,its basic use method. Also listed network address to download source code.
AVR-GCC-pdf
- GCC,个人觉得最好的AVR编译软件,里面很详细的介绍了GCC的用法。-GCC, personally feel that the best AVR compiler software, which describes in detail the usage of GCC.
GCC
- 帮助程序员快速的理解LINUX 的编译调试工具,快速的改正程序中的一些错误。-Help programmers quickly understand some error in LINUX compiler debugging tools, rapid correction procedures.
shell-and-vi-compile
- Linux下的常用shell命令,文本编辑器vi和C语言编译、调试工具gcc、gdb的使用心得。-Commonly used shell commands under Linux text editor vi and C language compiler, debugging tools, gcc, gdb the use of experience.
GCC
- gcc中文手册,手册中包含gcc编译的各种例子,简单易学,可用于linux嵌入式开发中。-In the GCC Chinese manual, manual contains various examples of GCC compiler, easy to learn, can be used in the Linux embedded development.
GCC-command
- gcc有超过100个的编译选项可用。这些选项中的许多你可能永远都不会用到,但一些主要的选项将会频繁用到-GCC compiler options available, there are more than 100.Many of these options you may never use, but some of the major options will be frequently used
LLVM_Cookbook
- Clang编译器是为了提升BSD/Unix/OSX等编译工程质量的新编译器,目的是为了替代GCC。LLVM是编译器前端。-This book travels through all the phases of compilation: frontend processing, code optimization, code emission, and so on.
linux 常见命令操作
- linux常见命令 使用命令对源码进行编译下载到ARM核心板流程。arm-none-linux-gnueabi-gcc -o wei wei.c