-
Trying to crosscompile perl 5.40.0 from x86_64-linux-gnu to riscv64-linux-gnu with perl-cross 1.5.3 results in
```
gcc -o miniperl miniperlmain.host.o av.host.o scope.host.o doop.host.o doio.host…
-
I crosscompiled to arm64 debian bookworm and came across a linker error:
`ld.lld: error: undefined symbol: tputs`
some other symbols were missing as well. Adding tinfo as a target link libarary fi…
-
As many libs (like spire, scalatest, scalacheck, etc) already support scalajs it may make sence to think about crosscompiling core of breeze to scala/scalajs
-
I would like to try running shadowsocks server with OpenWRT, yet failed to build it with crosscompile,
Would you include ss-server in the package as well? Many thanks in advance.
-
I have tested this on a hypriot os with docker swarm installed.
I actually had a raspberry pi cluster with docker swarm and wanted to turn it into a ec4docker elastic cluster. I recalled that some too…
-
While compiling 17.0.2 for Windows using mingw-w64 and a bootstrap compiler, I got the following error while configuring the native sub-build:
```console
[136/5530] cd /home/ilg/Work/xpack-dev-too…
-
It would be great if dependencies using CMake were supported.
I would like to crosscompile [git2go](https://github.com/libgit2/git2go/), which has [libgit2](https://github.com/libgit2/libgit2) (which…
-
Really great plugin, I will use it in my next project.
It would be cool to filter results by scala version defined in build.sbt or build.properties.
Please mind that you can have crossCompile definiti…
-
``` sh
debian@beaglebone:~$ ls
antennatracker arducopter arducopter-heli arduplane ardurover ardusub bin
debian@beaglebone:~$ ./ardusub
./ardusub: /lib/arm-linux-gnueabihf/libm.so.6: versio…
-
Crosscompiling the macrotask-executor to both js/jvm would allow to use it in shared code without having to make platform-specific imports. Possibly by using a standard/supplied ExecutionContext shim …