0
我想在Eclipse中使用Microsoft Visual C編譯器構建我的項目並創建可執行文件。我在控制檯中得到以下輸出:使用VC編譯器在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
我一直在尋找小時解決方案,但沒有結果。任何幫助將非常感激。
看起來像是在運行cygwin的'link'而不是VC鏈接器。 – interjay