-
On OS X the arm build only works with
```
COMMON_CONFIG += CFLAGS="-fbracket-depth=512" CXXFLAGS="-fbracket-depth=512"
```
Can you add this by default?
There's a bug in LLVM for this: https://llvm.…
-
The musl_cross_compiling example doesn't work out of the box when compiling _on_ linux-gnu _for_ linux-musl.
In that case, we need two rust toolchains - one for our exec tools which compiles linux-…
-
```
[jp@fedora althea-firmware]$ ansible-playbook firmware-build.yml -e @profiles/devices/x86_64.yml -e@profiles/management/althea-managed.yml
[WARNING]: provided hosts list is empty, only localhost…
-
For now during configuration of the module for other platform we will obtain:
```
checking whether listen supports negative backlog...
configure: error: in /home/ice/external/openwrt_build/under…
-
Currently the `Cargo.toml` pulls in `reqwest` with default features enabled, which means `native_tls` is pulled in, hence an OpenSSL for any Linux target, while the user should be in control of `reqwe…
xen0n updated
9 months ago
-
最新源码无法编译frp
```
平台: Ubuntu 20.04 LTS
目标平台: x64
```
日志:
```log
github.com/fatedier/frp/server/proxy
github.com/fatedier/frp/cmd/frpc/sub
github.com/fatedier/frp/server
github.com/fatedi…
-
## Specifications
1. Can be GLIBC-based
2. Needs to derive from official Python images
3. Should be multi-architecture
4. Should come with a C compiler (GCC/Clang)
5. Should come with Git insta…
-
I have been trying to get rust to cross-compile from an x86 system to a ppc32 host/target but the build process errors out in the stage1 phase.
My experience is fairly limited but it looks like it mi…
-
To simplify cross-compilation and Linux Musl compatibility, it would be really useful to support rustls rather then native TLS, which is less performant in any case
-
### 详细叙述
版本 a66f5342c 2024-04-11 | (origin/master, origin/HEAD, master) kernel: bump 6.1 to 6.1.85(7 hours ago) [coolsnowwolf]
编译时发现有 **.deps/shl_load.Plo** 找不到问题,开始是squid有问题,在config里去掉了squid后,u…