Hi folks, I'm dealing with a strange problem about RenderScript. I made several simple RenderScript module for computation, and all of them could be executed on emulator and rooted device except unrooted 4.2 device, a mobile phone, the LogCat showed the following info (modified),
"Adreno200-EGL|Reconstruction Branch:" > "RenderScript|rsContextCreate dev=0x67994f38" > "RenderScript|0x6798e078 Launching threads, CPU(2)" > "ScriptC|Create script for resource = rgbtoyuv" > "bcc|CPU is krait2" > "*bcc|Unable to open > /data/data/com.example.rgbtoyuv/cache/com.example.rgbtoyuv/rgbtoyuv.o in > read mode. (reason: No such file or directory)*" > "RenderScript|ScriptC sym lookup failed" > "bcc|Unable to compile" > "bcc LLVM error message: Failed to load emitted ELF relocatable file" Why the bcc said it could not load the .o file in unrooted device ? And I also tested the program on a real rooted Nexus 7 it works fine, so is there anyway we can solve this problem ? Thanks a lot ! -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

