RedPanda-CPP
RedPanda-CPP copied to clipboard
How to add a WSL2 compiler as the working toolchain?
Is there a possible way to do this? I want to use the compiler installed in WSL2 to RedPanda-CPP so that it can compile the file. How to do this?
If you have installed TinyCC you can use this to compile C files. So it's seemed that RedPanda-C++ can use any compiler in gcc-style argtypes. I think calling gcc in wsl needs commands like wsl gcc
? Maybe you can make a simple bridge between wsl gcc and windows, then cancel Use pipes instead of temporary files during compilation
. Without running support, this may work.