On 10/09/2012 05:31 PM, Yi Ge wrote: > it seems that pocl-kernel script somehow didn't convert kernel.bc into so > file, > because when I used ldd to see the descriptor.so, it tells me that it is not a > dynamic executable
This is what I meant that there's probably some switch missing for the ARM case in the pocl-kernel compilation calls (e.g., -shared missing somewhere where it should be?). Perhaps the CLANG command line before the ld should have -shared or both of them should have it? Also you could check with 'ldd' whether the plugin requires some dynamic libraries it cannot find. Probably not in this case but could happen when you get to the actual kernel compilation part. -- --Pekka ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
