Matheus C. França
Matheus C. França
- [x] https://github.com/ziglang/zig/issues/20663 - [ ] https://github.com/ziglang/zig/issues/20630 - [ ] https://github.com/ziglang/zig/issues/20327 - [ ] https://github.com/ziglang/zig/issues/20875 - [ ] https://github.com/ziglang/zig/issues/5467 - [ ] https://github.com/ziglang/zig/issues/25650 - [ ] https://github.com/espressif/llvm-project/issues/4
> Regarding the ESP32-P4: unlike the other chips, the simulator needs a complete .bin file that includes the bootloader and the partition table. This limitation will go away once the...
e.g.: ```bash $ ldc2 -mtriple=riscv32i -mcpu=help Error: unable to get target for 'riscv32i', see -version and -mtriple. $ ldc2 -mtriple=riscv32 -mcpu=help # no issue risc-v cpu features $ ldmd2 -mtriple=riscv32...
## Summary This PR adds a new Build Config `rv-virt:leds64_zig` that builds the Zig App `leds_zig` for QEMU RISC-V 64-bit. based on: https://github.com/apache/nuttx/pull/12862 ## Impact N/A ## Testing ```bash #...
cc: @rauhul The cmakelists was adapted to download, extract and build the automated NuttX to make it easier for experimental Swift-embedded use. The NuttX version used is the most recent...
### Zig Version 0.13.0 ### Steps to Reproduce and Observed Behavior ## How to Reproduce? ```bash $ git clone https://github.com/allyourcodebase/boost-libraries-zig $ cd boost-libraries-zig $ zig build # optional add --fetch...
### Zig Version 0.13.0 ### Steps to Reproduce and Observed Behavior ```bash error: unsupported linker arg: --allow-multiple-definition Compiler returned: 1 ``` ## How to Reproduce? URL: https://c.godbolt.org/z/rz1GjvYMY Add on `zig...
## Tested on ArchLinux (x86_64/zen3) - llvm-host: ok - zig-host: ok - zlib-$(target)-$(cpu): ok - zstd-$(target)-$(cpu): ok - llvm-$(target)-$(cpu): ok - zig-$(target)-$(cpu): fail **Note:** any other target macos and/or linux...
Actually Zig isn't enabling LTO on release targets ( wasm32 in particular). Enabling it manually gives this warning during linking. ```bash $ zig build run-clear -Dtarget=wasm32-emscripten -Doptimize=ReleaseSmall run-clear └─ run...