When Code Blocks IDE can’t find Compiler then it cannot debug any program. It give a massage like ” Your Program name Debug” uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping… ”
To fix it, you can follow under steps:
To fix it, you can follow under steps:
- Create project on your Code Blocks
- Select Settings from main menu and click on Compiler and debugger.
- Now Select Toolchain executables and you will see Compiling’s instalation directory.
- Now just click on Auto Detect and save settings by clicking OK and try to compile file again.
If you have no other problems your program will compile. Thats all. Thank You.