Path: chuka.playstation.co.uk!news From: Toby Hutton Newsgroups: scee.yaroze.programming.gnu_compiler Subject: Re: That dreaded Linux query again.... Date: 28 Sep 1998 15:05:13 +1000 Organization: PlayStation Net Yaroze (SCEE) Lines: 20 Sender: thutton@TECH10 Message-ID: References: <360AF965.4D35F33B@wyrddreams.demon.co.uk> <360C1CD7.133D3870@wyrddreams.demon.co.uk> NNTP-Posting-Host: 203.103.154.235 X-Newsreader: Gnus v5.3/Emacs 19.34 Okay, I suppose I better check a couple of things here. I'm not sure why it isn't working for you. Where did you install the cross compiler and utils? When running ./configure for each component you probably should use the --prefix and --exec-prefix arguments, both pointing to somewhere in your home directory (~/yaroze for me) just to make sure it's kept completely separate from the native compilers. If you applied the patches properly before building all the relevent tools should have a 'psx-' prefix. It looks like your tools do, though psx-gcc isn't calling psx-cpp, psx-as... perhaps because you installed them in /usr somewhere. You shouldn't have to do all the steps manually, obviously, that's what gcc is for. All I can suggest is removing the cross compiler you've installed, and re-do it *not as root* installing it into your home directory. That's what I did and I've had *no* problems. -- Toby.