On 10/16/2012 04:11 PM, Kalle Raiskila wrote: > I tried on ubuntu 11.04 too, with more success - clang was able to > compile 'hello_world.c', at least. But with pocl, I noticed that the > clang-binary does not like what the ./configure of pocl sets as > host/target triple. clang wanted to change this (armv7-....) into > armv4...., and thus use an ABI with soft-floats. And such a library was > not found on the platform (not found by pocl/clang, at least).
Seems all these problems are related to Clang vs gcc mismatches. More specifically the problem comes from building the kernels and the metadata plugins (using clang) with incompatible ABI/target specifics in comparison to what the pocl loader was compiled with (using gcc). Did you try if LLVM 3.2 works any better? -- --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
