Pierrick Bouvier
Pierrick Bouvier
@simcop2387: Is MSYS2 a mandatory requirement? Could it be built using msvc instead?
Yes, a change on that side won't happen soon, but thanks for requesting it. Concerning MSYS2, is it only used for its compiler, or for other utilities as well? Thanks...
Thanks for explaining this, that helps to understand content of Strawberry Perl. From what I saw, 32 & 64 bits packages and description are already in different files. Would that...
@genio : I'm currently trying to build [external libs](https://github.com/StrawberryPerl/build-extlibs). Do you build all versions (2022Q2, ..., 2019Q2) everytime or only some? My current strategy is to fake "gcc" presence by...
FYI, someone at Linaro started to work officially on Windows on Arm support for gcc. It should not be completed soon, but at least we can expect it for 2023....
For now, clangarm64 variant is experimental, and not all packages are present and they depends on x64 packages. It implies that you still need to have x64 emulation, so its...
Indeed that's strange, and with x64 emulation it should work directly too. We have been using x64 Strawberry Perl with success too.
After looking a bit more into this, it seems like it happens when non initialized `m128` variables are used. The way the tests are written is breaking the [strict aliasing...
It's not necessarily needed to have access to an ARM machine. It's possible to cross compile the tests and run the binary using qemu (on linux). In reality, it's already...
It's a good idea indeed! LLVM offer convenient [debian/ubuntu repositories](https://apt.llvm.org/) to grab latest version.