Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.
Moderators: cheriff, Herben
-
ttguy
- Posts: 8
- Joined: Sun Mar 30, 2008 8:02 pm
- Location: Australia
-
Contact:
Post
by ttguy »
svn://svn.ps2dev.org/ps2/trunk/ps2sdk-ports/romfs/ has a tool called genromfs for generating Rom File systems.
The source lives in tools/genromfs with the source genromfs.c trying to include two header files I do not have in my install.
#include <netinet/in.h> and include <sys/sysmacros.h>
I am runing the PS2SDK under MinGW/ Msys on a Win2k machine.
I can not find these header files on my system. Nor could I find them anywhere in the trunk of the subversion repository.
Can anyone send me these files or point to where I might find them.
-
Lukasz
- Posts: 248
- Joined: Mon Jan 19, 2004 8:37 pm
- Location: Denmark
-
Contact:
Post
by Lukasz »
The genromsfs.c is a host (PC) side tool, so the problem is that your Mingw32 install is missing the headers, not your PS2 enviroment.
-
ttguy
- Posts: 8
- Joined: Sun Mar 30, 2008 8:02 pm
- Location: Australia
-
Contact:
Post
by ttguy »
Lukasz wrote:The genromsfs.c is a host (PC) side tool, so the problem is that your Mingw32 install is missing the headers, not your PS2 enviroment.
Yep. I had suspisons along these lines too. Where would one get these missing header files? Would Cygwin have these do you think?