ps2sdk: library file for config.h

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

ps2sdk: library file for config.h

Post 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".
dlanor
Posts: 258
Joined: Thu Oct 28, 2004 6:28 pm
Location: Stockholm, Sweden

Re: ps2sdk: library file for config.h

Post 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
pixel
Posts: 791
Joined: Fri Jan 30, 2004 11:43 pm

Post by pixel »

Beware: I've renamed config.* into osd_config.* lately into ps2sdk.
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.
misfire
Posts: 110
Joined: Mon Sep 06, 2004 7:53 am
Location: Germany

Post by misfire »

Thank you. I've downloaded the latest CVS version and now everything works fine.
Post Reply