Post by azrael on Jul 3, 2007 13:13:52 GMT 1
I'm new to the board so first off: Hello Guys!
I'm trying to build snes9xTYL 0.4.2me from source on MacOS X (10.4.10) with the latest PSPSDK ('psp-gcc -v' says 4.1.0). The precompiled version runs pretty fine on my 3.40-A OE PSP and I just replaced the eboot to run the one I compiled.
I had two problems I could solve:
1.) make_version_me (and I suppose make_version_user, too) was somehow wrong encoded - I had to change the line-ending from windows- to unix-style. (For those interested: CRLF -> LF) Otherwise it wouldn't run.
2.) In psp_net.cpp there was a wrong escape-sequence: '\/' should be plain '/'
(One might want to look at: wiki.services.openoffice.org/wiki/Writing_correct_Cplusplus )
And two I could not:
1.) I got several error-messages from ./psp/adhoc/stubs.s and have no idea if there are to ignore or if they cause my other problem...:
2.) Though it compiles to an eboot and runs. It crashes after few seconds in every game. For example: I can see the "Super Mario World" title-screen and then it crashes. I get the following "bluescreen":
Which is followed by a pile of numbers I don't want to write down.
(Btw: is there a simple way to dump the BSOD into a file? - The screenshot-plugin for OE doesn't seem to work.)
Could somebody give me a hint how to solve this and get it running?
Or maybe what both the compile-errors and the Bluescreen mean - so I can try to fix it myself...?
That would be great - Thanks a lot in advance!
Azrael
I'm trying to build snes9xTYL 0.4.2me from source on MacOS X (10.4.10) with the latest PSPSDK ('psp-gcc -v' says 4.1.0). The precompiled version runs pretty fine on my 3.40-A OE PSP and I just replaced the eboot to run the one I compiled.
I had two problems I could solve:
1.) make_version_me (and I suppose make_version_user, too) was somehow wrong encoded - I had to change the line-ending from windows- to unix-style. (For those interested: CRLF -> LF) Otherwise it wouldn't run.
2.) In psp_net.cpp there was a wrong escape-sequence: '\/' should be plain '/'
(One might want to look at: wiki.services.openoffice.org/wiki/Writing_correct_Cplusplus )
And two I could not:
1.) I got several error-messages from ./psp/adhoc/stubs.s and have no idea if there are to ignore or if they cause my other problem...:
psp/adhoc/stubs.s: Assembler messages:
psp/adhoc/stubs.s:19: Warning: ignoring changed section attributes for .text.stub
psp/adhoc/stubs.s:50: Warning: ignoring changed section attributes for .text.stub
psp/adhoc/stubs.s:60: Warning: ignoring changed section attributes for .text.stub
psp/adhoc/stubs.s:88: Warning: ignoring changed section attributes for .text.stub
psp/adhoc/stubs.s:111: Warning: ignoring changed section attributes for .text.stub
psp/adhoc/stubs.s:126: Warning: ignoring changed section attributes for .text.stub
psp/adhoc/stubs.s:137: Warning: ignoring changed section attributes for .text.stub
2.) Though it compiles to an eboot and runs. It crashes after few seconds in every game. For example: I can see the "Super Mario World" title-screen and then it crashes. I get the following "bluescreen":
I regret to inform you your psp has just crashed
nuts happens... : - (
Exception Details:
Exception - Bus Error (data)
EPC - 08A08F3C
Cause - 1000001C
Status - 60008613
BadVAddr - 81810860
Which is followed by a pile of numbers I don't want to write down.
(Btw: is there a simple way to dump the BSOD into a file? - The screenshot-plugin for OE doesn't seem to work.)
Could somebody give me a hint how to solve this and get it running?
Or maybe what both the compile-errors and the Bluescreen mean - so I can try to fix it myself...?
That would be great - Thanks a lot in advance!
Azrael