![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on Problem compiling cpp within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; When I compiling c to prx it's ok, but when I compling cpp it said "cannot find entry symbol module_start..." ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#2 |
![]() |
is the cpp file any different to the c file? From what i can see, you haven't put 'module_start' anywhere, this is the equivalent of 'main' in other projects. How bout posting your code so i can see.
__________________
...Just Returned To The Scene... |
|
|
|
|
|
#3 |
|
I've made a game correctly(cpp), I can compile it to eboot.pbp
But how should I change the source code and Makefile if I want to compile it to a PRX file thx ->JaSo PsP (thx for reading my post) not really, the error above happens whether I've got a module_start or not. I've a sample which can be compiled to PRX successfully, but when I change its extension from c to cpp it tells can not find entry symbol module_start again. it must be the difference between c and cpp by the way My code is to long to post. But it can be compiled to eboot.pbp successfully. Last edited by symfzerily; 07-11-2007 at 02:09 AM.. Reason: Automerged Doublepost |
|
|
|
|
|
|
#4 | |
![]() |
Quote:
__________________
...Just Returned To The Scene... |
|
|
|
|
![]() |
| Tags |
| compiling , cpp , problem |
| Thread Tools | |
|
|