Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.
Moderators: cheriff , Herben
doc.o
Posts: 6 Joined: Wed Jul 26, 2006 3:59 pm
Post
by doc.o » Wed Aug 16, 2006 4:16 pm
This annoying error keeps coming up the files are currently there.
please help.
daurnimator
Posts: 38 Joined: Sun Dec 11, 2005 8:36 pm
Location: melbourne, australia
Post
by daurnimator » Wed Aug 16, 2006 5:19 pm
i'd say you're missing a makefile - or you've copied someone elses, and have no idea what you're doing
ooPo
Site Admin
Posts: 2023 Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:
Post
by ooPo » Thu Aug 17, 2006 3:21 am
Your $PS2SDK is empty. You can tell by it trying to access '/samples/Makefile.pref'.
Reread the instructions that came with your toolchain installation, specifically the part about environment variables.
doc.o
Posts: 6 Joined: Wed Jul 26, 2006 3:59 pm
Post
by doc.o » Thu Aug 17, 2006 4:19 pm
ooPo wrote: Your $PS2SDK is empty. You can tell by it trying to access '/samples/Makefile.pref'.
Reread the instructions that came with your toolchain installation, specifically the part about environment variables.
But it isn't the files are there current in my folder it doesn't make any sense. Proof below.
ooPo
Site Admin
Posts: 2023 Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:
Post
by ooPo » Thu Aug 17, 2006 11:52 pm
It is trying to access '$PS2SDK/samples/Makefile.pref'. Usually if $PS2SDK is set properly it will look in '/usr/local/ps2dev/ps2sdk/samples/Makefile.pref'. Since your $PS2SDK isn't set, or is empty, it is looking in '/samples/Makefile.pref'.
Reread the part in the README.TXT about setting the proper environment variables.