Luca Bancale
Luca Bancale
Don't know if it actually is case sensitive, but even if it were, the llvm backend wouldn't crash. Regardless i tested with extern "c" all of the examples above and...
@Vexu I think you may have misunderstood, it's a bug not a weird error message. This function declaration exists, you can call it and it works like any other function...
I tried it too with the 0.12.0 version but I'm getting different results. Using `extern "omp"` and building with `zig build-exe repro.zig -fno-llvm -fno-lld -lc -lomp` works. I also tried...
I found a solution, but it's not a "good" one and at least it seems to work. Install poetry, remove all references to cairo and Gobject, inside the .toml file...
Maybe it can be done with either the extras or with the flag --without/--only, not too sure since I've never used poetry.
In the auto-cpufreq-gtk.py script you can check for the packages presence and base the installation from there. It would not be perfect since if someone had already globally installed all...
I had the same problem and running worked for me > Clone repository > git clone https://github.com/SpinalHDL/NaxRiscv.git > cd NaxRiscv > export NAXRISCV=$(pwd) # Set environment variable > > Full...
@queeup How did you disable it? To me just putting the kernel argument following the linked page gives this ``` chattr: Read-only file system while setting flags on / ```