[SOLVED] GCC 7 support

CodeLite installation/troubleshooting forum
Greg21
CodeLite Curious
Posts: 2
Joined: Sun Feb 11, 2018 4:06 pm
Genuine User: Yes
IDE Question: C++
Contact:

[SOLVED] GCC 7 support

Post 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?
Last edited by Greg21 on Tue Mar 06, 2018 1:58 pm, edited 1 time in total.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: GCC 7 support

Post by eranif »

CodeLite itself is built with GCC 7.1 without issues (under Windows 7)
Make sure you have read the HOW TO POST thread
Greg21
CodeLite Curious
Posts: 2
Joined: Sun Feb 11, 2018 4:06 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: GCC 7 support

Post by Greg21 »

OK. Thank you so much for your quick response.
Post Reply