Thread: picodrive
View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#11
My analysis:

What goes wrong:
Code:
pipeline = gst_parse_launch( "filesrc name=mp3file location=null ! mp3parse ! nokiamp3dec ! pulsesink", &error );
This is only related to mp3 CD music for the Sega Mega-CD console, which is also emulated. Hardly used, as the device was a complete failure. If I remove this part, everything else works again for non-thumb2.

Cause:
As soon as I downgrade libc6 from 2.5.1-1eglibc27+0m5+cssu2+thumb0 to libc6:2.5.1-1eglibc27+0m5+cssu1 the original version works again.

So it is definitely libc6 thumb2 related.
 

The Following 2 Users Say Thank You to ade For This Useful Post: