本文介绍了在Netbeans 8.2中运行失败,c ++提示“没有此类文件或目录". (初学者)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在设置Netbeans IDE,并为编译器,make和调试器(Windows 8.1)下载了Cygwin.问题是,当我尝试调试或运行时,会发生此错误.

I'm setting up the Netbeans IDE, and i downloaded Cygwin for the compiler, make and debugger (Windows 8.1). The problem is that when i try to debug or run, this error happens.

C:\\cygwin64\\bin\\bash: exec /cygdrive/C/Users/MyName/Documents/NetBeansProjects/Pi_1/dist/Serial/Cygwin-Windows/pi_1.exe: No such file or directory

RUN FAILED (exit value 127, total time: 90ms)

我不知道我是否缺少要安装的东西,或者是否使用了错误版本的g ++,make等.

I don't know if i'm missing something to install or if i used wrong versions of g++, make, etc...

推荐答案

我也遇到了.如前所述,其原因是build文件夹包含()和空格字符.C/Windows 10

Happened to me as well. The reason, as already mentioned, was that the build folder contained characters as () and spaces.C / Windows 10

这篇关于在Netbeans 8.2中运行失败,c ++提示“没有此类文件或目录". (初学者)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 14:18