0

我正在尝试使用 Microsoft Visual C 编译器在 Eclipse 中构建我的项目并创建一个可执行文件。我在控制台中得到以下输出:

12:02:42 **** Incremental Build of configuration Release for project ProjectName ****
make all 
Building target: ProjectName.exe
Invoking: Linker (link)
link /nologo /OUT:"ProjectName.exe"
link: cannot create link `/OUT:ProjectName.exe' to `/nologo': No such file or directory
make: *** [ProjectName.exe] Error 1

我一直在寻找解决方案几个小时,但没有结果。任何帮助将非常感激。

4

1 回答 1

0

切换到仅使用 Visual Studio。直接工作了。

于 2015-09-22T17:41:36.317 回答