I still cannot resolved the dynamic library below, Could u check what kind of
flags I should bring it? I saw -shared flag is there.
I manually did what I did on the X86, but on X86, it works fine, but on ARM
platform is not. I figured out that only difference is that LLVM was built in
cross compile for ARM. unfortunately, I cannot build LLVM successfully on ARM
platform natively. Anybody built pocl ARM version successfully? Could u share
the environment details and build process?
Regards,
Yi
________________________________
From: Pekka Jääskeläinen <[email protected]>
To: Yi Ge <[email protected]>
Cc: "[email protected]" <[email protected]>
Sent: Tuesday, October 9, 2012 10:58 AM
Subject: Re: [pocl-devel] build pocl-0.6 on ARM board
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