modelon-community / fmi-library

C library for importing FMUs
Other
115 stars 34 forks source link

CPU architecture support #93

Open joakimono opened 1 year ago

joakimono commented 1 year ago

Will fmi-library support ARM-based architectures?

I tried to compile v2.4.1 with Apple M1, but it fails.

Looking at fmiplatform.cmake, it does not seem to support this.

The FMI 3.0 standard, Section 2.5.1.4.2. Platform Tuple Examples enumerates e.g. aarch64-darwin, which is not listed in fmiplatform.cmake.

modelonrobinandersson commented 1 year ago

Hi @joakimono, there are currently no plans to support aarch64-darwin primarily as we are focusing on finishing the support for FMI 3.0. I will bookmark this issue as a future enhancement.