# ArmV6 HardFloat support

**URL:** https://qa.fmod.com/t/armv6-hardfloat-support/21138
**Category:** FMOD Engine
**Created:** [January 22, 2024, 12:48pm UTC](https://qa.fmod.com/t/armv6-hardfloat-support/21138 "2024-01-22T12:48:18Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![el\_pombo](https://avatars.discourse-cdn.com/v4/letter/e/ba9def/32.png) [@el\_pombo](https://qa.fmod.com/u/el_pombo)
#### Post date: [January 22, 2024, 12:48pm UTC](https://qa.fmod.com/t/armv6-hardfloat-support/21138/1 "2024-01-22T12:48:18Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Andrew](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/andrew/32/261_2.png) [@Andrew](https://qa.fmod.com/u/Andrew)
#### Post date: [January 22, 2024, 10:36pm UTC](https://qa.fmod.com/t/armv6-hardfloat-support/21138/2 "2024-01-22T22:36:29Z")

</div>

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

---

<div class="post-metadata">

### Author: ![el\_pombo](https://avatars.discourse-cdn.com/v4/letter/e/ba9def/32.png) [@el\_pombo](https://qa.fmod.com/u/el_pombo)
#### Post date: [January 22, 2024, 11:51pm UTC](https://qa.fmod.com/t/armv6-hardfloat-support/21138/3 "2024-01-22T23:51:22Z")

</div>

Hi,

Thank you for your fast reply.

I can manage with armV7, no problem. 🙂
