Hi Mark, On Tue, Aug 31, 2010 at 07:12:19PM -0700, Mark J. Blair wrote: > Hi! I'm trying to download and build mspgcc based on the instructions in the > wiki: > > http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Building_MSPGCC_from_Source_Code > > I have not been able to obtain the source code from the CVS server, though: > > sh-3.2$ export > CVSROOT=:pserver:[email protected]:/cvsroot/mspgcc > sh-3.2$ export CVS_RSH=ssh > sh-3.2$ cvs login > Logging in to > :pserver:[email protected]:2401/cvsroot/mspgcc > CVS password: > cvs [login aborted]: connect to > mspgcc.cvs.sourceforge.net(216.34.181.111):2401 failed: Connection refused > sh-3.2$ > > Google didn't provide me with a solution. Can anybody provide any help?
You probably want the latest version of mspgcc4, which you cat get using git: $ git clone git://mspgcc4.git.sourceforge.net/gitroot/mspgcc4/mspgcc4 If you want the older mspgcc from CVS do the following: $ cvs -d :pserver:[email protected]:/cvsroot/mspgcc login CVS password: [empty, just press Enter] $ cvs -d :pserver:[email protected]:/cvsroot/mspgcc co gcc I hope this helps. baruch -- ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - [email protected] - tel: +972.2.679.5364, http://www.tkos.co.il -
