|
Post by fruitval on Apr 4, 2007 17:37:32 GMT 1
I'm trying to build from sources but the resultant 'me' version binary freezes after loading a game and 'user' version looses sound if I go back to the menu.
I can only assume that this is my fault. You see, the first time I ran make I got several errors from various files about something--different things in different files--being declared with 'C' linkage and later being declared with 'C++' linkage. I tried reducing the waring level for GCC through the make files but it didn't work. I search but found nothing. I figured that they should all be 'C' linkage because some C files are used. So, I went through marking every declaration and definition, for the errors that make reported, 'extern "C"'. The source then compiled, but either version has major problems.
I did search for building problems but found nothing like this.
Is there a patch or something? Or any information about building the source I may have missed.
|
|
|
Post by Tinnus on Apr 9, 2007 2:32:24 GMT 1
With the PSPSDK and toolchain it compiles all Ok for me.
The ME version only works with 1.5 kernel and I think the sound problem is a known bug.
Try the original binaries and see if you get the same results...
|
|
|
Post by fruitval on Apr 10, 2007 6:01:23 GMT 1
Thanks very much for responding. I was afraid I was being ignored.
I am using the MGW special PSP GCC version 4.1.2 (sourced from DevKitPSP). If you don't mind, could you please tell me the GCC build that the PSPDev.org toolchain uses? (Run PSP-GCC -v) The information would really help me out.
The ME version binaries from the website works fine with my PSP 3.10OE-A' firmware when I dump it in the GAME150 folder. My build simple freezes and it seems that it may not be a problem with the source but the way the source interacts with the unofficially PSPSDK I have. I am testing that theory as I type.
The USER version binaries built by me after addition fixes, working with a new download of the source, worked perfectly. The sound problem is no longer... a problem.
I will post more when and if I learn anything knew.
|
|
|
Post by Tinnus on Apr 11, 2007 22:58:35 GMT 1
My current psp-gcc says he's 4.0.2, although I haven't updated the whole thing in a year so I'm not sure if that's the current one officially. Anyway, it works all OK for me with this version
|
|
|
Post by fruitval on Apr 24, 2007 19:27:38 GMT 1
Thanks Tinnus. That information helps.
My latest attempt still proves broken, but maybe if I swap out to an older version I can figure it out.
|
|
|
Post by yoyofr on May 6, 2007 20:51:54 GMT 1
I tried some of the latests pspsdk and had some trouble with my 3.10 OE psp. I'll update the sourcecode and have snes9xTYL work with the latests dark alex firmware asap. If you want to contribute to the sourcecode send me a pm ! ;-)
|
|
|
Post by Tinnus on May 7, 2007 17:22:01 GMT 1
My gawd, yoyofr, you're alive! Please contact me ASAP to talk about LJP!
|
|
|
Post by prometheus on May 11, 2007 17:05:45 GMT 1
I hope the TYL team is aware of the work Ruka (NesterJ developer) is doing on Snes9xTYL 0.4.2me++ (currently on build 0031). I don't speak Japanese, and I'm not a member of Yoyo's board, but all the info is here: rukapsp.hp.infoseek.co.jp/PSP...NESTYL/lab.htmFrom the README: [what's it?] some bug fix and more emulation improvements The above URL also has speed benchmarks for the various builds. Reply With Quote
|
|
|
Post by prometheus on May 11, 2007 17:06:59 GMT 1
By the way I copied that from someone elses post on maxconsole....
I am a member of this board
lol
|
|
|
Post by fruitval on May 22, 2007 19:40:49 GMT 1
Thanks for the update yoyofr.
When you get the next release out I'll look through the source and attempt to make the same fixes.
Note that all the fixes I made are beautification and simplification fixes. The real point was letting the source compile cleanly with GCC's '-Wall' option.
|
|