Issues concerning PS2SDK

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
misfire
Posts: 110
Joined: Mon Sep 06, 2004 7:53 am
Location: Germany

Issues concerning PS2SDK

Post by misfire »

Hey,

after upgrading to the latest revision of PS2SDK, I encountered some problems.

One of them concerns ps2netfs.irx. No matter what I do, I can't get my program to load this IOP module (IIRC, SifLoadModule() always returns -200). Did anybody succeed in loading it?

FYI, I've built the toolchains and PS2SDK on openSUSE. When using an old Cygwin build, there were no such issues.
User avatar
Lukasz
Posts: 248
Joined: Mon Jan 19, 2004 8:37 pm
Location: Denmark
Contact:

Post by Lukasz »

If you look in ps2lib_err.h you will see that -200 is a dependancy error, so you are not loading, or loading an incorrect version of, a module required by ps2netfs.irx
Post Reply