自己修改的U-boot1.1.4For AT91RM9200DK. 请用armgcc3.3.2编译。

源代码在线查看: gcc-linux.sh

软件大小: 8674 K
上传用户: fansino
关键词: U-boot armgcc 9200 For
下载地址: 免注册下载 普通下载 VIP

相关代码

				#! /bin/sh								# Setup for compiling with GCC/G++ for Linux								if [ "$CHECKED" = "1" ]; then				    echo Checked debug build enabled.				else				    echo Release build enabled.				fi								export MAKESTARTUP=$SCITECH/makedefs/gcc_linux.mk				export INCLUDE="include;$SCITECH/include;$PRIVATE/include"				export USE_LINUX=1								if [ "x$LIBC" = x ]; then					echo "GCC Linux console compilation environment set up (glib)"				else					echo "GCC Linux console compilation environment set up (libc5)"				fi							

相关资源