Netbeans 首次编译器构建错误
Posted
技术标签:
【中文标题】Netbeans 首次编译器构建错误【英文标题】:Netbeans First Time Compiler Build Error 【发布时间】:2014-03-19 04:04:17 【问题描述】:我最近决定尝试 NetBeans,在下载和链接 MinGW 时,在尝试编译“Hello World”程序时遇到以下错误。
"/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make.exe[1]: Entering directory `/c/Users/David/Documents/NetBeansProjects/Welcome_2'
"/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk dist/Debug/MinGW_TDM-Windows/welcome_2.exe
make.exe[2]: Entering directory `/c/Users/David/Documents/NetBeansProjects/Welcome_2'
mkdir -p build/Debug/MinGW_TDM-Windows
make.exe[2]: mkdir: Command not found
make.exe[2]: *** [build/Debug/MinGW_TDM-Windows/welcome.o] Error 127
make.exe[2]: Leaving directory `/c/Users/David/Documents/NetBeansProjects/Welcome_2'
make.exe[1]: *** [.build-conf] Error 2
make.exe[1]: Leaving directory `/c/Users/David/Documents/NetBeansProjects/Welcome_2'
make: *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 1s)
对于我在 tools\options\c/c++\Build Tools 下的选项,我有 基本目录:C:\MinGW32\bin
C 编译器:C:\MinGW32\bin\gcc.exe
C++ 编译器:C:\MinGW32\bin\g++.exe
汇编程序:C:\MinGW32\bin\as.exe
制作命令:C:\MinGW\msys\1.0\bin\make.exe
调试器命令:C:\MinGW32\bin\gdb.exe
我可能只是链接了错误的东西,但如果重新安装一些东西会更容易,那么我也愿意。
【问题讨论】:
【参考方案1】:不再与this post 相似,关闭并重新启动 Netbeans 可能会解决此问题(通过更新您的PATH
)。
希望就这么简单!
【讨论】:
以上是关于Netbeans 首次编译器构建错误的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 ms vc++ 编译器在 netbeans 中构建 dll 文件?
如何在 NetBeans 中使用 Microsoft C++ 编译器?
在基于 NetBeans Maven 的项目中,在编程和编译时包含一个库,但从构建中排除
如何构建 FLTK 以与 Netbeans (Windows) 一起使用