Re: gcc 3.2.2

2007-07-21 Thread Eric Lilja
syam prasad wrote: Hi, I am facing with lot of issues with gcc 3.4.4 regarding .dll build. Where can i downlaod gcc 3.2.2 . I serached in all mirrop sites, but failed to find it. Please help me. Regards, syam. Syam, I think you're asking the wrong question. Why not ask about help solving th

Re: GCC 3.2.2 Cygwin to i386-elf cross compiler

2003-03-16 Thread Steve Graham
I've followed the instructions on that page but i'm still getting this problem, sorry I can't give you more information than this but I don't really have any clue what is going wrong. One other resource that I will hopefully have is the Book "GCC The Complete Reference" Arther Griffith, which has

Re: GCC 3.2.2 Cygwin to i386-elf cross compiler

2003-03-16 Thread Tim Prince
On Sunday 16 March 2003 09:02, Steve Graham wrote: > > I have made many google seaches and I can't find any sources on making > cross-compilers on Cygwin, if you know of any good resouces please could > you let me know. > >From the first page of a Google search: http://www.objsw.com/CrossGCC/ Sear

Re: GCC 3.2.2 Cygwin to i386-elf cross compiler

2003-03-16 Thread Steve Graham
Ok, lets try that again. I am about to write the Kernel for an operating system that I am writing and I would like to use the GCC on cygwin, but I need to output ELF files rather than PE. I have never tried to compile GCC before and I am having a problem getting it to build. I have tried going st

Re: GCC 3.2.2 Cygwin to i386-elf cross compiler

2003-03-16 Thread Max Bowsher
Steve Graham wrote: > Hi > > I am using GCC in cygwin and I want' to prorgams based on the i386-elf > format like in linux. I am having troubles building it though > > I have tried > > binutils: > ./configure --target=i386-elf > make > make install > OK > > GCC whole distribution: > ./configure