Ok, then...
try the following:

1. checkout packets into some dir.
2. Untar binutils, gcc, gdb to some another dir.
3. Thec copy (cp -R) binutils, gcc abd adb from cvs'ed dirs to untared.



On Thu, 05 Sep 2002 15:26:43 -0700
Galen Seitz <[email protected]> wrote:

> 
> Hi,
> 
> I encountered a problem while trying to build the msp430 tool chain on
> my rh6.2 linux system.  The instructions at 
> http://mspgcc.sourceforge.net/doc_i
> nstall.html
> list the steps as:
> 
> $ mkdir binutils
> $ cd binutils
> $ bunzip2 -c ../binutils-2.11.tar.bz2 | tar xf -
> $ cd ..
> $ cvs -d:pserver:[email protected]:/cvsroot/mspgcc login
> $ cvs -z3 -d:pserver:[email protected]:/cvsroot/mspgcc co 
> binutils
> $ cd binutils/binutils-2.11
> $ ./configure --target=msp430 --prefix=/usr/local/msp430
> $ make
> 
> When I follow this order, the cvs co detects conflicts due to existing
> files from the tarball.  In order to get around this problem, I altered the
> order and added the -k switch when untarring.
> 
> $ mkdir binutils
> $ cvs -d:pserver:[email protected]:/cvsroot/mspgcc login
> $ cvs -z3 -d:pserver:[email protected]:/cvsroot/mspgcc co 
> binutils
> $ cd binutils
> $ bunzip2 -c ../binutils-2.11.tar.bz2 | tar xkf -
> $ cd binutils/binutils-2.11
> $ ./configure --target=msp430 --prefix=/usr/local/msp430
> $ make
> 
> 
> Did I make a mistake, or is this an error in the build instructions?
> 
> thanks,
> galen
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> _______________________________________________
> Mspgcc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
> 
> 
> 


/********************************************************************
     ("`-''-/").___..--''"`-._     (\   Dimmy the Wild      UA1ACZ
      `6_ 6  )   `-.  (     ).`-.__.`)  Enterprise Information Sys 
      (_Y_.)'  ._   )  `._ `. ``-..-'   Nevsky prospekt,   20 / 44
    _..`--'_..-_/  /--'_.' ,'           Saint Petersburg,   Russia
   (il),-''  (li),'  ((!.-'             +7 (812)  3468202, 5585314
 ********************************************************************/

Reply via email to