sceiostat

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
JJPeerless
Posts: 82
Joined: Mon Jun 20, 2005 3:32 am

sceiostat

Post by JJPeerless »

where are sceIOStat and sceiogetstat..they are in the wave.c wave.h files im using to try to play a wav file..

but i cant compile..where are those functions located?
User avatar
jpadams
Posts: 23
Joined: Sat Jul 02, 2005 1:59 pm
Location: Los Angeles
Contact:

Post by jpadams »

do you have the latest SDK ? from ooPo's toolchain ?
its defined in pspiofilemgr_stat.h
and pspiofilemgr.h

it compiles for me with Latest SDK

-
Last edited by jpadams on Tue Jul 19, 2005 1:20 pm, edited 1 time in total.
JJPeerless
Posts: 82
Joined: Mon Jun 20, 2005 3:32 am

Post by JJPeerless »

im trying to just grab the lastest pspiofiles from the svn..but i cant find them on there...

i go to trunk->pspsdk->sdk and then i cant find those files in any of those folders..
User avatar
jpadams
Posts: 23
Joined: Sat Jul 02, 2005 1:59 pm
Location: Los Angeles
Contact:

Post by jpadams »

a quick search returns the files in
trunk\pspsdk\sdk\user
are you syncing the whole trunk ?
did you
make
make install
?
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

Code: Select all

$ locate pspiofilemgr.h
/usr/local/pspdev/psp/sdk/include/pspiofilemgr.h
Lego of my Ago!
JJPeerless
Posts: 82
Joined: Mon Jun 20, 2005 3:32 am

Post by JJPeerless »

yea i found it..let me try compiling with the updated files..brb
JJPeerless
Posts: 82
Joined: Mon Jun 20, 2005 3:32 am

Post by JJPeerless »

man..my installation of cygwin/pspsdk and everything is so messed up..can someone explain the full process of doing cygwin and then pspsdk..i gotta redo it all
JJPeerless
Posts: 82
Joined: Mon Jun 20, 2005 3:32 am

Post by JJPeerless »

i cant get my cgwin to work with SVN..

i select to install the subversion package from the cygwin setup..but the command svn just says :not found whenever i try to use it..
User avatar
jpadams
Posts: 23
Joined: Sat Jul 02, 2005 1:59 pm
Location: Los Angeles
Contact:

Post by jpadams »

Last edited by jpadams on Tue Jul 19, 2005 1:50 pm, edited 1 time in total.
JJPeerless
Posts: 82
Joined: Mon Jun 20, 2005 3:32 am

Post by JJPeerless »

but then i cant use the latest toolchain that automatically connects to the svn and does everything..

how would i do it using tortoise?
User avatar
jpadams
Posts: 23
Joined: Sat Jul 02, 2005 1:59 pm
Location: Los Angeles
Contact:

Post by jpadams »

you can also use the Cygwin installer to install SVN for you
in setup.exe
select view and change it to full
then scroll down and select Subversion
along with the other tools in the cygwin psp setup doc .
JJPeerless
Posts: 82
Joined: Mon Jun 20, 2005 3:32 am

Post by JJPeerless »

ive done that..and after it installs..i still cant use svn.. :(
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

I know it's a stupid question, but it has to be asked... did you restart cygwin after you did that?
Lego of my Ago!
JJPeerless
Posts: 82
Joined: Mon Jun 20, 2005 3:32 am

Post by JJPeerless »

as in closing the cygwin window..and reopning it..then yes?

i uninstalled cygwin..and now im reinstalling with just the packages listed on the wiki for psptoolchain along with subversion..

hopefully it will work this time around.
Post Reply