質問編集履歴
9
タイトルの変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
gccのコンパイルがfatal errorとなり出来ない。
|
test
CHANGED
File without changes
|
8
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -78,14 +78,6 @@
|
|
78
78
|
|
79
79
|
###追記
|
80
80
|
|
81
|
-
|
81
|
+
Pathが通っている事までは確認できました。しかし、gccのコンパイルをすると、fatal error: cannot execute 'as': CreateProcess: No such file or directory compilation terminated.
|
82
82
|
|
83
|
-
https://webkaru.net/clang/mingw-gcc-environments/
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
しかし、下記のページにある方法でgccのコンパイルをすると、fatal error: cannot execute 'as': CreateProcess: No such file or directory compilation terminated.
|
88
|
-
|
89
|
-
となり、コンパイルできません。
|
83
|
+
となり、コンパイルする事はできませんでした。
|
90
|
-
|
91
|
-
https://webkaru.net/clang/mingw-gcc-hello-world/
|
7
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -84,7 +84,7 @@
|
|
84
84
|
|
85
85
|
|
86
86
|
|
87
|
-
しかし、下記のgccのコンパイルをすると、fatal error: cannot execute 'as': CreateProcess: No such file or directory compilation terminated.
|
87
|
+
しかし、下記のページにある方法でgccのコンパイルをすると、fatal error: cannot execute 'as': CreateProcess: No such file or directory compilation terminated.
|
88
88
|
|
89
89
|
となり、コンパイルできません。
|
90
90
|
|
6
タイトルの変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
【fatal error】cのコンパイルがCreateProcess: No such file or directとなり出来ない。
|
test
CHANGED
@@ -73,3 +73,19 @@
|
|
73
73
|
色々なサイトで調べてみたのですが、どうすれば自分の状況を解決できるかわからないで、一週間ほど経ちました。
|
74
74
|
|
75
75
|
解決策が分かる方がいらっしゃったら、回答してもらえると嬉しいです。
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
###追記
|
80
|
+
|
81
|
+
下記のサイトを参考にし、Pathが通っている事までは確認できました。
|
82
|
+
|
83
|
+
https://webkaru.net/clang/mingw-gcc-environments/
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
しかし、下記のgccのコンパイルをすると、fatal error: cannot execute 'as': CreateProcess: No such file or directory compilation terminated.
|
88
|
+
|
89
|
+
となり、コンパイルできません。
|
90
|
+
|
91
|
+
https://webkaru.net/clang/mingw-gcc-hello-world/
|
5
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
また、"デバッグの開始"、"デバッグなしで実行"のどちらを選んでも、
|
44
44
|
|
45
|
-
launch:program" does not exist.というメッセージが書かれ、下に"launch.jsonを開く"か"キャンセル"の二択のポップアップが出てきま
|
45
|
+
launch:program" does not exist.というメッセージが書かれ、下に"launch.jsonを開く"か"キャンセル"の二択のポップアップが出てきました。
|
46
46
|
|
47
47
|
|
48
48
|
|
4
タグの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
3
タイトルの修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Visual Studio Codeでlaunch.jsonと出て、プログラミングの実行が出来ない
|
test
CHANGED
File without changes
|
2
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
-
int main(){
|
21
|
+
int main(void){
|
22
22
|
|
23
23
|
printf("Hello World");
|
24
24
|
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
### 質問内容
|
2
2
|
|
3
|
-
私はwindowsのPCでVisual Studio Code
|
3
|
+
私はwindowsのPCでVisual Studio Codeを使いC言語を勉強したいと思い、インストール等したのですが、コードの実行が出来なくて悩んでいます。良かったら回答してください。
|
4
4
|
|
5
5
|
|
6
6
|
|