Howto use semaphores in user mode?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Heimdall
Posts: 245
Joined: Thu Nov 10, 2005 1:29 am
Location: Netherlands
Contact:

Howto use semaphores in user mode?

Post by Heimdall »

I've been trying to add thread support to GCC, well at least mutexes, however when i try to link my app with it i get a linker error because it cannot find the sceKernelSema functions. Anyone has ideas how to link apps with these functions in user mode?
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

They should be with default libs, so something may be wrong on your setup.
Post Reply