代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm.scatter
LOAD_ROM 0x0000000
{
ER_INIT 0x0c00000
{
Init (+RO)
}
ER_ROM +0
{
.ANY(+RO)
}
DATABLACK
{
RamData (
arm.dat
KERNELCONFIG=`pwd`/arm.config
TARGET=arm-linux
TARGET_CFLAGS="-O"
GCC_EXTRA_CONFIG="--with-float=soft --with-cpu=xscale --enable-cxx-flags=-mcpu=xscale"
GLIBC_EXTRA_CONFIG="--without-fp"
arm.sh
#!/bin/sh
set -ex
TARBALLS_DIR=$HOME/downloads
RESULT_TOP=$TOOLCHAIN_DIR
export TARBALLS_DIR RESULT_TOP
GCC_LANGUAGES="c,c++"
export GCC_LANGUAGES
# Really, you should do the mkdir before running thi
arm.c
#define TRUE 1
#define FALSE 0
#define SIZE 18
int sieve(void);
const char cstr1[] = "Constant String1";
static int mstatic1, mstatic2;
float vfloat = 1.0;
double vdouble = 1.0;
type