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

Reply via email to