Welcome![Sign In][Sign Up]
Location:
Search - arm-linux-gcc

Search list

[Linux-UnixCOM_tool

Description: 使用arm-linux-gcc编译的嵌入式linux的串口通迅工具-Use arm-linux-gcc compiler for embedded linux Serial Communication Tool
Platform: | Size: 6144 | Author: 李德明 | Hits:

[Embeded LinuxDM6467_dev_doc2.2

Description: dm6467开发环境说明文档,介绍达芬奇平台安装及开发要点。-dm6467 development environment, documentation, describes the installation and development of elements of Da Vinci platform.
Platform: | Size: 493568 | Author: 岛主 | Hits:

[Embeded LinuxSDFER

Description: 关于交叉编译不能运行的问题,我们自从2009-4-29推出了Linux-2.6.29+Qtopia-2.2.0新系统, 它具有更好的特性和功能,并使用符合EABI标准的新型编译器: arm-linux-gcc-4.3.2-Cross compiler can not run on issues, we have since 2009-4-29 introduced Linux-2.6.29+ Qtopia-2.2.0 new system, which has better features and functionality, and use the new standards consistent with EABI compiler: arm-linux-gcc-4.3.2
Platform: | Size: 128000 | Author: sdfsdf | Hits:

[Embeded LinuxQT4_embedded_development_environment_to_build

Description: 搭建嵌入式QT4开发环境,主机为ubuntu,交叉编译器为arm-linux-gcc-4-QT4 embedded development environment to build, host ubuntu, cross-compiler for arm-linux-gcc-4.1.1
Platform: | Size: 137216 | Author: christian | Hits:

[OS programppp-2.4.5

Description: ppoe 拨号源码包,LINUX的,测试编译(arm-linux-gcc)通过-ppoe dial-up source package
Platform: | Size: 1731584 | Author: 55 | Hits:

[Embeded LinuxUSB-deviceTOMODEN-device

Description: 在linux系统嵌入式编程中,将usb接口的移动3G设备转为Moden设备的源代码(具有通用性,实验中使用的是中兴的mu351),该代码在ubumtu系统下编辑通过,使用的交叉编辑器是arm-linux-gcc(版本4.4.3,可以在网上下载)。-Embedded linux system programming, the usb interface of mobile 3G devices to the device source code Moden (generic, experiments using ZTE mu351), the code editor in ubumtu system through the use of cross-edit device is arm-linux-gcc (version 4.4.3, you can download).
Platform: | Size: 57344 | Author: phobey | Hits:

[Embeded Linuxwifi_cam_car___mini2440

Description: mini2440上wifi camera 小车示例代码,用arm-linux-gcc 编译-mini2440 sample code on wifi camera car
Platform: | Size: 5120 | Author: lzn | Hits:

[Other Embeded programinterrupt_test

Description: 用于s3c6410的中断测试程序,要在arm-linux-gcc环境下编译,推荐使用4.51版本。-Interrupt the test procedure for s3c6410, to arm-linux-gcc compiler environment, version 4.51 is recommended.
Platform: | Size: 20480 | Author: yaong | Hits:

[Embeded Linuxleddriver

Description: 在Ubuntu环境下,建立arm-linux-gcc的交叉编译环境,开发的友善6410核心板上4个led灯的驱动程序,利用insmod安装后,会自动建立/dev/led节点,给节点写入1,则1#灯亮,写4,则4#灯亮,在写4,则4#灯灭。-In the Ubuntu environment, the establishment of arm-linux-gcc cross-compiler environment, development-friendly core board 4 6410 driver led lights, use insmod installed, will automatically create a/dev/led node to node to write a , then the lights# 1, write 4, 4# lights, in writing 4, 4# lights off.
Platform: | Size: 2048 | Author: sosozp | Hits:

[Embeded Linuxqt-extended-4.4.3implantation

Description: 详细说明如何将qt extended 4.4.3 移植到mini2440和DM365设备上,使用的交叉编译器分别是arm-linux-gcc 4.4.3 和arm_v5t_le-gcc 4.2.0 ,对Qt的移植有一定的指导意义。-Details on how to qt extended 4.4.3 ported to mini2440 and DM365 device, respectively, using the cross compiler Is arm-linux-gcc 4.4.3 and arm_v5t_le-gcc 4.2.0, transplantation of Qt has some significance.
Platform: | Size: 915456 | Author: huangXK | Hits:

[Embeded Linuxservfox-analysis

Description: 搞了一段时间的嵌入式网络视频采集与传输,基本上在服务器端采集视频用的是servfox程序包,它可以用arm-linux-gcc编译后移植到开发板上,我现在一直在做这方面的工作,用的是S3C2410的板子,这个开源程序十分不错,觉得有必要深入理解和学习一下它的源程序,网上一般没有对它的详细说明,只是简单介绍了它怎么用的,就如我当初刚开始学习嵌入式时一样看不懂这个程序,现在对其各个代码作个详细的解释,以备后忘,也希望对新手有所帮助。-Engage in a period of acquisition and transmission of embedded network video capture video, basically on the server side the servfox package, it can be compiled with arm-linux - gcc ported to the development board, I have been doing in this areawork is on S3C2410 board, open source is very good, I feel that the necessary depth to understand and learn about its source, generally do not have a detailed description of its online, only a brief introduction to how it, asI had just started to learn embedded, like to see do not understand this process, each code for a detailed explanation, later forgotten, and also hope to help the novice.
Platform: | Size: 25600 | Author: king | Hits:

[Driver Develop0V9650-drive-application-source-code

Description: 编译器必须为 3.3.2 编译时候要加参数 1)加载模块:insmod s3c2440a_camif.ko (设备节点为:/dev/v4l/video0) 2)运行程序:./ov9650_init (通过iic初始化ov9650芯片,运行一次即可) 2)运行测试程序:./testcamera (加-h可查看参数说明) 注: 1)驱动模块中不含摄像头芯片的iic初始化,初始化部分位于ov9650_init中。 2)若文件系统不支持2.6下的insmod命令,请先用包里的new_rootfs.cramfs根文件系统,近期我们将提供新的含图形界面的文件系统。 3)该模块的源码暂时只提供给OEM/ODM用户。 Arm-linux-gcc –ljpeg testcramera.c –o testcramera-Arm-linux-gcc –ljpeg testcramera.c –o testcramera
Platform: | Size: 2435072 | Author: 王五 | Hits:

[androidmslib_2012_04_29

Description: android 刷卡器mslib 解码库. 可以用arm-linux-gcc 编译 然后用JNI调用-android Mslib libary .
Platform: | Size: 106496 | Author: 梁方 | Hits:

[Driver Developaudio

Description: ARM9音频控制程序,通过arm-linux-gcc编译在ARM9上直接运行,即可播放音频数据-The ARM9 audio control procedures, to directly run on the ARM9 arm-linux-gcc compiler, you can play the audio data
Platform: | Size: 1024 | Author: xujianhua | Hits:

[Driver Developcamera

Description: OV9650全套源码,以及摄像头测试程序,用arm-linux-gcc即可编译成功-OV9650 full source code, and camera test program, with arm-linux-gcc to compile successfully
Platform: | Size: 24576 | Author: xujianhua | Hits:

[Embeded Linuxtest

Description: tiny6410下的蜂鸣器控制简单代码。 通过按键1开启声音,按键7关闭声音。 使用:"arm-linux-gcc"编译即可。-The Under the buzzer in tiny6410 to control simple code. By button 1 on the sound button 7 to turn off the sound. Use: "arm-linux-gcc"compiler can.
Platform: | Size: 1024 | Author: zhenz | Hits:

[ARM-PowerPC-ColdFire-MIPSNAND_Flash

Description: 博创经典平台up-tech2410s裸机nand flash驱动。实现了system clock、sdram、uart、nand flash等设备的初始化。读取nand flash首部的pages,并从串口(串口波特率为115200kbps)输出。使用了arm-linux-gcc、make等工具。-Borch the Classic platform up-tech2410s bare metal nand flash drive. The initialization of the system clock, sdram, uart, nand flash devices. Read nand flash header pages, and for 115200kbps) output from the serial port (serial port baud rate. Using arm-linux-gcc, make and other tools.
Platform: | Size: 11264 | Author: 刘建平 | Hits:

[Linux driverA

Description: 2440裸机ADC(ARM-Linux-gcc编译)-2440 bare metal program- ADC (ARM-Linux-gcc compiler)
Platform: | Size: 20480 | Author: 李连泽 | Hits:

[Linux drivercamera-test

Description: linux 摄像头驱动测试程序,arm-linux-gcc,测试过,可用-linux camera test source code,arm-linux-gcc
Platform: | Size: 3072 | Author: | Hits:

[Linux driverds18b20_driver

Description: DS18B20是温度传感器,开发环境是mini2440 操作系统linux 编译器arm-linux-g-DS18B20 temperature sensor, the development environment is mini2440 operating system Linux compiler arm-linux-gcc
Platform: | Size: 713728 | Author: 张小军 | Hits:
« 1 2 3 4 5 6 7 89 10 11 »

CodeBus www.codebus.net