Menu

[Q] ARM Hard Float support n/a

Thomas
2015-04-05
2015-04-19
  • Thomas

    Thomas - 2015-04-05

    Hello!

    I have installed Moebius 2.0.1 on my Raspi, but ARM Hard Float support is not enabled:
    root@moebius:/var# readelf -A /proc/self/exe |grep Tag_ABI_VFP_args
    -sh: readelf: not found

    I have read this article, but it is not clear if this depends on the release / version of the Raspi board.
    http://moebiuslinux.sourceforge.net/general/arm-hard-float-support-version-2-0-1/#more-403

    THX

     

    Last edit: Thomas 2015-04-05
  • Andrea Benini

    Andrea Benini - 2015-04-05

    Hi Thomas,
    That's because readelf is not a part of the core system, try to install it with:
    moebius package install binutils
    or
    apt-get install binutils
    and you'll get it

    Then:
    root@moebius:~# readelf -A /proc/self/exe |grep Tag_ABI_VFP_args
    Tag_ABI_VFP_args: VFP registers

     
  • Thomas

    Thomas - 2015-04-19

    I'd like to mark this posting as SOLVED.

    THX

     

Anonymous
Anonymous

Add attachments
Cancel