使用 VC 编译器在 Eclipse 中创建可执行文件

Creating executable in Eclipse with VC compiler

我正在尝试使用 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

我已经搜索了几个小时的解决方案,但没有结果。非常感谢任何帮助。

切换到仅使用 Visual Studio。马上开始工作。