This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Need help with using crosstool to build toolchain for Au1550.


Hello Anmol,

I think you're mixing two things: 

- crosstool by Dan Kegel http://www.kegel.com/crosstool/
- crosstool-ng (== "ct-ng", aka "next generation crosstool) by Yann E. MORIN 
  http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool

On Fri, Jul 04, 2008 at 15:08:36 -0700, you wrote:

>  I followed the quick-start instructions exactly as given here:
>  http://www.kegel.com/crosstool/crosstool-0.43/doc/crosstool-howto.html#quick
> 
>  but all that happens is:
> 
> ---------------------------------------------------------------------------
> anmol@algorithmix:~/cthack/crosstool-0.43$ sh demo-mips.sh 


For Au1550 you need an mipsel toolchain. So in crosstool-0.43 you have to
call ./demo-mipsel.sh. But you should change "RESULT_TOP" to
/home/anmol/opt/ and run the script as user.

(Ok, you may use Au1550 in big endian mode, but I have no experience with
it.)

Maybe you have a look at http://sourceforge.net/projects/xxsvideo. This
project uses crosstool and runs building toolchain for arm (default) and 
mipsel automatic. In the current SVN it uses optional crosstool-ng too.

>  I chanced upon your post to the list, but I do not quite follow how
>  it applies. Where is samples/mipsel-unknown-linux-gnu/crosstool.config
>  to be applied? Is it a patch to crosstool? Please can you help me?

This config for crosstool-ng. To use it, you have to checkout the SVN trunk
and then:

./configure --prefix=/home/anmol/opt/
make
make install
cp samples/mipsel-unknown-linux-gnu/crosstool.config .config
./ct-ng build

This should run. If not: write us or the mailinglist.


Best regards,

Alexander
-- 
Alexander Bigga * linux@bigga.de * www.bigga.de

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]