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?
[SOLVED] GCC 7 support
-
- CodeLite Curious
- Posts: 2
- Joined: Sun Feb 11, 2018 4:06 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
[SOLVED] GCC 7 support
Last edited by Greg21 on Tue Mar 06, 2018 1:58 pm, edited 1 time in total.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: GCC 7 support
CodeLite itself is built with GCC 7.1 without issues (under Windows 7)
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Sun Feb 11, 2018 4:06 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: GCC 7 support
OK. Thank you so much for your quick response.