-
### Problem
Cargo doesn't detect that it needs to do a fresh build when switching from one local toolchain to another, or when updating a local toolchain, at least under some circumstances.
### …
-
This enhancement issue describes the Clang/LLVM toolchain support plan in the Zephyr SDK.
## Goals
* Provide LLVM Binary Utilities as part of the SDK
* Provide Clang C/C++ Compiler as part of t…
-
I added `openssl-sys = { version = "0.9.104", features = ["vendored"] }` in `packages/hurl/Cargo.toml` as a dependency. And I did `export LIBXML2=/usr/lib/x86_64-linux-gnu/libxml2.so` (this is on Linu…
-
### Description
The bug described here:
[#28 Tool conflict in tool chain editor](https://sourceforge.net/p/gnuarmeclipse/bugs/28/)
and here:
[Conflict while editing tools](https://eclipse-…
-
### Description
The Android NDK includes a CLANG_VENDOR string that provides some extra details of the compiler. As of r26, this also includes some options used to (as far as I can tell) compile th…
-
```
error: could not compile `kime-indicator` (bin "kime-indicator") due to 1 previous error
error: linking with `cc` failed: exit status: 1
|
= note: LC_ALL="C" VSLANG="1033" "cc" "-m64" "/tm…
-
wujingwei@LAPTOP-JHVV030O:~/foundry-f24/foundry-smart-contract-lottery-f24$ curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain none \
--default-host x86_64-unknown-…
-
When working with this toolchain I stumbled across strange behavior i.e. restrictions on function calls in functions annotated for interrupts.
Upon further investigation, I noticed that there is an…
-
### Summary
When cross-compiling from a Linux distribution that provides SLJL mingw32, linker errors about `libunwind` symbols are a known issue (https://github.com/rust-lang/rust/issues/12859). T…
-
Hello :wave:
First of all, I'm very new to bazel, so please forgive any incorrect wording and stupid questions :sweat_smile:
I'm trying to switch to bazel with a bunch of native dependencies, …