Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: "Steve Graham" Subject: Re: GCC 3.2.2 Cygwin to i386-elf cross compiler Date: Sun, 16 Mar 2003 19:39:45 -0000 Lines: 55 Message-ID: References: <01ae01c2ebd1$af2624c0$78d96f83 AT pomello> <200303161907 DOT h2GJ7WlK231562 AT pimout2-ext DOT prodigy DOT net> X-Complaints-To: usenet AT main DOT gmane DOT org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 a chapter on installing GCC, I'm hoping this will have information on installing in Cygwin. these are the last few lines I get from the make program: gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-p roto types -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CO NFIG _H -I. -I. -I. -I./. -I./config -I./../include \ ./config/i386/i386.c -o i386.o config/i386/i386.c: In function `override_options': config/i386/i386.c:927: `DEFAULT_PCC_STRUCT_RETURN' undeclared (first use in this function) config/i386/i386.c:927: (Each undeclared identifier is reported only once config/i386/i386.c:927: for each function it appears in.) config/i386/i386.c: In function `ix86_save_reg': config/i386/i386.c:3982: warning: comparison between signed and unsigned make[1]: *** [i386.o] Error 1 make[1]: Leaving directory `/home/gcc-3.2.2/gcc' make: *** [all-gcc] Error 2 I hope this helps, a bit clearer than what I said before Again thank you for your time Steven Graham "Tim Prince" wrote in message news:200303161907 DOT h2GJ7WlK231562 AT pimout2-ext DOT prodigy DOT net... > 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/ > > Search for more than 20 seconds and you may find something more up to date. > > -- > Tim Prince > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/