Hi, I'm working on porting a large segment of c++ code to the PSP platform, and have got it compiling, however it falls down at the linker.
It uses the POSIX (fopen,fread) functions for io, but there are a couple of functions missing:
chmod()
umask()
Including #include <sys/stat.h> has not solved the linker issues.
Chmod is non-essential (I think), but umask() is used in several places, and i'd prefer to support it if possible, rather than butchering it out and hoping it still works OK.
Thanks.
Support on chmod, umask ?
-
AnonymousTipster
- Posts: 197
- Joined: Fri Jul 01, 2005 2:50 am
