Can't find file executable in your configured search path for gnc gcc compiler

前端 未结 9 537
执笔经年
执笔经年 2020-12-12 12:55

My problem is that code::blocks error message tells me that it can\'t find file executable in the search path for gnc gcc compiler. Although, I don\'t know w

9条回答
  •  Happy的楠姐
    2020-12-12 13:56

    I had also found this error but I have solved this problem by easy steps. If you want to solve this problem follow these steps:

    Step 1: First start code block

    Step 2: Go to menu bar and click on the Setting menu

    Step 3: After that click on the Compiler option

    Step 4: Now, a pop up window will be opened. In this window, select "GNU GCC COMPILER"

    Step 5: Now go to the toolchain executables tab and select the compiler installation directory like (C:\Program Files (x86)\CodeBlocks\MinGW\bin)

    Step 6: Click on the Ok.

    Now you can remove this error by follow these steps. Sometimes you don't need to select bin folder. You need to select only (C:\Program Files (x86)\CodeBlocks\MinGW) this path but some system doesn't work this path. That's why you have to select path from C:/ to bin folder.

    Thank you.

提交回复
热议问题