虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

gnu-gcc

  • 此程序是一个通用的摄像头抓图程序

    此程序是一个通用的摄像头抓图程序,只要在装有linux系统并而己安装有arm-linux-gcc的开发环境下编译即可运行。

    标签: 程序 摄像头

    上传时间: 2016-12-13

    上传用户:klin3139

  • FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Wind

    FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more. FileZilla Server is a reliable FTP server for Windows. it is a Client App,and a linux gnu version. important:change EXT name to ".tar.bz2"

    标签: cross-platform supporting FileZilla graphical

    上传时间: 2013-12-19

    上传用户:weiwolkt

  • /* * linux/arch/m68knommu/platform/520x/spi-mcf520x.c * * Sub-architcture dependant initializa

    /* * linux/arch/m68knommu/platform/520x/spi-mcf520x.c * * Sub-architcture dependant initialization code for the Freescale * 520x SPI module * * Yaroslav Vinogradov yaroslav.vinogradov@freescale.com * Copyright Freescale Semiconductor, Inc 2006 * * This program is free software you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation either version 2 of the License, or * (at your option) any later version.

    标签: Sub-architcture initializa 520 dependant

    上传时间: 2016-12-15

    上传用户:xiaohuanhuan

  • The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kerne

    The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space library with Guile, Perl, PHP, Python and TCL bindings. The API of the C library is intended to be compatible with National Instrument s GPIB library. The Linux GPIB Package is licensed under the GNU General Public License . Requirements: Linux kernel version 2.4.x (use Linux-GPIB version 3.1.x). Earlier kernel versions are not supported.

    标签: package GPIB The contains

    上传时间: 2016-12-17

    上传用户:cccole0605

  • 计算阶乘的程序 在红旗linux桌面6.0(linux内核版本2.6.23.1-4)

    计算阶乘的程序 在红旗linux桌面6.0(linux内核版本2.6.23.1-4),gcc版本4.2.1条件下成功运行,计算结果正确。

    标签: linux 6.0 23 计算

    上传时间: 2014-01-17

    上传用户:225588

  • This program is free software you can redistribute it and/or modify // it under the terms of the GN

    This program is free software you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation either version 2 of the License, or // (at your option) any later version.

    标签: redistribute the software program

    上传时间: 2016-12-20

    上传用户:wfeel

  • 在这篇文档中

    在这篇文档中,将以C/C++的源码作为我们基础,所以必然涉及一些关于C/C++的编 译的知识,相关于这方面的内容,还请各位查看相关的编译器的文档。这里所默认的编 译器是UNIX下的GCC和CC。

    标签: 文档

    上传时间: 2016-12-21

    上传用户:dbs012280

  • 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt)

    程序代码使用说明: (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的环境中编译测试通过

    标签: Makefile 代码 程序 使用说明

    上传时间: 2016-12-24

    上传用户:kikye

  • 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt)

    程序代码使用说明: (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的环境中编译测试通过。

    标签: Makefile 代码 程序 使用说明

    上传时间: 2013-12-29

    上传用户:kristycreasy

  • 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt)

    程序代码使用说明: (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的环境中编译测试通过。

    标签: Makefile 代码 程序 使用说明

    上传时间: 2013-12-14

    上传用户:从此走出阴霾