在Windows10上使用VIM编译的C程序文件

时间:2016-02-08 05:38:40

标签: c gcc vim compilation

我需要配置什么才能让我的Win10机器上的VIM编译我的C文件? 截至目前,VIM通过以下方式将我引入DOS提示符:

[No write since last change]
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot open output file a.exe: Permission denied
collect2.exe: error: ld returned 1 exit status

shell returned 1

Press ENTER or type command to continue

1 个答案:

答案 0 :(得分:0)

将以下内容添加到 _vimrc 文件

set makeprg=gcc\ -o\ %:r\ %\ -Wall

另外,将gcc编译器的bin目录添加到路径中。