搜索资源列表
gcc_user_guide_in_embed_linux
- 很多时候,你所使用的开发平台和你的开发所面向的机器并不一致。比如,你可能想在装有x86/Linux的膝上电脑上构建一个PowerPC/Linux的应用程序。使用GNU工具包中的gcc,gas和ld工具,可以指定并构建一个交叉编译器,使你能够在本地机器上创建面向其它目标机器的应用程序。稍微用些功夫,你甚至可以搭建出一个环境,从而能够针对各种不同的目标而构建应用程序。在本指南中,我描述了在系统上构建交叉编译器所需的过程。我还讨论了构建一个完全的面向一系列目标的环境,展示了如何与distcc和ccac
关于linux下文件编译的方法
- 摘 要: 本文主要阐述了关于linux下文件编译的方法以及vim编辑器的配置,并介绍了linux下热门开发工具。 关 键 词: vim配置与使用;linux文件编译;linux下热门开发工具 引 言: 1.一般拿到新的服务器都需要自己配置一下vim的环境,要不觉得总是不是很顺手。本文介绍了vim的基本配置以及一些个性化配置,用户可根据自己喜好及习惯自由配置;2.介绍了Linux文本编译的常用编译命令选项和多源文件编译方法,使读者对linux下文件编译有一个直观的了解;3.介绍了常用linux下开
gccdoc
- 这个GCC相关文档,本人可是花了不少经历搜集整理的.-The GCC documentation, I spent a lot of experience but the collection of finishing.
GCCKnowledge
- 在为 Linux 开发应用程序时,绝大多数情况下使用的都是 C 语言,因此几乎每一位 Linux程序员面临的首要问题都是如何灵活运用 C 编译器。目前 Linux 下最常用的C 语言编译器是 GCC(GNU Compiler Collection),它是 GNU项目中符合 ANSI C 标准的编译系统,能够编译用C、C++和Object C 等语言编写的程序。GCC 不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如 Java、 Fort ran、P
Soundsourcelocalizationforobotauditorysystemusingt
- 基于互相关函数,采用求和广义互相关函数(summed-GCC)法用于机器人系统平台。由于采用不同的映射函数(mapping functions),GCC法在该平台下,只需三个麦克风即可进行三维定位,突破了基于TDOA法进行三维声源定位最少需4个麦克风的限制-Based on cross-correlation function, using generalized cross-correlation function sum (summed-GCC) method for the robot s
enswm24e
- The first decision, that has to be made for the AVR platform, is to select the development environment you want to use, either ImageCraft s ICCAVR or GNU s AVR-GCC. The commercial ImageCraft Compiler offers an advanced IDE and is the first choi
AVRGCC
- AVR单片机之GCC变成介绍,有很详尽的例子。-AVR Single Chip introduction into the GCC, there is a very detailed example.
linux-GCC-guide
- Linux的发行版中包含了很多软件开发工具. 它们中的很多是用于 C 和 C++应用程序开发的. 本文介绍了在 Linux 下能用于 C 应用程序开发和调试的工具. 本文的主旨是介绍如何在 Linux 下使用 C 编译器和其他 C 编程工具, 而非 C 语言编程的教程. -Linux distributions contain a lot of software development tools. Many of them for C and C++ application developme
intro-to-gcc.tar
- 介绍gcc的,刚刚接触linux编程的朋友或者写编译器的朋友可以-Introduction of gcc, just contact a friend or linux Programming compiler writing friends can see
parametertest
- 是一个集成功率放大器的参数测量成序,主要是采样和显示的稳定功能,编译环境是GCC,涉及到四个参数的测量,没有完全控制信号和四个参数只完成了一个的程序,可以视进行修改需要-This programme is not completed,but the basic function can come true.A few change of programme is just needed.
SymFluteClient_v0.1_src
- MAD-FCL (version 1.7): The software is distributed in binary/source code formats under a GPL (GNU GENERAL PUBLIC LICENSE) license. Here is the official copyright and license. Distribution package is named to MAD-FCL (MAD FileCasting Library). Sourc
200841613515595
- 下载vsftpd-2.0.6.tar.gz 网上很好找的,附件也提供下载,解压。 tar zxvf vsftpd-2.0.6.tar.gz 修改解压包内文件MakeFile,改交叉编译器,我的路径是 # Makefile for systems with GNU tools CC= /usr/local/arm/3.4.1/bin/arm-linux-gcc 直接编译会出错,还要改一个包含库文件的文件vsf_findlibs.sh 把下面两句屏蔽掉吧-Download vs
libm.pdf
- 另一个不同的C 语言库接口说明。用于gcc但不包括在gcc使用手册之中。是gcc使用者必需。-A different C library interface descr iption language. For gcc, but does not include being in the gcc manual. Gcc users is necessary.
Linux-gcc
- M. Tim Jones, 顾问工程师, Emulex Corp. M. Tim Jones 是一名嵌入式软件工程师.这里是他在IBM上发表的一编关于linux下GCC编译器的一些优化知识。比如:内核中常见到的likely() unlikely() __must_check 等等函数和函数属性从何而来,有什么作用,及如何对变量优化,对结构或函数添加属性等等。-M. Tim Jones, Consultant Engineer, Emulex Corp. M. Tim Jones is an
GUIDLINE-FOR-INSTALLING-GCC
- A GUIDELINE THROUGH INSTALLING G-A GUIDELINE THROUGH INSTALLING GCC
rtos_chibios_handout
- ChibiOS/RT ancestor was an Operating System for Motorola 68000 In 1989 it supported GCC, ran EMACS, was preemptive and realtime ...but in 1991 Linus Torvalds began the development of Linux The original full-featured OS turned in a minimalisti
at8-assansor
- a elevator control for 4 floor with avr and avr-g- a elevator control for 4 floor with avr and avr-gcc
gcc
- gcc的简单应用,对linux初学者有很大的帮助,本人希望与大家一起学习linux。-gcc simple application for linux beginners a great help, I hope we can learn linux together.
A-imp-to-listen-gcc
- listen gcc avr progam
gcc_ml
- gcc命令大全(完整的),可以保存下来当作手册用-gcc command Daquan (complete), can be saved as a manual with