Page 1 of 1

ps2sdk: library file for config.h

Posted: Fri Oct 29, 2004 12:29 am
by misfire
Hi! I have a small question about ps2sdk:

Which library do I have to link to use the functions in "config.h"?
With ps2sdk v1.1, there is no library file such as "libconfig.a".

Re: ps2sdk: library file for config.h

Posted: Fri Oct 29, 2004 3:23 am
by dlanor
misfire wrote:Hi! I have a small question about ps2sdk:

Which library do I have to link to use the functions in "config.h"?
With ps2sdk v1.1, there is no library file such as "libconfig.a".
The library you need for those functions is "libkernel.a".

The name "config.h" is related to the name "osd_config.c" which is the source code for those functions, and it is one of several source files for "libkernel.a".

Best regards: dlanor

Posted: Fri Oct 29, 2004 9:07 am
by pixel
Beware: I've renamed config.* into osd_config.* lately into ps2sdk.

Posted: Wed Nov 03, 2004 6:51 am
by misfire
Thank you. I've downloaded the latest CVS version and now everything works fine.