[Tinyos-commits]
CVS: tinyos-1.x/tools/src/mspgcc build-mspgcc, 1.7, 1.8
Cory Sharp
cssharp at users.sourceforge.net
Thu Jun 8 17:36:45 PDT 2006
Update of /cvsroot/tinyos/tinyos-1.x/tools/src/mspgcc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19188
Modified Files:
build-mspgcc
Log Message:
* Fix SourceForce CVS server address
* Pull all GNU packages from ftp.gnu.org -- they were not yet hosted at gnu.org
when this script was written, and have since disappeared from the other
servers being used
* There is still a problem building this toolchain with GCC 4, and that problem
as yet remains unaddressed. If someone has a fix/workaround, please email me
Index: build-mspgcc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/src/mspgcc/build-mspgcc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** build-mspgcc 10 Jul 2005 02:50:15 -0000 1.7
--- build-mspgcc 9 Jun 2006 00:36:43 -0000 1.8
***************
*** 59,65 ****
# which take on defaults defined below if unspecified.
! BINUTILS_URL="ftp://sources.redhat.com/pub/binutils/releases/binutils-2.16.tar.bz2"
! GCC32_URL="ftp://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-3.2.3/gcc-core-3.2.3.tar.bz2"
! GCC33_URL="ftp://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-3.3.5/gcc-core-3.3.5.tar.bz2"
MSPGCC_CVS_ARCHIVE=mspgcc-cvs.tar.gz
MSPGCC_CVS_DATE="1 Jun 2005" # "now" is an option, see 1 Jun 2005 discussion thread "[tinyos-msp430] msp430 compiler tools"
--- 59,65 ----
# which take on defaults defined below if unspecified.
! BINUTILS_URL="ftp://ftp.gnu.org/gnu/binutils/binutils-2.16.1.tar.bz2"
! GCC32_URL="ftp://ftp.gnu.org/gnu/gcc/gcc-3.2.3/gcc-core-3.2.3.tar.bz2"
! GCC33_URL="ftp://ftp.gnu.org/gnu/gcc/gcc-3.3.5/gcc-core-3.3.5.tar.bz2"
MSPGCC_CVS_ARCHIVE=mspgcc-cvs.tar.gz
MSPGCC_CVS_DATE="1 Jun 2005" # "now" is an option, see 1 Jun 2005 discussion thread "[tinyos-msp430] msp430 compiler tools"
***************
*** 115,119 ****
mkdir -p mspgcc-cvs
cd mspgcc-cvs
! if [ -f $HOME/.cvspass ] && grep -q -F ':pserver:anonymous at cvs.sourceforge.net:' $HOME/.cvspass
then
:
--- 115,120 ----
mkdir -p mspgcc-cvs
cd mspgcc-cvs
! SF_CVS_SERVER=":pserver:anonymous at mspgcc.cvs.sourceforge.net"
! if [ -f $HOME/.cvspass ] && grep -q -F "$SF_CVS_SERVER:" $HOME/.cvspass
then
:
***************
*** 123,129 ****
echo "*** Press ENTER when prompted for a password."
echo
! cvs -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/mspgcc login
fi
! cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/mspgcc export -D "$MSPGCC_CVS_DATE" gcc msp430-libc
cd $START_DIR
cd $ARCHIVE_DIR
--- 124,130 ----
echo "*** Press ENTER when prompted for a password."
echo
! cvs -d$SF_CVS_SERVER:/cvsroot/mspgcc login
fi
! cvs -z3 -d$SF_CVS_SERVER:/cvsroot/mspgcc export -D "$MSPGCC_CVS_DATE" gcc msp430-libc
cd $START_DIR
cd $ARCHIVE_DIR
More information about the Tinyos-commits
mailing list