Re: [Barry-devel] Cross compiling barry for MIPS Architecture
Status: Beta
Brought to you by:
ndprojects
From: Nicolas <pr...@fr...> - 2012-05-31 18:46:28
|
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 error as > > checking whether byte ordering is bigendian... unknown > configure: error: unknown endianness > presetting ac_cv_c_bigendian=no (or yes) will help > > For your clear understanding im attaching my terminal log. > So kindly suggest me, what could be the problem for the above error. Warning, MIPS are little endian & big endian. They are able to do the both modes. So the autotools can't determine the endianness. But you can impose the big endian or little endian mode. You can also patch your toolchain to work only in an endian mode. Regards, Nicolas |