Path: chuka.playstation.co.uk!news From: "Andrew Murray" Newsgroups: scee.yaroze.freetalk.english Subject: Re: GNU in XP Date: Sat, 27 Mar 2004 22:59:41 -0000 Organization: PlayStation Net Yaroze (SCEE) Lines: 51 Message-ID: References: NNTP-Posting-Host: host81-132-24-5.in-addr.btopenworld.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Personally I have a Win98 partition on my hard drive so I just develop in Codewarrior under XP then port it to GNU when I'm done. I tried the methods discussed in that earlier thread but there were too many factors outwith my control that I wasn't willing to accept, such as the C:\psx3 path. Anyway hope it works for you Jon. Andy M. "Jon Prestidge" wrote in message news:c44afv$evp6@www.netyaroze-europe.com... > Yes got it working OK-ish after following the trials and tribulations of the > post on 06/10/2003 -- > thanks to all those who suffered to make my transition easier :-) > > As for one thing I saw in that tread (I think it was a prob Andrew Murry > had):- > > "make: *** No rule to make target `main.o', needed by `main'." > > I had a similar problem (but not with the main module) and it turned-out to > be because one mention of the module name in the makefile was in lower case > and another one was in mixed case...so maybe it is more case sensitive than > the old stuff. > > > Personally I get the following inexplicable compiler warning message:- > > \psx3\mips-unknown-ecoff\include\memory.h:32: warning: conflicting types > for bui > lt-in function `memset' > > ... but I can't work it out because memset is only defined once in memory.h, > and it is defined in the standard way, and it isn't even called anywhere in > Emotion anyway. > > Still works fine despite the message though. > > Jon > > >