ArmV6 HardFloat support

Hi all.

I have downloaded the latest FMOD Engine Linux Libraries (2.02.20). In earlier versions there was an armhf folder with compatible libraries that compiled and ran with armV6 hf processors. This folder no longer exists and I used the arm libraries, which compile fine and run ok with armV7, but I get an illegal instruction error when I run it on armV6 hf coming from libfmod.so.13 even though I compiled the binaries for that specific architecture.

Tag_CPU_name: “6”
Tag_CPU_arch: v6
Tag_ARM_ISA_use: Yes
Tag_THUMB_ISA_use: Thumb-1
Tag_FP_arch: VFPv2

Does anyone know if the libraries no longer support this processor?

Thanks in advance.

We dropped armV6 support in 2.02.00. If you absolutely must have it then you’ll need to stay on 2.01.23.

Hi,

Thank you for your fast reply.

I can manage with armV7, no problem. :slight_smile: