-
### Problem
I'm getting a linking failure on the following program on an Ubuntu 20.04 with x86_64:
```rust
#![feature(f16)]
fn main() {
let _f = (256u128 + 0) as f16;
}
```
```bash
$ cargo +nig…
-
Hello there, I got an error from running cargo build in the [`hello_world`](https://github.com/lita-xyz/rust-examples/tree/main/hello_world) example with `valida-build-container:v0.5.0-alpha` using Do…
-
**The official name of the app**
GNU Arm Toolchain
**Proposed App Status**
Native - not yet.
Rosetta - no idea.
**Proposed App Category**
https://developer.arm.com/-/media/Arm%20Developer%20…
-
Hi,
I encountered the following problem when trying to Build and run on GVSoC after Use DORY to generate the C code.
DORY_network/src/main.c:42:10: fatal error: tools/frame_streamer.h: No such fil…
-
A while back while rolling through Bazel updates I noticed changes in behaviors to `cxx_builtin_include_directories` (`allowlist_include_directories` in rule-based toolchains) where it seemed to stop …
-
## Bug Report
### What version of TiKV are you using?
./tikv-server -V
TiKV
Release Version: 8.5.0-alpha
Edition: Community
Git Commit Hash: e63166590d526bafcdf64dbc23a1bf1…
-
### What happened?
### Step 1:
I compiled the RISCV-GNU-TOOLCHAIN for **riscv64-unknown-linux-gnu-gcc**:
```
riscv64-unknown-linux-gnu-gcc -v
Using built-in specs.
COLLECT_GCC=riscv64-unknown-linux-…
soant updated
3 weeks ago
-
```
$ wavm run --mount-root . ./construct_fstream_from_syscall.wasm
unhandled SIGSEGV
Call stack:
/home/cqwrteur/softwares/wavm/x86_64-generic-linux-gnu/lib/libWAVM.so.0!WAVM::Errors::fatalfWi…
-
As of version `2024-03-30_cccada28f7`, SeaBIOS is sensitive to information about the toolchain, which leads to a lack of reproducibility across toolchain versions (we are talking here coreboot-sdk/das…
-
**Have you read the documentation?**
Yes. (Please, read usage.md first if you did not.)
**Did you double-check that you installed all dependencies?**
Yes. (Please, double check the dependencies i…