Gemingyang

Results 65 comments of Gemingyang

I want to do somethins similar, is there a branch of webpki that does?

You can use {h({l})} to add color. You can check the [documents](https://docs.rs/log4rs/0.10.0/log4rs/encode/pattern/index.html) @akashlama1998-icloud

You use the wrong header file. Maybe you need to set `BINDGEN_EXTRA_CLANG_ARGS​ = ​"​--sysroot ${TOOLCHAIN_PATH}"`. @timmyjose

How about trying this command: ``` BINDGEN_EXTRA_CLANG_ARGS=${CARGO_NDK_SYSROOT_PATH} cargo ndk --target aarch64-linux-android --platform 21 -- build --release ``` I'm not familiar with `cargo-ndk`, and I'm not sure if `${CARGO_NDK_SYSROOT_PATH}` will take...

I forgot to type the `--sysroot`. It should be `BINDGEN_EXTRA_CLANG_ARGS​ = ​"​--sysroot ${TOOLCHAIN_PATH}"`

I cann't build for arm with `0.10.1` because #6573 ``` cargo:warning=warning(compilation): libc++ does not work on multi-threaded ARM yet. cargo:warning=For more details: https://github.com/ziglang/zig/issues/6573 cargo:warning=error: unable to create compilation: TargetRequiresSingleThreaded exit...

I'd love to try it. However, I'm a little busy these days. I will try to find this bug some days later.

yeah, I use cargo-zigbuild to call zig, and it can set target to arm-linux correctly

yeah, I noticed it too. However, even if I set target to arm-linux-gnueabihf.2.24, it's compiled failed either