https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108678
--- Comment #18 from Brecht Sanders <brechtsanders at users dot sourceforge.net> --- Thanks for you work on this. My goal is to eventually have native binutils+GCC on Windows ARM64. I tried using sources from: https://github.com/Windows-on-ARM-Experiments/binutils-woarm64 https://github.com/Windows-on-ARM-Experiments/mingw-woarm64 https://github.com/Windows-on-ARM-Experiments/gcc-woarm64 And I am able to build a cross compiler. However, using that compiler to build the same thing for running Windows ARM64 itself is not working yet. Is that samething on your radar, or is the main focus for now just the cross-compiler?