crosstool mipsel problem

Dan Kegel dank@kegel.com
Sat Jul 17 01:27:00 GMT 2004


Tejas Kokje wrote:.
> I am trying to build toolchain for MIPS.  
> When I executed demo-mipsel.sh script, after some time it gave me following error
> 
> .....
> ++ /mnt/fun/crosstool-0.27/build/mipsel-unknown-linux-gnu/gcc-3.2.3-glibc-2.2.3/gcc-3.2.3/config.guess
> /mnt/fun/crosstool-0.27/crosstool.sh: /mnt/fun/crosstool-0.27/build/mipsel-unknown-linux-gnu/gcc-3.2.3-glibc-2.2.3/gcc-3.2.3/config.guess: /bin/sh: bad interpreter: Permission denied

crosstool.sh expects config.guess to be executable.
Maybe you have /mnt/fun mounted noexec?

I suppose I could change crosstool.sh to explicitly invoke
config.guess with sh.  autoconf invokes it with

`${CONFIG_SHELL-/bin/sh} $ac_config_guess`

so perhaps I should simply copy that.

- Dan

-- 
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list