搜索结果
找到约 18,373 项符合
ARM-LINUX-gcc 的查询结果
嵌入式Linux A tone driver by driving S3c2410 PWM. Compiled by arm-linux-gcc.
A tone driver by driving S3c2410 PWM.
Compiled by arm-linux-gcc.
嵌入式Linux arm-linux-gcc编译器
arm-linux-gcc编译器,S3C2410开发板移植目前最新的linux2.6.14的内核,需要使用这个编译器编译
Linux/Unix编程 arm-linux-gcc编译器
arm-linux-gcc编译器,S3C2410开发板移植目前最新的linux2.6.14的内核,需要使用这个编译器编译-arm-linux-gcc compiler, the S3C2410 development board transplant at present the newest linux2.6.14 essence, needs to use this compiler to translate ,Unix_Linux,嵌入式Linux/Embeded Linux ...
其他书籍 GNU交叉工具链(arm-linux-gcc 3.4.4), How to build
GNU交叉工具链(arm-linux-gcc 3.4.4), How to build
嵌入式Linux Compile SQLite using the cross-compiler such as arm-linux-gcc first, get sqlite-3.3.6.tar.gz from w
Compile SQLite using the cross-compiler such as arm-linux-gcc
first, get sqlite-3.3.6.tar.gz from www.sqlite.org
unzip it,
#tar -zxvf sqlite-3.3.6.tar.gz
change into the sqlite-3.3.6 directory
cd sqlite-3.3.6
Linux/Unix编程 arm-linux-gcc交叉编译环境自动建立的shell
arm-linux-gcc交叉编译环境自动建立的shell,在运行之前只要按注释将相应需要的文件放到文件夹下即可,在redhat 9.0下测试通过
编译器/解释器 此工具是arm-linux-gcc交叉编译工具(cross-3.4.4)
此工具是arm-linux-gcc交叉编译工具(cross-3.4.4),这个是我自己编译的,我试过,我用它编译了u-boot1.2.0没有问题,这个交叉编译器编了好长时间,我之前在网上搜了好长时间,但是没搜到,所以今天贡献出来,免得大家还得费时间去编译,我现在用是没有问题,如果有问题请多指教。希望热爱linux的同志们多贡献点好东西出来 ...
嵌入式Linux 此工具是arm-linux-GCC交叉编译工具(cross-3.4.4)
此工具是arm-linux-GCC交叉编译工具(cross-3.4.4),这个是我自己编译的,下载后解压到/usr/local/arm目录下,如果你有其它版本的编译器,你最好在编译其它文件时指定这个目录,我试过,我用它编译了u-boot1.2.0没有问题,这个交叉编译器编了好长时间,我之前在网上搜了好长时间,但是没搜到,所以今天贡献出来,免得大家 ...
Linux/Unix编程 arm-linux-gcc 开发环境的建立
arm-linux-gcc 开发环境的建立,一步一步,每步都有详细说明带截图,不会linux命令也能照着步骤建立。
Linux/Unix编程 interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o in
interrupt application code
* compile :
* $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c
* $cp interrupt /tftpboot/examples
* run in target:
* #mount 192.168.1.180:/tftpboot/ /mnt/nfs
* #cd /mnt/nfs/examples
* #insmod eintdrv.o
* ...