Anyone Got Non Vfp Version Of Libopengles_Lite.so ?


I did a objdump of the libopengles_lite.so (all three versions which float around)a couple of weeks ago,
to my surprise I didn't found any VFP opcodes in the disassembly.
So maybe only the elf header is wrong? This is a known bug in certain versions of arm-gcc.
I found this tool, maybe someone can give it a try?
 
Claude said:
I did a objdump of the libopengles_lite.so (all three versions which float around)a couple of weeks ago,
to my surprise I didn't found any VFP opcodes in the disassembly.
So maybe only the elf header is wrong? This is a known bug in certain versions of arm-gcc.
I found this tool, maybe someone can give it a try?
I've tried that and it compiles. But when I start it on the Wiz it simply crashes (not a segfault but a complete freeze).

If someone else wants to try it, here's the version without VFP enabled in the header: http://watteimdocht.de/jan-nik/libopengles_lite.so
 
Last edited by a moderator:
Back
Top