RedPanda-CPP icon indicating copy to clipboard operation
RedPanda-CPP copied to clipboard

How to add a WSL2 compiler as the working toolchain?

Open leimath opened this issue 11 months ago • 1 comments

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?

leimath avatar Mar 22 '24 19:03 leimath

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.

THZrry avatar Jun 21 '24 15:06 THZrry