Search found 18 matches
- Fri Mar 05, 2010 4:59 pm
- Forum: Help Wanted Requests
- Topic: [psp] not sure what to do
- Replies: 2
- Views: 14468
It's a general compiling issue. The messages indicate those items are not defined in the code. PSP_POWER_TICK_DISPLAY defined in psppower.h sceDisplaySetBrightness defined in pspdisplay_kernel.h sceSysconCtrlLED defined in pspsyscon.h Even if one don't know the SDK, it is very easy to search the inc...
- Sun Jan 31, 2010 11:05 pm
- Forum: PSP Development
- Topic: PSP Decryption
- Replies: 13
- Views: 13814
- Sun Jan 31, 2010 5:11 am
- Forum: PSP Development
- Topic: [noobish question] Problems when compiling OpenSSL
- Replies: 6
- Views: 4793
- Thu Jan 28, 2010 2:29 am
- Forum: PSP Development
- Topic: Problem with prxtool release 245x
- Replies: 5
- Views: 3573
- Thu Jan 21, 2010 5:18 pm
- Forum: Patch Submissions
- Topic: [PSP] prxtool fix reloc count and code end point
- Replies: 2
- Views: 6571
- Thu Jan 21, 2010 4:58 pm
- Forum: PSP Development
- Topic: Problem with prxtool release 245x
- Replies: 5
- Views: 3573
- Thu Jan 21, 2010 3:58 pm
- Forum: PSP Development
- Topic: PRX's and C++ vs C
- Replies: 3
- Views: 2926
names in C++ are mangled.
Usually are used to keep the name unmangled for interface with C.
Usually
Code: Select all
extern "C"
- Thu Jan 21, 2010 3:39 pm
- Forum: Patch Submissions
- Topic: [PSP] prxtool fix reloc count and code end point
- Replies: 2
- Views: 6571
[PSP] prxtool fix reloc count and code end point
Fix error in reloc counting and changes the calculation of the m_StubBottom (end of text section) Index: prxtool-2459-fix/ProcessPrx.C =================================================================== --- prxtool-2459-fix/ProcessPrx.C (revision 2459) +++ prxtool-2459-fix/Pr...
- Thu Jan 21, 2010 3:15 pm
- Forum: PSP Development
- Topic: Problem with prxtool release 245x
- Replies: 5
- Views: 3573
This is ".lib.ent.top" (the end of .sceSub.text) it seems
Code: Select all
m_stubBottom = m_modInfo.info.exports - 4;
- Thu Jan 21, 2010 1:41 pm
- Forum: PSP Development
- Topic: Problem with prxtool release 245x
- Replies: 5
- Views: 3573
- Thu Jan 21, 2010 1:10 pm
- Forum: PSP Development
- Topic: Problem with prxtool release 245x
- Replies: 5
- Views: 3573
- Wed Jan 20, 2010 8:22 pm
- Forum: PSP Development
- Topic: Problem with prxtool release 245x
- Replies: 5
- Views: 3573
Problem with prxtool release 245x
Any person using prxtool release 2457/2458/2459, the version with updated reloc format? I don't known if an issue with MinGW or prxtool, when I tried to dump files from 3.71 and above (e.g. the simple clockgen.prx), prxtool have (slightly) random crash which seems to be releated to memory. This file...
- Sat Jan 16, 2010 10:29 pm
- Forum: PSP Development
- Topic: Building PRX using Code::Blocks without makefile
- Replies: 12
- Views: 13914
- Mon Jan 04, 2010 3:24 pm
- Forum: PSP Development
- Topic: VLF bugged?
- Replies: 11
- Views: 16804
Sorry, if you want me to use VLF_MD_BACK == lang But it don't works, and err = VLF_MD_BACK does, without any warning at the compiler, block/bug/error at the PSP/PSPLink... Please remember: Single = is assignment. Double == is comparison. Also, if you have many messages, you may consider using resou...
- Thu Dec 31, 2009 3:35 pm
- Forum: PSP Development
- Topic: Double Pointer Allocation, and Validity Testing Errors?
- Replies: 10
- Views: 14640
- Wed Dec 30, 2009 2:41 pm
- Forum: PSP Development
- Topic: Eboot launch help
- Replies: 25
- Views: 37654
well i dont mean to sound like im flipping off. i dont mean to send off a signal like that. for that i apologize. but if people would maybe treat me with a little more respect and possibly actually help me rather than tell what i should learn first. its kind of agrivating when im trying to figure s...
- Mon Dec 28, 2009 3:09 pm
- Forum: PSP Development
- Topic: i dont understand my error log
- Replies: 9
- Views: 6204
- Tue Dec 22, 2009 4:19 pm
- Forum: PSP Development
- Topic: PSP IPL SDK 05 from booster
- Replies: 4
- Views: 4438
It seems LED flashing is not working properly with PSP-2XXX. At least I found when writing stuff to MS with PSP-1XXX, MS led will flash. Writing stuff to MS with PSP-2XXX, it will work but MS led will not flash. PSP_IPL_SDK_05 only work with gcc version 4.0.2 (or maybe lower, but not anything higher).