On Feb 10, 2014, at 1:21 PM, Jacob Kroon <[email protected]> wrote:

> Hi,
> 
> I'm having problems with running Qt5 apps using OE master. I'm using a couple 
> of other layers, but as the problem seems to be related to libicudata.so I 
> figured I'd post it here, my apologies if the mail should go somewhere else.
> 
> When starting the Qt5 app I get:
> error while loading shared libraries: /usr/lib/libicudata.so.51: internal 
> error
> 
> I'm building for Wandboard Solo machine from meta-fsl-arm-extra layer.
> 
> TUNE_FEATURES = "armv7a vfp neon callconvention-hard cortexa9"
> TARGET_FPU = "vfp-neon"
> 
> [jkroon@localhost oe-devel]$ readelf -A 
> build/tmp-eglibc/sysroots/wandboard-solo/usr/lib/libicudata.so.51.2 
> Attribute Section: aeabi
> File Attributes
>   Tag_CPU_name: "7-A"
>   Tag_CPU_arch: v7
>   Tag_CPU_arch_profile: Application
>   Tag_ARM_ISA_use: Yes
>   Tag_THUMB_ISA_use: Thumb-2
>   Tag_FP_arch: VFPv3
>   Tag_Advanced_SIMD_arch: NEONv1

this does not seem to be complete output, the key piece thats interesting here 
is what is value of Tag_ABI_VFP_args since you say you have call 
convention-hard in TUNE_FEATURES
I expect Tag_ABI_VFP_args = VFP registers


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to