質問編集履歴

2

ファイル名を修正しました。

2018/07/24 06:33

投稿

9S0_B1
9S0_B1

スコア9

test CHANGED
File without changes
test CHANGED
@@ -186,7 +186,7 @@
186
186
 
187
187
  collect2: ld はステータス 1 で終了しました
188
188
 
189
- make: *** [advanced02] エラー 1
189
+ make: *** [func] エラー 1
190
190
 
191
191
  ```
192
192
 
@@ -202,7 +202,7 @@
202
202
 
203
203
  pull.c:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
204
204
 
205
- make: *** [functionalA] エラー 1
205
+ make: *** [pull] エラー 1
206
206
 
207
207
  ```
208
208
 

1

ファイル名を修正しました。

2018/07/24 06:33

投稿

9S0_B1
9S0_B1

スコア9

test CHANGED
File without changes
test CHANGED
@@ -162,13 +162,13 @@
162
162
 
163
163
 
164
164
 
165
- functionA: advanced02.c functionalA.c
165
+ pull.c: func.c pull.c
166
-
166
+
167
- gcc -o functionalA.exe advanced02.c functional.c
167
+ gcc -o pull.exe func.c pull.c
168
-
168
+
169
- ```
169
+ ```
170
+
170
-
171
+ //ファイル名を修正いたしました。混乱を招いてしまい申し訳ありません。
171
-
172
172
 
173
173
 
174
174
 
@@ -194,13 +194,13 @@
194
194
 
195
195
  ```
196
196
 
197
- functionalA.c: In function ‘main’:
197
+ pull.c: In function ‘main’:
198
-
198
+
199
- functionalA.c:13: 警告: incompatible implicit declaration of built-in function ‘exit’
199
+ pull.c:13: 警告: incompatible implicit declaration of built-in function ‘exit’
200
-
200
+
201
- functionalA.c:20: 警告: incompatible implicit declaration of built-in function ‘exit’
201
+ pull.c:20: 警告: incompatible implicit declaration of built-in function ‘exit’
202
-
202
+
203
- functionalA.c:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
203
+ pull.c:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
204
204
 
205
205
  make: *** [functionalA] エラー 1
206
206