我需要配置什么才能让我的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
答案 0 :(得分:0)
将以下内容添加到 _vimrc 文件
中set makeprg=gcc\ -o\ %:r\ %\ -Wall
另外,将gcc编译器的bin目录添加到路径中。