error using Zig compiler: backend compiler error #20837
rakshasha-medhi
started this conversation in
Installation Issues
Replies: 1 comment 4 replies
-
Take a look at https://github.com/malisipi/vzcc - this is the closest anyone has come to using zig with V. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I'm trying install V but I also have Zig installed in my windows system, which I think I have set to use Zig compiler as the default C/C++ compiler. When I tried to run:
./make.bat or
v.exe symlink or
gcc -std=gnu11 -w -o v.exe v.c
I always encountered this error:
I uses Zig daily so the toolchain is important to me...uninstalling it is not an option.
I was contemplating to install a new mingw for C/C++ compiler but hesitated due to the potential conflict of multiple C/C++ compilers in the same system.
What are the alternatives to make this work? I want to try V especially the V to C converter tools.
Should I flag this issue in Zig's github as well?
Please advise, cheers!
Beta Was this translation helpful? Give feedback.
All reactions