Hi, I'm interested in writing a gcc plugin to be able to parse some custom annotation in C++ code.
I already developed a preliminary version of the plugin on linux and it runs fine.
The final project must run on windows and I'm trying to do the port of the plugin to mingw-w64.
I tried both MSYS2 and Win-builds distributions but I didn't find the gcc plugin include directory.
I just want to know if gcc plugins are available on mingw-w64 and how to get them working.
Thanks in advance
Davide