Setting PSP Clock Speed problems

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

Moderators: cheriff, TyRaNiD

Post Reply
Shatterdome
Posts: 11
Joined: Tue Nov 22, 2005 6:49 pm

Setting PSP Clock Speed problems

Post by Shatterdome »

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 ?
weltall
Posts: 310
Joined: Fri Feb 20, 2004 1:56 am
Contact:

Post by weltall »

you are missing -lpsppower
Shatterdome
Posts: 11
Joined: Tue Nov 22, 2005 6:49 pm

Post by Shatterdome »

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...
Post Reply