Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

MSP-EXP430G2 with linux: How to install development tools?

Status
Not open for further replies.

vinodstanur

Advanced Member level 3
Joined
Oct 31, 2009
Messages
751
Helped
114
Reputation
234
Reaction score
114
Trophy points
1,333
Location
Kerala (INDIA)
Activity points
7,054
Hi,
few days ago , i started learning linux. Now I would like to use the MSP430 Value Line LaunchPad Dev tool in linux.
I checked the link How-to: Launchpad programming with Linux - Hack a Day and followed the steps in that.
Then while installing ,
using
Code:
sudo sh buildgcc.sh
I am getting some error:(as below)

Code:
Do you want to start build right now? (y/n) [n] n

Enter script name to generate
[buildgcc-4.4.5_gdb_7.2.sh]: 

build/buildgcc-4.4.5_gdb_7.2.sh created successfully.
Run it now? (y/n) [y] y
--2011-09-03 21:29:53--  http://ftp.uni-kl.de/pub/gnu/binutils/binutils-2.21.tar.bz2
Resolving ftp.uni-kl.de... 131.246.123.4, 2001:638:208:ef1b:0:ff:fe00:4
Connecting to ftp.uni-kl.de|131.246.123.4|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-09-03 21:29:58 ERROR 404: Not Found.

sh buildgcc-4.4.5_gdb_7.2.sh exited with status code 8.
vinod@ubuntu:~/mspgcc4$

It seems that the link **broken link removed** is not working now...
Could any one help me?
(also I am new to linux)

---------- Post added at 17:21 ---------- Previous post was at 17:20 ----------

Also, I am using UBUNTU 11.04

---------- Post added at 18:55 ---------- Previous post was at 17:21 ----------

okay,,,Now the problem is solved....
I edited binutil version number in the perl script (buildgcc.pl). In the link ftp.uni-ki.de/pub/gnu , the binutil version is updated and thus I modified the version number in the buildgcc.pl and there after it is installing ....

Any way, I now I am not marking the thread as solved...Because, I am sure , I will be facing some more problem even though the above problem is solved....:)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top