You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: