Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
mypspdev
Posts: 178 Joined: Wed Jul 11, 2007 10:30 pm
Post
by mypspdev » Sun Oct 07, 2007 7:35 pm
Please,
I'm porting FTPD to 3.xx.
All complied and linked from original ork, but
sceIoGetStat which is still the only function undeclared at linker level.
pspiofilemgr.h is of course included, other functions like sceIoOpen are correctly linked.
It seems it does'n not exist. Original work had stubs to re-map old sce functions.
Please have you any suggestion to by-pass the last error? thanks
moonlight
Posts: 567 Joined: Wed Oct 26, 2005 7:46 pm
Post
by moonlight » Sun Oct 07, 2007 8:21 pm
It is not sceIoGetStat, it is sceIoGetstat.
mypspdev
Posts: 178 Joined: Wed Jul 11, 2007 10:30 pm
Post
by mypspdev » Sun Oct 07, 2007 11:13 pm
moonlight wrote: It is not sceIoGetStat, it is sceIoGetstat.
Thanks very much, it works now.
The old version of FTPD was mapping functions directly vis stubs and porting IO functions through pspiofilemgr.h I didn't realize Getstat instead of GetStat. Thanks