Path: chuka.playstation.co.uk!news From: Pankaj Gautama Newsgroups: scee.yaroze.problems.pc Subject: Re: make Date: Sun, 05 Jul 1998 15:52:27 +0100 Organization: PlayStation Net Yaroze (SCEE) Lines: 43 Message-ID: <359F932B.1E45@virgin.net> References: <359E4546.3517@lineone.net> Reply-To: pankaj.gautama@virgin.net NNTP-Posting-Host: p52-parmigan-gui.tch.virgin.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01C-VN709-003 (Win95; I) Tanvir Khan wrote: > > I have tried to set up the enviroment but still make does not work > with the message make.o error and crt0.o not found. Please help. > Also I cannot view the view anyone elses problems and comments in this > newsgroup after I e-mailed. Okay Tanvir, I got my Yaroze last week, and you're right, it can be a bit of a bugger setting up your environment. As Matthew suggests, go read the setup booklet that came with your Yaroze. NOTE the following assumes you're using a PC (Windoze or DOS), not a Mac. Also, check your environment. To do this, in a DOS window, type SET. This should display something containing the following (all of these environment variables ARE REQUIRED for full use : PATH=c:\windows;c:\windows\command;c:\yaroze\psx\bin;c:\yaroze\gnu\bin DJGPP=c:\yaroze\psx\djgpp.env TMP=c:\yaroze\work DTLH3000=0x2f8,3,9600 So, PATH contains places where you copied the \PSX\BIN and \GNU\BIN directories from your CD DJGPP points to some environment file, pointing to where you copied the \PSX directory from your CD TMP points to a working area, which can be anywhere as long as it exists DLTJH3000 contains your serial port setup info for transfer of data to the Yaroze. So, you should be able to see that I copied the contents of the CD to a subdirectory on my C: drive call yaroze. If you follow the setup booklet, the you'll probably have just copied to C:, hence your environment would not have the word yaroze in it. Hope this helps