| View previous topic :: View next topic |
| Author |
Message |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Fri May 22, 2009 1:05 am Post subject: how to enable rtti |
|
|
| can rtti be used on the psp because in all of the makefiles samples it has -fno-rtti and i want to use boost which needs rtti enable for some of the pointer objects |
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Fri May 22, 2009 5:47 am Post subject: |
|
|
dont know.
I would say: Try it...
Just remove -fno-rtti from th makefile and try to run it. _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Sat May 23, 2009 1:00 am Post subject: |
|
|
| i've heard from somewhere "bronsky" that the psp doesnt support RTTI but i added -frtti to the makefile and it still compiled and the psp supports exceptions (-fexceptions) if i remove -fno-exceptions so does it support RTTI if i remove -fno-rtti and replace it with -frtti |
|
| Back to top |
|
 |
|