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
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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
I'd like to mark this posting as SOLVED.
THX