改写的U-boot for s3c4510 (注意此源码是在windows下压缩了)。 1、支持串口下载

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

软件大小: 12128 K
上传用户: babydog00
关键词: s3c4510 windows U-boot 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							

相关资源