This is the mail archive of the crossgcc@sources.redhat.com 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: crosstool mipsel problem


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


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