質問編集履歴

9

タイトルの変更

2020/09/29 15:18

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- 【fatal error】cのコンパイルがCreateProcess: No such file or directとなり出来ない。
1
+ gccのコンパイルがfatal errorとなり出来ない。
test CHANGED
File without changes

8

修正

2020/09/29 15:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -78,14 +78,6 @@
78
78
 
79
79
  ###追記
80
80
 
81
- 下記のサイトを参考にし、Pathが通っている事までは確認できました。
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

誤字

2020/09/29 14:55

投稿

退会済みユーザー
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

タイトルの変更

2020/09/29 14:22

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- Visual Studio Codeでlaunch.jsonと出て、プログラミングの実行が出来ない
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

誤字

2020/09/29 14:20

投稿

退会済みユーザー
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

タグの追加

2020/09/29 12:49

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
File without changes

3

タイトルの修正

2020/09/29 12:47

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- WindowsのPCでVisual Studio Codeを使っC言語をプログラミングする方法
1
+ Visual Studio Codeでlaunch.jsonと出プログラミングの実行が出来ない
test CHANGED
File without changes

2

文法の修正

2020/09/29 12:37

投稿

退会済みユーザー
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

誤字

2020/09/29 12:33

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ### 質問内容
2
2
 
3
- 私はwindowsのPCでVisual Studio CodeC言語を勉強したいと思い、インストール等したのですが、コードの実行が出来なくて悩んでいます。良かったら回答してください。
3
+ 私はwindowsのPCでVisual Studio Codeを使いC言語を勉強したいと思い、インストール等したのですが、コードの実行が出来なくて悩んでいます。良かったら回答してください。
4
4
 
5
5
 
6
6