1

A few days ago, I upgraded to Windows 8, and since that day, I have had a problem with Code::Blocks + MinGW. I've checked my path and ensured that it is set properly. Here is a screenshot of every run:

"process terminated with status 1" error message

The red Build Log error message reads:

process terminated with status 1

This is affecting all my programs and I don't have any idea how to fix it. When I used Windows 7, everything worked perfectly.

sblair
  • 12,757
Myri
  • 11
  • 1
  • 3

1 Answers1

1

"How to Solve CodeBlocks environment error."

  1. Go to "Settings"----"Compiler"----"Selected compiler"( GNU GCC Compiler ).

  2. Than, Selected "Toolchain executables".

  3. Now, "( C:\Program Files (x86)\CodeBlocks\MinGW )"

See video: https://youtu.be/Tb1VnXs60Lg

MB REZA
  • 11