-
https://github.com/kiyo-masui/bitshuffle 0.5.1 is the latest version, but due to API incompatibilities and various build failures when using cross compilers, it's been difficult to change the bitshuf…
-
I want to build the latest toolchain for use with both the ESP32 chips and ESP8266 RTOS and NonOS SDKs under Windows and Eclipse. The current builds are all created under MSYS and Mingw, and are not c…
-
If the native compiler is e.g. gcc 6.3 but the cross compiler is gcc 9, then using the *target* CFLAGS when building the *native* makeguids binary could fail if gcc9-specific options were being used.
-
Visible on Hackage [Matrix CI](https://matrix.hackage.haskell.org/#/package/cmdargs).
This breaks builds for compilers that don't support TemplateHaskell (e.g cross-compilers for GHC 8.6.5)
-
Hello there,
Because discussions is not enabled for this repo, I place it here, as it's not an issue.
I wonder if someone every tried to do a canadian-cross compile with this?
What my main goal…
-
Tester la compatibilité dans divers environnements (OS, browsers, VMs, etc.)
```
- name: Firefox Browser Tests
uses: cypress-io/github-action@v1
with:
browser: f…
-
Hi! We've just about managed to get our `haskell.nix` project building with GHC 9.6.2, and now we'd like to build a Wasm target, or at least GHCJS.
From what I can tell, there's no support for cros…
dhess updated
1 month ago
-
Thanks for producing such an intuitive tool.
I was just curious regarding the current status of Ada support. From looking through the source it looks like there's some minimal support when experiment…
-
### What is your suggestion?
My usecase is to overcome the naming differences for cross compilers, particularily deviations from standard compiler name triplet (machine-vendor-operatingsystem). The a…
-
The tar balls of cross-compilers tend to come nowadays with python support, e.g. `arm-none-eabi-gdb-py`, but this not yet the case for python3, there's no `arm-none-eabi-gdb-py3` binary.
This means…