Support for Apple M1 chipset
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?
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?