Eclipse CDT plugin problems

后端 未结 5 1270
执念已碎
执念已碎 2021-01-18 09:50

im trying to run a c program on my windows 7 computer using eclipse and im running into a little snag. I currently have Eclipse downloaded on my computer with the CDT plugin

5条回答
  •  鱼传尺愫
    2021-01-18 10:22

    Another solution is to set the MINGW_HOME variable in eclipse.ini :

    -DMINGW_HOME=C:\Program Files (x86)\CodeBlocks\MinGW
    

    This avoid to change the system PATH (often requires administrator rights)

    (solution suggested by help of eclipse / CDT)

提交回复
热议问题