-
Cross compilation is currently not possible.
There would be two ways to do it AFAIK.
1) Install a linker for the target platform and use that one.
2) Use cargo [cross](https://github.com/cross-rs/c…
-
It is possible to upgrade cross-compiling with aarch64 linux architecture. I am doing build tests for a raspberry pi, based on ubuntu 64. There is a corresponding version of musl for aarch64.
-
If I attempt to cross-compile from an x86-64 Linux host to a `i686-unknown-linux-musl` target using Ubuntu 21.04, I get the following error:
```
$ cargo build --target i686-unknown-linux-musl
…
-
# 0. 关于 xmake
[xmake](https://xmake.io/) 是一个基于 Lua 的轻量级跨平台构建工具,使用 xmake.lua 维护项目构建,相比 makefile/CMakeLists.txt,配置语法更加简洁直观,对新手非常友好,短时间内就能快速入门,能够让用户把更多的精力集中在实际的项目开发上。
虽然,简单易用是 xmake 的一大特色,但 xmake 的…
-
Facing the error with this config file:
```
username@ubuntu-32gb-fsn1-1:~/TollGateNostrToolKit$ cat ~/openwrt/.config | grep "CONFIG_TARGET_.*=y"
CONFIG_TARGET_ipq806x=y
CONFIG_TARGET_ipq806x_ge…
-
### Project folder
[fannkuchredux2.zip](https://github.com/rust-lang/wg-cargo-std-aware/files/7575611/fannkuchredux2.zip)
### Build Command
`cargo +nightly build -Z build-std=std,panic_abort --targ…
-
### Steps To Reproduce
It is not possible to compile (but also cross compile) the static version of libiio:
1. `nix build "github:NixOs/nixpkgs#pkgsStatic.libiio"` or `nix build "github:NixOs/ni…
-
For the last few weeks with the help of @Emilgardis I've tried to get rust compiled for my powerpc openwrt device.
[TP-Link TL-WDR4900 v1.x](https://openwrt.org/toh/tp-link/tl-wdr4900#info)
See …
-
I wish I could install bcrypt the way sharp does it: https://sharp.pixelplumbing.com/install#cross-platform
Example with npm: `npm install --cpu=x64 --os=linux --libc=musl bcrypt`
---
Edit: S…
-
I and a lot of NixOs users, use [rust-overlay](https://github.com/oxalica/rust-overlay)(or fenix) to manage the installed rust toolchain, selecting and installing targets and Rust versions in our flak…