please how to solve this issue in codelite .
Asked
Active
Viewed 1,680 times
0

kiran Biradar
- 12,700
- 3
- 19
- 44

Abhishek Mane
- 1
- 4
-
1Please copy the log as text instead of posting pictures. Apparently the IDE can't find the compiler/tools. Stand-alone Mingw might need to be added to PATH manually. Also, I don't think mingw32 is maintained any longer, so maybe consider dropping that for mingw64. – Lundin Nov 11 '20 at 10:00
-
Looks like codelite doesn't handle spaces in filenames – Alan Birtles Nov 11 '20 at 10:14
-
Welcome to stack overflow, typically in order to help we need more information, please see https://stackoverflow.com/help/how-to-ask for help to improve your question. – Troyseph Nov 11 '20 at 10:16
1 Answers
0
Finally, I solved that issue error is occurring because of CodeLite doesn't handle spaces between workspace and file names.

Abhishek Mane
- 1
- 4