昨日はちゃんとコンパイルして実行できたんですけど急にできなくなりました
コードは下記の通りです
c
1#include<stdio.h> 2int main(void){ 3 printf("Helo world"); 4 return 0; 5} 6
gcc test.cでコンパイルすると
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot open output file a.exe: Permission denied collect2.exe: error: ld returned 1 exit status
というエラーが出ます
どうすれば良いですか?

回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/08/27 05:29
2017/08/27 05:34
2017/08/27 05:35