Re: Using -mlittle-endian or -mbig-endian options....

2007-12-10 Thread Michael Meissner
On Mon, Dec 10, 2007 at 09:55:24AM +, ashish mahamuni wrote: > Hi, > > I am working on Intel i686 machine > I've Hello_World.c file. > When I give following command compiler gives error > that Invalid Option. > > gcc -mlittle-endian Hello_World.c > or > gcc -mlittle-endian Hello_World.c > >

Re: Using -mlittle-endian or -mbig-endian options....

2007-12-10 Thread Tim Prince
ashish mahamuni wrote: > Hi, > > I am working on Intel i686 machine > I've Hello_World.c file. > When I give following command compiler gives error > that Invalid Option. > > gcc -mlittle-endian Hello_World.c > or > gcc -mlittle-endian Hello_World.c > > I am using 4.2 version of gcc (Latest one

Using -mlittle-endian or -mbig-endian options....

2007-12-10 Thread ashish mahamuni
Hi, I am working on Intel i686 machine I've Hello_World.c file. When I give following command compiler gives error that Invalid Option. gcc -mlittle-endian Hello_World.c or gcc -mlittle-endian Hello_World.c I am using 4.2 version of gcc (Latest one I guess). How can I use this options? Thanks A