munit icon indicating copy to clipboard operation
munit copied to clipboard

Support for Apple M1 chipset

Open nobodyindustries opened this issue 4 years ago • 2 comments

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?

nobodyindustries avatar May 15 '21 16:05 nobodyindustries

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?

codylico avatar May 27 '21 14:05 codylico