mingw-woarm64-build icon indicating copy to clipboard operation
mingw-woarm64-build copied to clipboard

Workflows and build scripts for Windows on Arm64 GNU cross-compiler for `aarch64-w64-mingw32` target.

Results 42 mingw-woarm64-build issues
Sort by recently updated
recently updated
newest added

Moves matrix strategy from `advanced.yml` up to a parent workflow called `variants.yml` calling the `advanced.yml` as reusable workflow. This refactor allows to run tests for other targets from the matrix....

This PR contains experiment to build `aarch64-pc-cygwin` toolchain capable of building working "Hello World" executable. The vast majority of Cygwin codebase that needs to be ported to Arm64 is not...

Enables build of D, LTO, m2, ObjC, and Obj-c++ languages. The remaining languages, Ada, Go, and JIT, are harder to bootstrap for two stage cross-compilation build so it would be...

Demonstrates issues with calling complex math builtins, not to be merged for now.

Enables the last one OpenSSL test that was failing.

Tests accompanying https://github.com/ZacWalk/gcc-woarm64/pull/3. So far `%q*` and `%Q*` `printf` formats do not work, but I am not sure they actually should. Further investigation of this is ongoing. The tests output:...

the build.sh went well, PATH is set, but I get: ``` sander@brixit:~/cross-aarch64-w64-mingw32-msvcrt$ aarch64-w64-mingw32-gcc ../hello.c aarch64-w64-mingw32-gcc: fatal error: cannot execute ‘cc1’: posix_spawnp: No such file or directory compilation terminated. ``` cc1...

Create a simple C file and put something for including `_mingw.h`, for example: ``` #include ``` Next, save this single-line source file with a name, for example `test.c`. Finally, try...

### Issue When the following C/C++ code: ``` #include int main () { FILE *f = fopen ("test.txt", "w"); fprintf (f, "%d\n", 10); return 0; } ``` is compiled with...

C++