On Thu, May 31, 2012 at 08:46:11PM +0200, Nicolas wrote:
> Warning, MIPS are little endian & big endian. They are able to do the
> both modes.
>
> So the autotools can't determine the endianness.
In my tests with the GNU toolchains at least, autotools' endian checks
did succeed. Whether that wi
Le lundi 28 mai 2012 à 16:45 +0530, Rajendra a écrit :
> Hi.
>
> I am trying to cross compile barry package for MIPS architecture.
> To do this, i run the configure command as
>
> ./configure --host=mips-linux
> --prefix=/home/rajendra/maxim-ic/rajendra_fs/
>
> But end of configure i got the e
On Tue, May 29, 2012 at 10:11:31AM +0530, Rajendra wrote:
> Hi Chris,
>
> Thanks for your response.
>
> I am using barry official release version: barry-0.15
^^
Have you tried the latest release: barry-0.18.3?
That's what I've been testing wi
Hi Chris,
Thanks for your response.
I am using barry official release version: barry-0.15
autoconf version: autoconf (GNU Autoconf) 2.61
Toolchain: mipsel-linux-uclibc-
i tried with ./configure --host=mips-linux-uclibc
--prefix=/home/rajendra/maxim-ic/r
On Mon, May 28, 2012 at 05:59:25PM -0400, Chris Frey wrote:
> I'll have to try setting up a mips cross compiler here and see if I
> can reproduce it.
Ok, I've tested the autoconf stuff on Debian Squeeze (stable) using
the emdebian.org toolchain packages, and I'm unable to reproduce the
endian erro
On Mon, May 28, 2012 at 04:45:29PM +0530, Rajendra wrote:
> Hi.
>
> I am trying to cross compile barry package for MIPS architecture.
> To do this, i run the configure command as
>
> ./configure --host=mips-linux --prefix=/home/rajendra/maxim-ic/rajendra_fs/
>
> But end of configure i got the e
Hi.
I am trying to cross compile barry package for MIPS architecture.
To do this, i run the configure command as
./configure --host=mips-linux --prefix=/home/rajendra/maxim-ic/rajendra_fs/
But end of configure i got the error as
*checking whether byte ordering is bigendian... unknown
configur