zig-bootstrap icon indicating copy to clipboard operation
zig-bootstrap copied to clipboard

take off every zig

Results 98 zig-bootstrap issues
Sort by recently updated
recently updated
newest added

Arguments were `./build -j8 linux-x86_64-musl native`. Notably, the package manager configuration was needed to be set up as there is something like a multiarch setup on the system. It looks...

I've tried bootstrapping zig (both the latest and the master version) and compiling it to WASM in order to run it in a browser context Repo: https://github.com/fschutt/zig2wapm/blob/b21366afede6ec3b334023705fe79e9ee299c433/.github/workflows/push.yaml ``` - name:...

You are unable to properly finish compiling zig-bootstrap on debian AND fedora linux. (I've only included reproducible steps for fedora to keep things simplified as fedora is easier to set...

I'm trying to bootstrap zig. However, stage1 compiler crashes on code generation phase. Build errors ``` $ ./build -j2 native baseline ... [100%] Built target zig Install the project... --...

- LLVM13's clang fails to build on NetBSD 9.0. - The error was pinned down to NetBSD's libstdc++ not providing `std::errc::state_not_recoverable`. - https://github.com/llvm/llvm-project/blob/f4f9ad0f5d8e8994c677c3712dff7585bf8bd963/clang/lib/Interpreter/IncrementalParser.cpp#L56 - NetBSD 10 will have the [relevant...

Attempting to compile on s390x with the triple s390x-linux-musl. Here is the end of the output where it bails. ``` make[2]: Entering directory '/home/ubuntu/zig-bootstrap.git/out/build-zig-host' [ 79%] Building CXX object CMakeFiles/zigcpp.dir/src/zig_llvm.cpp.o...

Currently I see no POSIX-specific utlities need to bootstrap Zig besides bash. Maybe we can switch to use Python for scripting to reduce dependencies. Another benifit for this is to...

Aborts with "TODO implement mapping for c_longdouble" which appears to come from src/stage1/codegen.cpp:8736

We get pretty far: ``` [ 99%] Built target zig0 [40/8420] [ 99%] Building self-hosted component /usr/home/kameliya/Code/zig-bootstrap/out/build-zig-host/zig1.o Scanning dependencies of target zig [100%] Building CXX object CMakeFiles/zig.dir/src/stage1/empty.cpp.o [100%] Linking CXX...

``` [100%] Linking CXX executable zig [100%] Built target zig Install the project... -- Install configuration: "Release" -- Installing: /home/andy/dev/bootstrap-zig/out/host/bin/zig -- Set runtime path of "/home/andy/dev/bootstrap-zig/out/host/bin/zig" to "" -- Installing:...