"The FG43x support didn't get commited."
So, I'll want to get binutils from cvs after you update it right?  
Does    my build procedure llok good?

John G
On Thu, 2004-07-08 at 11:36, Steve Underwood wrote:
> There is no such thing as an msp430x439. There is such a thing as an 
> msp430xG439, though. There must be something wrong with your install if 
> there is no msp430x437.x file. Even the earliest versions of binutils 
> supported that.
> 
> Regards,
> Steve
> 
=================
I do seem to have some of the FG43x   components, but not in binutils.  
I have gotten
the cvs version from http://sources.redhat.com/binutils/   to compare,
but did my build, (that is not working)  with binutils 2.15 


msp430gcc-builds$ find . -name '*msp430x*'
./msp430-libc/include/msp430x11x.h
./msp430-libc/include/msp430x11x1.h
.
.
.
./msp430-libc/include/msp430xE42x.h
./msp430-libc/include/msp430xG43x.h    
./msp430-libc/include/msp430xW42x.h
./jtag/funclets/msp430xRAM.x


Hurdle I am trying to get past:
====================

> >j...@toolbench:~/EEProjects/msp430$ CC=msp430-gcc
> >j...@toolbench:~/EEProjects/msp430$ LD=msp430-ld
> >j...@toolbench:~/EEProjects/msp430$ msp430-gcc -Os -mmcu=msp430x437 -o 
> >test1.elf test1.c
> >msp430-ld: cannot open linker script file ldscripts/msp430x437.x: No such 
> >file or directory
> >
============
build steps I used for binutils:
===============
$ mkdir /opt/mspgcc

$ export PREFIX=/opt/mspgcc
$ export TARGET=msp430

####get binutils, either cvs or release--
$ cvs -z 9 -d :pserver:anon...@sources.redhat.com:/cvs/src login
  {enter "anoncvs" as the password}
$ cd binutils
$ cvs -z 9 -d :pserver:anon...@sources.redhat.com:/cvs/src co binutils
$ cvs -z 9 -d :pserver:anon...@sources.redhat.com:/cvs/src update -dPC
####get binutils, either cvs or release--
wget http://ftp.gnu.org/gnu/binutils/binutils-2.15.tar.bz2
####get binutils, either cvs or release--


$ mkdir build-binutils
$ cd build-binutils
$ ../binutils/src/configure --target=$TARGET --prefix=$PREFIX 
--disable-nls      8-jul-04jg
$ make
$ make install              26-jun-04jg   must have user write
permission in /opt/mspgcc  dir, else su root


Reply via email to