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
私は何時間も解決策を探してきましたが、結果はありません。どんな助けでも本当に感謝しています。