| View previous topic :: View next topic |
| Author |
Message |
Shatterdome
Joined: 22 Nov 2005 Posts: 11
|
Posted: Fri Nov 25, 2005 9:56 am Post subject: Setting PSP Clock Speed problems |
|
|
Hello people...
ok silly me, it's actually scePowerSetClockFrequency (222, 222, 111); just looked over a few posts I guess :$
Anyways now i'm trying to implement the above function and psp-gcc keeps telling me that scePowerSetClockFrequency is not defined, and yes I am I do have #include <psppower.h> where it is defined...
it makes no sense as I am calling it the same way it is called in Snes9x and some other progs...
"main.c:(.text+0xa30): undefined reference to 'scePowerSetClockFrequency' "
any ideas ? |
|
| Back to top |
|
 |
weltall
Joined: 20 Feb 2004 Posts: 310
|
Posted: Fri Nov 25, 2005 4:41 pm Post subject: |
|
|
| you are missing -lpsppower |
|
| Back to top |
|
 |
Shatterdome
Joined: 22 Nov 2005 Posts: 11
|
Posted: Fri Nov 25, 2005 5:28 pm Post subject: |
|
|
Thank you good sir....makefiles, something I didn't have to deal with in windows :P Seems i'll have to read up on them and their parameters abit more...
Thank you again for taking the time to answer my question... |
|
| Back to top |
|
 |
|