| View previous topic :: View next topic |
| Author |
Message |
Heimdall
Joined: 10 Nov 2005 Posts: 259 Location: Netherlands
|
Posted: Thu Oct 23, 2008 3:46 am Post subject: Howto use semaphores in user mode? |
|
|
| 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? |
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Thu Oct 23, 2008 4:46 am Post subject: |
|
|
| They should be with default libs, so something may be wrong on your setup. |
|
| Back to top |
|
 |
|