arm.sh

来自「Motorola E680i 交差编译所需文件。」· Shell 代码 · 共 21 行

SH
21
字号
#!/bin/shset -exTARBALLS_DIR=$HOME/downloadsRESULT_TOP=$TOOLCHAIN_DIRexport TARBALLS_DIR RESULT_TOPGCC_LANGUAGES="c,c++"export GCC_LANGUAGES# Really, you should do the mkdir before running this,# and chown /opt/crosstool to yourself so you don't need to run as root.mkdir -p $RESULT_TOP# Build the toolchain.  Takes a couple hours and a couple gigabytes.eval `cat arm.dat gcc-3.3.2-glibc-2.3.2.dat` sh all.sh --notest#eval `cat arm-softfloat.dat gcc-3.4.0-glibc-2.3.2.dat` sh all.sh --notest#eval `cat arm-softfloat.dat gcc-3.4.1-glibc-2.3.3.dat` sh all.sh --notest#eval `cat arm-softfloat.dat gcc-3.4.1-glibc-20040827.dat`  sh all.sh --notestecho Done.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?