Page 1 of 1

[SOLVED] GCC 7 support

Posted: Sun Feb 11, 2018 5:45 pm
by Greg21
Hello. I'm currently using CodeLite with GCC 6.3 from MinGW Project on Windows 7. And it works fine. Recently I had discovered that mingw-w64 is a nice alternative and it comes with GCC 7.2 (and below), so I thought to try something new.
My question is: does CodeLite 11.0.0 support GCC 7 (especially version 7.2) and GDB 8? Are there any known major issues?

Re: GCC 7 support

Posted: Sun Feb 11, 2018 6:30 pm
by eranif
CodeLite itself is built with GCC 7.1 without issues (under Windows 7)

Re: GCC 7 support

Posted: Sun Feb 11, 2018 8:10 pm
by Greg21
OK. Thank you so much for your quick response.