PDA

View Full Version : installing toolchain 2.8.5.0 failing with ftp problem



mikeyea
14-04-2010, 07:23 PM
Hello,

I am trying to install toolchain 2.8.5.0 on an Ubuntu9.04, but the "make" command fails because there is a unresolvable wget from sigmadesigns at the beginning:

==============
wget --passive-ftp -nd -P /home/mf2/smp86xx_toolchain_2.8.5.0/dl ftp://armutils:sigmadesigns@68.166.35.6/smp86xx/gcc-3.4.2.tar.bz2
--2010-04-14 19:54:42-- ftp://armutils:*password*@68.166.35.6/smp86xx/gcc-3.4.2.tar.bz2
=> `/home/mf2/smp86xx_toolchain_2.8.5.0/dl/gcc-3.4.2.tar.bz2'
Verbindungsaufbau zu 68.166.35.6:21.........
==============

The ftp-server at sigma seems to be down, does anybody know of an alternative?

Mike

rfdomingos
14-04-2010, 10:05 PM
Hi, use this instead

ftp://armutils:sigmadesigns @ gw.sigmadesigns.com

mikeyea
15-04-2010, 07:23 AM
Thanks a lot, this address works.

Mike

rajchandran
29-12-2010, 01:33 PM
The pc which I use for compiling the toolkit doesnot have internet connectivity. Can i download the contents and set a local path in the menuconfig?