-
**Bug category**
- [x] *bug - compilation error*
- [ ] *bug - compilation warning*
- [ ] *bug - runtime error*
- [ ] *bug - runtime warning*
- [ ] *bug - logic error*
**Platform**
- [x] *cros…
-
I am trying to build this project using zig 0.11.0. After fixing some syntax in `build.zig` to get the compiler happy:
```zig
const std = @import("std");
pub fn build(b: *std.Build) !void {
…
-
### Zig Version
0.10.0-dev.297+97063efb6
### Steps to Reproduce
`main.zig`:
```zig
var buf: [1_000_000]u8 = undefined;
export fn foo() u32 {
return @ptrToInt(&buf); // so it doesn't get o…
-
lrs_build has been completely rewritten and is now much more powerful than before. You'll have to update your version to use the new LRSBuild syntax.
The documentation does not yet reflect those chan…
-
**Requested feature**
It is not crystal clear that it's not possible to map individual files to the freestanding execution engine's VFS: only directories can be mapped, and every file under them gets…
-
### Zig Version
0.11.0
### Steps to Reproduce and Observed Behavior
the code is at https://github.com/girlbuzz/minos and if you simply build with `zig build -Darch=x86` then you should get an…
-
### Zig Version
0.11.0-dev.3947+89396ff02
### Steps to Reproduce and Observed Behavior
Given the following program and CLI input:
```sh
./stage2/bin/zig build-lib foo.zig -femit-bin=test.wasm -dy…
-
When a CD is loaded in EAC and the cuetools plugin searches the Musicbrainz database it only finds a subset of the versions of the CD in the database. In the specific example a classical CD has been …
-
> [Note:
> In a freestanding environment, start-up and termination is implementation-defined; start-up contains the
> execution of constructors for objects of namespace scope with static storage dur…
-
First of all, thanks for this project!
I just cloned and tried to build this project, but it failed. Exactly the same output as the latest pipeline:
https://github.com/ZigEmbeddedGroup/microchip…