Location:
Search - gcc3.4.1
Search list
Description: 2004年4月20日最新版本的GCC编译器3.4.0发布了。目前,GCC可以用来编译C/C++、FORTRAN、JAVA、OBJC、ADA等语言的程序,可根据需要选择安装支持的语言。GCC 3.4.0比以前版本更好地支持了C++标准。本文以在Redhat Linux上安装GCC3.4.0为例,介绍了GCC的安装过程-April 20, 2004 the latest version of the GCC compiler 3.4.0 publication. At present, the GCC can be used to build C / C, FORTRAN, Java, OBJC. ADA languages such as procedures, as required, to choose the language of installation support. GCC 3.4.0 version better than in the past to support the C standard. Based in Redhat Linux installation GCC3.4.0 example, the installation of GCC
Platform: |
Size: 3487 |
Author: 柳军 |
Hits:
Description: arm-linux-gcc编译器,S3C2410开发板移植目前最新的linux2.6.14的内核,需要使用这个编译器编译-arm- linux-gcc compiler, S3C2410 development board transplantation latest linux2.6.14 kernel, need to use the compiler compiler
Platform: |
Size: 42745856 |
Author: 李雷 |
Hits:
Description: crosstool是由Dan Kegel开发的一套脚本程序,可以自动编译的gcc和glibc-crosstool by Dan Kegel development of a script, can automatically compile gcc and glibc
Platform: |
Size: 2058240 |
Author: 汪灏 |
Hits:
Description: 2004年4月20日最新版本的GCC编译器3.4.0发布了。目前,GCC可以用来编译C/C++、FORTRAN、JAVA、OBJC、ADA等语言的程序,可根据需要选择安装支持的语言。GCC 3.4.0比以前版本更好地支持了C++标准。本文以在Redhat Linux上安装GCC3.4.0为例,介绍了GCC的安装过程-April 20, 2004 the latest version of the GCC compiler 3.4.0 publication. At present, the GCC can be used to build C/C, FORTRAN, Java, OBJC. ADA languages such as procedures, as required, to choose the language of installation support. GCC 3.4.0 version better than in the past to support the C standard. Based in Redhat Linux installation GCC3.4.0 example, the installation of GCC
Platform: |
Size: 3072 |
Author: 柳军 |
Hits:
Description: GCC3.2.1-GLIBC2.2.5-LINUX2.4.19-RMK7-PXA2交叉编译脚本-GCC3.2.1-GLIBC2.2.5-LINUX2.4.19-RMK7-PXA2 cross compiler script
Platform: |
Size: 1894400 |
Author: |
Hits:
Description: Linux下面的交叉编译工具arm-linux-gcc3.4.1版本,这是目前比较新的一个版本。
Platform: |
Size: 42745856 |
Author: 劲草无香 |
Hits:
Description: 程序代码使用说明:
(1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。
(2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。
(3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。
(4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过-err
Platform: |
Size: 34816 |
Author: |
Hits:
Description: 程序代码使用说明:
(1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。
(2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。
(3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。
(4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-err
Platform: |
Size: 4096 |
Author: |
Hits:
Description: 程序代码使用说明:
(1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。
(2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。
(3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。
(4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-err
Platform: |
Size: 23552 |
Author: qwt |
Hits:
Description: 程序代码使用说明:
(1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。
(2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。
(3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。
(4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-err
Platform: |
Size: 5120 |
Author: qwt |
Hits:
Description: mingW gcc3.3.3 源码版本3-gcc opensource virtion3.3.3
Platform: |
Size: 2385920 |
Author: meimeimei |
Hits:
Description: 嵌入式linux工具链制作过程。绝对好用,采用的内核为linux2.6.14.binutils-2.16、gcc3.4.4、glibc-2.3.5-Embedded linux tool chain production process. Absolute ease of use, the use of the kernel for linux2.6.14.binutils-2.16, gcc3.4.4, glibc-2.3.5
Platform: |
Size: 2048 |
Author: 王本春 |
Hits:
Description: gcc3.4编译的c++下一代标准库boost ,经测试完全可以使用-gcc3.4 compiler of c++ standard library the next generation of boost, can be tested using
Platform: |
Size: 3831808 |
Author: zjap |
Hits:
Description: 2004年4月20日最新版本的GCC编译器3.4.0发布了。目前,GCC可以用来编译C/C++、FORTRAN、JAVA、OBJC、ADA等语言的程序,可根据需要选择安装支持的语言。GCC 3.4.0比以前版本更好地支持了C++标准。本文以在Redhat Linux上安装GCC3.4.0为例,介绍了GCC的安装过程。 -April 20, 2004 the latest version of GCC compiler 3.4.0 released. Currently, GCC can be used to compile the C/C++, FORTRAN, JAVA, OBJC, ADA and other language programs can be selected to install support for the language. GCC 3.4.0 better support than previous versions of C++ standard. In this paper, the Redhat Linux install GCC3.4.0 an example, the GCC' s installation process.
Platform: |
Size: 11264 |
Author: 慧琳 |
Hits:
Description: 可以在gcc3.4-gcc4.5下编译,同时支持32和64位平台,apache模块模式支持apache1.3x,增加了中文停词表,扩充了中文分词表。-Gcc3.4-gcc4.5 can compile the same time, 32 and 64-bit platform support, apache module mode support apache1.3x, an increase of the Chinese stop word list, the expansion of the Chinese word table.
Platform: |
Size: 2925568 |
Author: syn |
Hits:
Description: 1、采用 arm-linux-gcc3.4.1 交叉编译 busybox-1.10.3 制作根文件系统;
2、理解根文件系统中各目录、文件的作用-1, using arm-linux-gcc3.4.1 cross compile busybox-1.10.3 make the root file system
2, to understand the root file system of directories, files, the role of
Platform: |
Size: 18432 |
Author: 张蕾 |
Hits:
Description: 1、将 Linux 内核采用 arm-linux-gcc3.4.1 交叉编译生成 uImage 格式的二进制文件,之后将其烧写入开发板的 Flash 存储器;
2、练习 Linux 内核的定制方法;
-1, the Linux kernel using arm-linux-gcc3.4.1 cross-compiler to generate uImage binary file format, then burn to write their development board Flash memory
2, the practice of custom Linux kernel method
Platform: |
Size: 18432 |
Author: 张蕾 |
Hits:
Description: linux 0.11 内核源代码,在32位或者64位的ubuntu或者debian系统下使用的可以用gcc 3.4编译的linux-0.-linux 0.11 kernel source code
Platform: |
Size: 121856 |
Author: huabinwen |
Hits:
Description: 介绍自制gcc3.2.3交叉编译器,linux2.4.18-Introduction homemade gcc3.2.3 cross-compiler, linux2.4.18
Platform: |
Size: 2048 |
Author: 邹学江 |
Hits:
Description: 嵌入式系统和linux面试经典题目
一.1、简答题。下面的题目必须全部答对才给分(20分):
1、 如何在C中初始化一个字符数组。
2、 如何在C中为一个数组分配空间。
3、 如何初始化一个指针数组。
4、 如何定义一个有10个元素的整数型指针数组。
5、 s[10]的另外一种表达方式是什么。
6、 GCC3.2.2版本中支持哪几种编程语言。
7、 要使用CHAR_BIT需要包含哪个头文件。
8、 对(-1.2345)取整是多少?
9、 如何让局部变量具有全局生命期。
10、C中的常量字符串应在何时定义?
-Embedded systems and Linux interview classic title
Platform: |
Size: 10240 |
Author: 刘涛 |
Hits: