Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building FMUs/fmusim on aarch64-darwin #514

Closed
Maplesoft-fmigroup opened this issue Jun 13, 2024 · 2 comments · Fixed by #515
Closed

Building FMUs/fmusim on aarch64-darwin #514

Maplesoft-fmigroup opened this issue Jun 13, 2024 · 2 comments · Fixed by #515
Labels
bug Something isn't working

Comments

@Maplesoft-fmigroup
Copy link
Contributor

@t-sommer I was able to build 'fmusim' and reference FMUs on ARM M2 Mac. When running build.py I had to fix the following:
Reference-FMUs/src/fmi3Functions.c:241:27: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] const char* fmi3GetVersion() {
by changing it to const char* fmi3GetVersion(void).
There were also a bunch of warnings. Let me know if you want the list.

@t-sommer
Copy link
Collaborator

Yes, please!

@Maplesoft-fmigroup
Copy link
Contributor Author

Buildfmusim.txt

t-sommer added a commit to t-sommer/Reference-FMUs that referenced this issue Jun 14, 2024
@t-sommer t-sommer added the bug Something isn't working label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants