Date: Tue, 8 Oct 2002 19:35:11 -0400 Message-Id: <200210082335.g98NZBF15889@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (moooo@moooo.com) Subject: Re: Cross Compiler endian error References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk That's because mips chips come in both endians. Either be more specific about which mips chip (like mips64vr4100) or specify which endian you're interested in (mipsel or mipseb). Or use elf, which can support both endians at the same time.