AT91RM9200的完整启动代码:包括loader, boot及U-boot三部分均已编译通过!欢迎下载使用!

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

软件大小: 4716 K
上传用户: zxk756921815
关键词: loader U-boot 9200 boot
下载地址: 免注册下载 普通下载 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
							

相关资源