https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108678
Zac Walker <zac.walker at linaro dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zac.walker at linaro dot org --- Comment #4 from Zac Walker <zac.walker at linaro dot org> --- I have been working on an experimental aarch64-w64-mingw32 toolchain. It can build several C libraries and small executables successfully. Currently parked here on github: https://github.com/ZacWalk/mingw-woarm64-build It is based on previous work by Mark Harmstone and Jedidiah Thompson. I am currently working on structured exception handling support. This seems to be the main missing part - without it C++ exceptions do not work.