NTNU-IHB / FMI4j

FMI4j is a software package for dealing with Functional Mockup Units (FMUs) on the JVM
MIT License
32 stars 16 forks source link

The ARM architecture is not supported. #149

Open VansirCQ opened 1 month ago

VansirCQ commented 1 month ago

I want to run FMI4J in the arm environment, but the system reports an error libfmi4j-import.so This so belongs to the x86 architecture. Where is the source code of this so? Can I compile it into the so of the ARM architecture?Also, are there any other so's that need to be compiled?

markaren commented 1 month ago

The folder fmi-native-import contains the native code and the build script is located here: https://github.com/NTNU-IHB/FMI4j/blob/master/fmi-native-import/build.gradle

It uses Gradle also for the native code, which is, well interressting.. Other than this I can't offer much more support. I have not developed with Java/Kotlin/Gradle for a long time.

VansirCQ commented 1 month ago

many thanks!!!!! let me hava a try