代码搜索:Arm-Linux
找到约 1,166 项符合「Arm-Linux」的源代码
代码结果 1,166
www.eeworm.com/read/443772/7623329
build
False_Act()
{
cat mk.err
exit 1
}
if [ -z "$1" ]
then
target=modules
else
target=$1
fi
make -C /usr/src/arm-linux-2.6/linux-2.6.14-fa M=`pwd` $target 2> mk.err || False_Act
if [ -z "$1" ]
www.eeworm.com/read/238907/13315482
h stdio.h
#ifndef _BIOS_STDIO_H
#define _BIOS_STDIO_H
/* This file was located at /usr/local/arm-linux/arm-linux/sys-include directory */
#include
#ifndef NULL
#define NULL ((void *)0)
#endif
www.eeworm.com/read/147248/5733299
makefile
ARCH=arm
CROSSCOMPILE=/home/Kendin/tools/bin/arm-linux-
CC=${CROSSCOMPILE}gcc
LD=${CROSSCOMPILE}ld
AR=${CROSSCOMPILE}ar
AS=${CROSSCOMPILE}as
STRIP=${CROSSCOMPILE}strip
RANLIB=${CROSSCOMPILE}ranlib
LD_
www.eeworm.com/read/425482/6288928
log config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by xtscal configure 0.6.3, which was
generated by GNU
www.eeworm.com/read/484011/6588955
sh build_arm.sh
#!/bin/sh
TSLIBINST=$(pwd)/_install
export CC=/home/wbn/arm2410/tools/usr/local/arm/3.4.1/bin/arm-linux-gcc
./autogen.sh --host=arm-linux --prefix=$TSLIBINST
make -j4
make install
cd ..
www.eeworm.com/read/261354/11653073
makefile
CROSS= /usr/local/arm/2.95.3/bin/arm-linux-
CFLAGS=-D__KERNEL__
CFLAGS+=-DMODULE
CFLAGS+=-I/home/work/2410-2.4.18/2.4.18-rmk7/include
CFLAGS+=-I/home/work/2410-2.4.18/2.4.18-rmk7/include/linux
CF
www.eeworm.com/read/229057/14354543
site arm-config.site
# config.site for configure
# iPAQ Familiar Linux TARGET
# You could put this file to /usr/local/arm/2.95.3/etc/ipaq-config.site
# run with
# CONFIG_SITE=/wherever/you/store/it/ipaq-config.site ./
www.eeworm.com/read/194581/8189970
status config.status
#! /bin/sh
# Generated by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.
d
www.eeworm.com/read/267914/11159083
txt minigui-2.4.18.txt
miniGUI1.6.0移植到S3CEB2410开发板
前言
使用的miniGUI1.6.0源代码
使用目录中的libminiGUI1.6.0.-linux.tar.gz和minigui-res-1.6.tar.gz、mg-sample-str-1.6.2.tar.gz
2.环境:RedHat LINUX3.2.2-5
3.交叉编译环境:cross-2.95.3.tar.bz2
交叉工具安
www.eeworm.com/read/291505/8412270
makefile
#CROSS_COMPILER = /usr/local/arm/2.95.3/bin/arm-linux-
#INCL = -I/usr/local/src/2.4.18-rmk7
CROSS_COMPILER = /usr/local/arm/3.3.2/bin/arm-linux-
INCL = -I/usr/local/src/linux-2.6.8.1/
key_test:
$(C