代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm_core.h
/******************************************************************************
Copyright (c) 2006 by RockOS.
All rights reserved.
This software is supported by Rock Software Workroom.
arm_core.h
/******************************************************************************
Copyright (c) 2006 by RockOS.
All rights reserved.
This software is supported by Rock Software Workroom.
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 ..