Thank's 

I have been work with mspgcc for windows, but I want it to use at
linux system now.

so that installing mspgcc- toolchain.

and than I  found the reference site in the internet 

http://www.mikrocontroller.net/mspgcc.en.htm

first step  I started that download binutils and extract  binutils 

************************************site
content***********************************
#binutils

 wget ftp://sources.redhat.com/pub/binutils/releases/binutils-2.14.tar.bz2
 tar xjvf binutils-2.14.tar.bz2

 cd binutils-2.14
 ./configure --prefix=/usr/local/msp430 --target=msp430
 make  <== don't stop making.

 make install
 cd ..

gcc, msp430-libc,gdb the other is samething. don't stop making .

sorry I want to use mspgcc. 

would you know me how to install mspgcc toolchain.

thank's 

 




On Wed, 26 Jan 2005 09:59:58 +0100, Robert Seczkowski
<[email protected]> wrote:
> Could You describe your problem once more?
> robert
> On Wednesday 26 of January 2005 07:38, Lee Qyoonjung wrote:
> > I'm beginer  at the linux.
> >
> > So Sorry but I want to use the mspgcc with toolchain in the my linux
> > system so that I had
> >
> > done above ( my system is redhat 8.0 linux-2.4) for binutile
> > ---------------------------------------------------------------------------
> >------------------- # become root; you actually only need this for "make
> > install" and when # you copy files to the target directory
> > (/usr/local/msp430)
> > su
> >
> > mkdir /tmp/mspgcc
> > cd /tmp/mspgcc
> >
> > #binutils
> >
> > wget ftp://sources.redhat.com/pub/binutils/releases/binutils-2.14.tar.bz2
> > tar xjvf binutils-2.14.tar.bz2
> >
> > cd binutils-2.14
> > ./configure --prefix=/usr/local/msp430 --target=msp430
> > make
> > <== Here don't stop
> > make install
> > cd ..
> > ---------------------------------------------------------------------------
> >---------------------- and only repeat after enter "make" instruction,
> >
> > other tool is the same thing. don't stop making process.
> >
> > sure I read the FAQ, but It's not about that problem.
> >
> > Would you send me how to solve about that problem ?
> >
> > Thank's
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
> > Tool for open source databases. Create drag-&-drop reports. Save time
> > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> > Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> > _______________________________________________
> > Mspgcc-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/mspgcc-users
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
> Tool for open source databases. Create drag-&-drop reports. Save time
> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> Mspgcc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>

Reply via email to