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

时间:2015-09-22 10:09:14

标签: c++ c eclipse cl

我正在尝试构建我的项目并使用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

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

1 个答案:

答案 0 :(得分:0)

切换到只使用Visual Studio。马上工作。