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

Support for Apple M1 chipset #74

Open
nobodyindustries opened this issue May 15, 2021 · 1 comment
Open

Support for Apple M1 chipset #74

nobodyindustries opened this issue May 15, 2021 · 1 comment

Comments

@nobodyindustries
Copy link

nobodyindustries commented May 15, 2021

When compiling and linking test executables I get the following error:

Undefined symbols for architecture arm64:
"_munit_errorf_ex", referenced from:
_test_compare in test.c.o
"_munit_suite_main", referenced from:
_main in test.c.o
ld: symbol(s) not found for architecture arm64

I guess the support for Apple's M1 is not there yet, is it?

@codylico
Copy link

outsider comment; feel free to ignore:

I just now built a vanilla munit using the Makefile on a Apple M1 box, and it seems to link and run just fine. The box also has Rosetta (i think it's called) installed (which adds support for some other architectures, comes with Xcode), but the symbols in the example executable I built seem to be arm64 architecture.

@nobodyindustries Did you have any progress on your end since 15 May?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants