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




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to