LiquidPlayer / LiquidCore

Node.js virtual machine for Android and iOS
MIT License
1.01k stars 127 forks source link

ARM EABI support is required. v.0.6.1 #107

Closed DmitryM9 closed 5 years ago

DmitryM9 commented 5 years ago

I'm trying to build a build for 64 bit architectures Compilation crashes with ARM EABI support is required. Here in this place `// ARM EABI is required.

if defined(arm) && !defined(__ARM_EABI__)

error ARM EABI support is required.

endif`

Here was no solution to a similar issue. https://github.com/LiquidPlayer/LiquidCore/issues/100

ericwlange commented 5 years ago

Can you give more details? Which file, etc. The error log would be helpful. Thanks.

DmitryM9 commented 5 years ago

I found a solution to this problem. Need remove the lines arm7 and arm7s in the module assembly settings image