1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523 |
This is a big file! Only the last 128KiB is shown. Click here to download the full log.
gcc4-gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include2 -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/libfdt -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/tools -DCONFIG_SYS_TEXT_BASE=0x40008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_ro.o /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/libfdt/fdt_ro.c
gcc4-gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include2 -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/libfdt -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/tools -DCONFIG_SYS_TEXT_BASE=0x40008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_rw.o /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/libfdt/fdt_rw.c
gcc4-gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include2 -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/libfdt -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/tools -DCONFIG_SYS_TEXT_BASE=0x40008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_strerror.o /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/libfdt/fdt_strerror.c
gcc4-gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include2 -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/libfdt -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/tools -DCONFIG_SYS_TEXT_BASE=0x40008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o fdt_wip.o /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/libfdt/fdt_wip.c
gcc4-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include2 -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/libfdt -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/tools -DCONFIG_SYS_TEXT_BASE=0x40008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o img2srec img2srec.o
gcc4-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include2 -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/libfdt -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/tools -DCONFIG_SYS_TEXT_BASE=0x40008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o mkenvimage crc32.o mkenvimage.o
gcc4-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include2 -idirafter /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/libfdt -I /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/tools -DCONFIG_SYS_TEXT_BASE=0x40008000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic -o mkimage aisimage.o crc32.o default_image.o fit_image.o image.o imximage.o kwbimage.o md5.o mkimage.o os_support.o omapimage.o sha1.o ublimage.o fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_wip.o
strip img2srec
strip mkenvimage
strip mkimage
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/tools'
/usr/bin/make -C api/
/usr/bin/make -C arch/arm/cpu/armv7/exynos/
/usr/bin/make -C arch/arm/cpu/armv7/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/api'
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/arch/arm/cpu/armv7'
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/arch/arm/cpu/armv7/exynos'
cat /dev/null >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cache_v7.o cache_v7.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ clock.o clock.c >.depend.clock
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ soc.o soc.c >.depend.soc
rm -f libapi.o; ar rcs libapi.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/api'
/usr/bin/make -C arch/arm/cpu/armv7/s5p-common/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/arch/arm/cpu/armv7/s5p-common'
cat /dev/null .depend.clock .depend.soc >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cpu.o cpu.c -c
cat /dev/null >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o clock.o clock.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o syslib.o syslib.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cpu_info.o cpu_info.c -c
ld -r -o libarmv7.o cache_v7.o cpu.o syslib.o
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o timer.o timer.c -c
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/arch/arm/cpu/armv7'
/usr/bin/make -C arch/arm/lib/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/arch/arm/lib'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o soc.o soc.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ _ashldi3.o _ashldi3.S >.depend._ashldi3
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ _ashrdi3.o _ashrdi3.S >.depend._ashrdi3
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ _divsi3.o _divsi3.S >.depend._divsi3
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o sromc.o sromc.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ _lshrdi3.o _lshrdi3.S >.depend._lshrdi3
ld -r -o libexynos.o clock.o soc.o
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ _modsi3.o _modsi3.S >.depend._modsi3
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/arch/arm/cpu/armv7/exynos'
/usr/bin/make -C common/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/common'
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ _udivsi3.o _udivsi3.S >.depend._udivsi3
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ _umodsi3.o _umodsi3.S >.depend._umodsi3
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ div0.o div0.c >.depend.div0
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_bdinfo.o cmd_bdinfo.c >.depend.cmd_bdinfo
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o wdt.o wdt.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ board.o board.c >.depend.board
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_boot.o cmd_boot.c >.depend.cmd_boot
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ bootm.o bootm.c >.depend.bootm
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_bootm.o cmd_bootm.c >.depend.cmd_bootm
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ interrupts.o interrupts.c >.depend.interrupts
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_console.o cmd_console.c >.depend.cmd_console
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ reset.o reset.c >.depend.reset
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_echo.o cmd_echo.c >.depend.cmd_echo
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o pwm.o pwm.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ cache.o cache.c >.depend.cache
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_exit.o cmd_exit.c >.depend.cmd_exit
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ cache-cp15.o cache-cp15.c >.depend.cache-cp15
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_ext2.o cmd_ext2.c >.depend.cmd_ext2
cat /dev/null .depend._ashldi3 .depend._ashrdi3 .depend._divsi3 .depend._lshrdi3 .depend._modsi3 .depend._udivsi3 .depend._umodsi3 .depend.div0 .depend.board .depend.bootm .depend.interrupts .depend.reset .depend.cache .depend.cache-cp15 >.depend
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_fat.o cmd_fat.c >.depend.cmd_fat
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_fdt.o cmd_fdt.c >.depend.cmd_fdt
ld -r -o libs5p-common.o cpu_info.o timer.o sromc.o wdt.o pwm.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/arch/arm/cpu/armv7/s5p-common'
/usr/bin/make -C disk/
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_flash.o cmd_flash.c >.depend.cmd_flash
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/disk'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o board.o board.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_help.o cmd_help.c >.depend.cmd_help
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ part.o part.c >.depend.part
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_itest.o cmd_itest.c >.depend.cmd_itest
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ part_dos.o part_dos.c >.depend.part_dos
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ part_efi.o part_efi.c >.depend.part_efi
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_load.o cmd_load.c >.depend.cmd_load
cat /dev/null .depend.part .depend.part_dos .depend.part_efi >.depend
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_mem.o cmd_mem.c >.depend.cmd_mem
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_misc.o cmd_misc.c >.depend.cmd_misc
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o bootm.o bootm.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_mmc.o cmd_mmc.c >.depend.cmd_mmc
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o part.o part.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_nvedit.o cmd_nvedit.c >.depend.cmd_nvedit
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_pcmcia.o cmd_pcmcia.c >.depend.cmd_pcmcia
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_source.o cmd_source.c >.depend.cmd_source
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_test.o cmd_test.c >.depend.cmd_test
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_version.o cmd_version.c >.depend.cmd_version
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o interrupts.o interrupts.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ cmd_ximg.o cmd_ximg.c >.depend.cmd_ximg
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o part_dos.o part_dos.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ command.o command.c >.depend.command
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ console.o console.c >.depend.console
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ dlmalloc.o dlmalloc.c >.depend.dlmalloc
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ env_common.o env_common.c >.depend.env_common
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ env_nowhere.o env_nowhere.c >.depend.env_nowhere
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o reset.o reset.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ exports.o exports.c >.depend.exports
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ fdt_support.o fdt_support.c >.depend.fdt_support
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ flash.o flash.c >.depend.flash
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o part_efi.o part_efi.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ hush.o hush.c >.depend.hush
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cache.o cache.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ image.o image.c >.depend.image
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ main.o main.c >.depend.main
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ memsize.o memsize.c >.depend.memsize
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ s_record.o s_record.c >.depend.s_record
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cache-cp15.o cache-cp15.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ serial.o serial.c >.depend.serial
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ stdio.o stdio.c >.depend.stdio
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -I.. -MQ xyzModem.o xyzModem.c >.depend.xyzModem
ld -r -o libdisk.o part.o part_dos.o part_efi.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/disk'
/usr/bin/make -C drivers/bios_emulator/
cat /dev/null .depend.cmd_bdinfo .depend.cmd_boot .depend.cmd_bootm .depend.cmd_console .depend.cmd_echo .depend.cmd_exit .depend.cmd_ext2 .depend.cmd_fat .depend.cmd_fdt .depend.cmd_flash .depend.cmd_help .depend.cmd_itest .depend.cmd_load .depend.cmd_mem .depend.cmd_misc .depend.cmd_mmc .depend.cmd_nvedit .depend.cmd_pcmcia .depend.cmd_source .depend.cmd_test .depend.cmd_version .depend.cmd_ximg .depend.command .depend.console .depend.dlmalloc .depend.env_common .depend.env_nowhere .depend.exports .depend.fdt_support .depend.flash .depend.hush .depend.image .depend.main .depend.memsize .depend.s_record .depend.serial .depend.stdio .depend.xyzModem >.depend
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/bios_emulator'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o eabi_compat.o eabi_compat.c -c
cat /dev/null >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_bdinfo.o cmd_bdinfo.c -c
ld -r -o libarm.o board.o bootm.o interrupts.o reset.o cache.o cache-cp15.o
rm -f libatibiosemu.o; ar rcs libatibiosemu.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/bios_emulator'
/usr/bin/make -C drivers/block/
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/arch/arm/lib'
/usr/bin/make -C drivers/dma/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/block'
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/dma'
cat /dev/null >.depend
cat /dev/null >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_boot.o cmd_boot.c -c
rm -f libdma.o; ar rcs libdma.o
rm -f libblock.o; ar rcs libblock.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/dma'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_bootm.o cmd_bootm.c -c
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/block'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_console.o cmd_console.c -c
/usr/bin/make -C drivers/fpga/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/fpga'
cat /dev/null >.depend
/usr/bin/make -C drivers/gpio/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/gpio'
rm -f libfpga.o; ar rcs libfpga.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/fpga'
/usr/bin/make -C drivers/hwmon/
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ s5p_gpio.o s5p_gpio.c >.depend.s5p_gpio
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/hwmon'
cat /dev/null .depend.s5p_gpio >.depend
cat /dev/null >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o s5p_gpio.o s5p_gpio.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_echo.o cmd_echo.c -c
rm -f libhwmon.o; ar rcs libhwmon.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/hwmon'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_exit.o cmd_exit.c -c
/usr/bin/make -C drivers/i2c/
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_ext2.o cmd_ext2.c -c
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/i2c'
ld -r -o libgpio.o s5p_gpio.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/gpio'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_fat.o cmd_fat.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ soft_i2c.o soft_i2c.c >.depend.soft_i2c
cat /dev/null .depend.soft_i2c >.depend
/usr/bin/make -C drivers/input/
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o soft_i2c.o soft_i2c.c -c
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/input'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_fdt.o cmd_fdt.c -c
cat /dev/null >.depend
rm -f libinput.o; ar rcs libinput.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/input'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_flash.o cmd_flash.c -c
ld -r -o libi2c.o soft_i2c.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/i2c'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_help.o cmd_help.c -c
/usr/bin/make -C drivers/misc/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/misc'
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ pmic_core.o pmic_core.c >.depend.pmic_core
/usr/bin/make -C drivers/mmc/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/mmc'
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ pmic_i2c.o pmic_i2c.c >.depend.pmic_i2c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_itest.o cmd_itest.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ pmic_max8997.o pmic_max8997.c >.depend.pmic_max8997
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ mmc.o mmc.c >.depend.mmc
cat /dev/null .depend.pmic_core .depend.pmic_i2c .depend.pmic_max8997 >.depend
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ s5p_mmc.o s5p_mmc.c >.depend.s5p_mmc
cat /dev/null .depend.mmc .depend.s5p_mmc >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o pmic_core.o pmic_core.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_load.o cmd_load.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o mmc.o mmc.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o pmic_i2c.o pmic_i2c.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o pmic_max8997.o pmic_max8997.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_mem.o cmd_mem.c -c
ld -r -o libmisc.o pmic_core.o pmic_i2c.o pmic_max8997.o
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o s5p_mmc.o s5p_mmc.c -c
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/misc'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_misc.o cmd_misc.c -c
/usr/bin/make -C drivers/mtd/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/mtd'
cat /dev/null >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_mmc.o cmd_mmc.c -c
ld -r -o libmmc.o mmc.o s5p_mmc.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/mmc'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_nvedit.o cmd_nvedit.c -c
rm -f libmtd.o; ar rcs libmtd.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/mtd'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_pcmcia.o cmd_pcmcia.c -c
/usr/bin/make -C drivers/mtd/nand/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/mtd/nand'
/usr/bin/make -C drivers/mtd/onenand/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/mtd/onenand'
cat /dev/null >.depend
cat /dev/null >.depend
rm -f libnand.o; ar rcs libnand.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/mtd/nand'
/usr/bin/make -C drivers/mtd/spi/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/mtd/spi'
rm -f libonenand.o; ar rcs libonenand.o
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_source.o cmd_source.c -c
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/mtd/onenand'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_test.o cmd_test.c -c
cat /dev/null >.depend
rm -f libspi_flash.o; ar rcs libspi_flash.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/mtd/spi'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_version.o cmd_version.c -c
/usr/bin/make -C drivers/mtd/ubi/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/mtd/ubi'
/usr/bin/make -C drivers/net/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/net'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cmd_ximg.o cmd_ximg.c -c
cat /dev/null >.depend
cat /dev/null >.depend
rm -f libubi.o; ar rcs libubi.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/mtd/ubi'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o command.o command.c -c
rm -f libnet.o; ar rcs libnet.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/net'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o console.o console.c -c
/usr/bin/make -C drivers/net/phy/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/net/phy'
cat /dev/null >.depend
rm -f libphy.o; ar rcs libphy.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/net/phy'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o dlmalloc.o dlmalloc.c -c
/usr/bin/make -C drivers/pci/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/pci'
cat /dev/null >.depend
/usr/bin/make -C drivers/pcmcia/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/pcmcia'
rm -f libpci.o; ar rcs libpci.o
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ rpx_pcmcia.o rpx_pcmcia.c >.depend.rpx_pcmcia
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/pci'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o env_common.o env_common.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ tqm8xx_pcmcia.o tqm8xx_pcmcia.c >.depend.tqm8xx_pcmcia
cat /dev/null .depend.rpx_pcmcia .depend.tqm8xx_pcmcia >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o rpx_pcmcia.o rpx_pcmcia.c -c
/usr/bin/make -C drivers/power/
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o env_nowhere.o env_nowhere.c -c
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/power'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o tqm8xx_pcmcia.o tqm8xx_pcmcia.c -c
cat /dev/null >.depend
ld -r -o libpcmcia.o rpx_pcmcia.o tqm8xx_pcmcia.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/pcmcia'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o exports.o exports.c -c
/usr/bin/make -C drivers/rtc/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/rtc'
rm -f libpower.o; ar rcs libpower.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/power'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o fdt_support.o fdt_support.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ date.o date.c >.depend.date
cat /dev/null .depend.date >.depend
/usr/bin/make -C drivers/serial/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/serial'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o date.o date.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ serial_s5p.o serial_s5p.c >.depend.serial_s5p
cat /dev/null .depend.serial_s5p >.depend
ld -r -o librtc.o date.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/rtc'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o flash.o flash.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o serial_s5p.o serial_s5p.c -c
/usr/bin/make -C drivers/spi/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/spi'
cat /dev/null >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o hush.o hush.c -c
rm -f libspi.o; ar rcs libspi.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/spi'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o image.o image.c -c
ld -r -o libserial.o serial_s5p.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/serial'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o main.o main.c -c
/usr/bin/make -C drivers/twserial/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/twserial'
/usr/bin/make -C drivers/usb/eth/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/usb/eth'
cat /dev/null >.depend
cat /dev/null >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o memsize.o memsize.c -c
rm -f libtws.o; ar rcs libtws.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/twserial'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o s_record.o s_record.c -c
rm -f libusb_eth.o; ar rcs libusb_eth.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/usb/eth'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o serial.o serial.c -c
/usr/bin/make -C drivers/usb/gadget/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/usb/gadget'
/usr/bin/make -C drivers/usb/host/
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ epautoconf.o epautoconf.c >.depend.epautoconf
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/usb/host'
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ config.o config.c >.depend.config
cat /dev/null >.depend
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ usbstring.o usbstring.c >.depend.usbstring
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o stdio.o stdio.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ s3c_udc_otg.o s3c_udc_otg.c >.depend.s3c_udc_otg
cat /dev/null .depend.epautoconf .depend.config .depend.usbstring .depend.s3c_udc_otg >.depend
rm -f libusb_host.o; ar rcs libusb_host.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/usb/host'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o xyzModem.o xyzModem.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o epautoconf.o epautoconf.c -c
/usr/bin/make -C drivers/usb/musb/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/usb/musb'
cat /dev/null >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o config.o config.c -c
rm -f libusb_musb.o; ar rcs libusb_musb.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/usb/musb'
/usr/bin/make -C drivers/usb/phy/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/usb/phy'
ld -r -o libcommon.o cmd_bdinfo.o cmd_boot.o cmd_bootm.o cmd_console.o cmd_echo.o cmd_exit.o cmd_ext2.o cmd_fat.o cmd_fdt.o cmd_flash.o cmd_help.o cmd_itest.o cmd_load.o cmd_mem.o cmd_misc.o cmd_mmc.o cmd_nvedit.o cmd_pcmcia.o cmd_source.o cmd_test.o cmd_version.o cmd_ximg.o command.o console.o dlmalloc.o env_common.o env_nowhere.o exports.o fdt_support.o flash.o hush.o image.o main.o memsize.o s_record.o serial.o stdio.o xyzModem.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/common'
/usr/bin/make -C drivers/usb/ulpi/
cat /dev/null >.depend
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/usb/ulpi'
cat /dev/null >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o usbstring.o usbstring.c -c
rm -f libusb_phy.o; ar rcs libusb_phy.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/usb/phy'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o s3c_udc_otg.o s3c_udc_otg.c -c
rm -f libusb_ulpi.o; ar rcs libusb_ulpi.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/usb/ulpi'
/usr/bin/make -C drivers/video/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/video'
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ cfb_console.o cfb_console.c >.depend.cfb_console
cat /dev/null .depend.cfb_console >.depend
/usr/bin/make -C drivers/watchdog/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/watchdog'
cat /dev/null >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o cfb_console.o cfb_console.c -c
rm -f libwatchdog.o; ar rcs libwatchdog.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/watchdog'
/usr/bin/make -C fs/cramfs/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/cramfs'
cat /dev/null >.depend
rm -f libcramfs.o; ar rcs libcramfs.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/cramfs'
/usr/bin/make -C fs/ext2/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/ext2'
ld -r -o libvideo.o cfb_console.o
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ ext2fs.o ext2fs.c >.depend.ext2fs
ld -r -o libusb_gadget.o epautoconf.o config.o usbstring.o s3c_udc_otg.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/video'
/usr/bin/make -C fs/fat/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/fat'
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/drivers/usb/gadget'
/usr/bin/make -C fs/fdos/
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ dev.o dev.c >.depend.dev
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/fdos'
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ fat.o fat.c >.depend.fat
cat /dev/null .depend.ext2fs .depend.dev >.depend
cat /dev/null >.depend
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ file.o file.c >.depend.file
cat /dev/null .depend.fat .depend.file >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o ext2fs.o ext2fs.c -c
rm -f libfdos.o; ar rcs libfdos.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/fdos'
/usr/bin/make -C fs/jffs2/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/jffs2'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o fat.o fat.c -c
cat /dev/null >.depend
rm -f libjffs2.o; ar rcs libjffs2.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/jffs2'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o dev.o dev.c -c
/usr/bin/make -C fs/reiserfs/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/reiserfs'
ld -r -o libext2fs.o ext2fs.o dev.o
cat /dev/null >.depend
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/ext2'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o file.o file.c -c
rm -f libreiserfs.o; ar rcs libreiserfs.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/reiserfs'
/usr/bin/make -C fs/ubifs/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/ubifs'
/usr/bin/make -C fs/yaffs2/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/yaffs2'
cat /dev/null >.depend
cat /dev/null >.depend
rm -f libubifs.o; ar rcs libubifs.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/ubifs'
/usr/bin/make -C lib/libfdt/
ld -r -o libfat.o fat.o file.o
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/libfdt'
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/fat'
/usr/bin/make -C lib/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib'
rm -f libyaffs2.o; ar rcs libyaffs2.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/fs/yaffs2'
/usr/bin/make -C lib/lzma/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/lzma'
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ fdt.o fdt.c >.depend.fdt
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ crc7.o crc7.c >.depend.crc7
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ fdt_ro.o fdt_ro.c >.depend.fdt_ro
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ crc16.o crc16.c >.depend.crc16
cat /dev/null >.depend
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ fdt_rw.o fdt_rw.c >.depend.fdt_rw
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ crc32.o crc32.c >.depend.crc32
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ fdt_strerror.o fdt_strerror.c >.depend.fdt_strerror
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ fdt_sw.o fdt_sw.c >.depend.fdt_sw
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ display_options.o display_options.c >.depend.display_options
rm -f liblzma.o; ar rcs liblzma.o
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ errno.o errno.c >.depend.errno
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ fdt_wip.o fdt_wip.c >.depend.fdt_wip
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/lzma'
/usr/bin/make -C lib/lzo/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/lzo'
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ gunzip.o gunzip.c >.depend.gunzip
cat /dev/null .depend.fdt .depend.fdt_ro .depend.fdt_rw .depend.fdt_strerror .depend.fdt_sw .depend.fdt_wip >.depend
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ hashtable.o hashtable.c >.depend.hashtable
cat /dev/null >.depend
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ lmb.o lmb.c >.depend.lmb
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ ldiv.o ldiv.c >.depend.ldiv
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o fdt.o fdt.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ net_utils.o net_utils.c >.depend.net_utils
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ qsort.o qsort.c >.depend.qsort
rm -f liblzo.o; ar rcs liblzo.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/lzo'
/usr/bin/make -C lib/zlib/
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ strmhz.o strmhz.c >.depend.strmhz
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/zlib'
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ ctype.o ctype.c >.depend.ctype
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ zlib.o zlib.c >.depend.zlib
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ div64.o div64.c >.depend.div64
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ string.o string.c >.depend.string
cat /dev/null .depend.zlib >.depend
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ time.o time.c >.depend.time
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o fdt_ro.o fdt_ro.c -c
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ vsprintf.o vsprintf.c >.depend.vsprintf
cat /dev/null .depend.crc7 .depend.crc16 .depend.crc32 .depend.display_options .depend.errno .depend.gunzip .depend.hashtable .depend.lmb .depend.ldiv .depend.net_utils .depend.qsort .depend.strmhz .depend.ctype .depend.div64 .depend.string .depend.time .depend.vsprintf >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o zlib.o zlib.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o crc7.o crc7.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o crc16.o crc16.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o fdt_rw.o fdt_rw.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o crc32.o crc32.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o display_options.o display_options.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o fdt_strerror.o fdt_strerror.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o fdt_sw.o fdt_sw.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o errno.o errno.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o gunzip.o gunzip.c -c
ld -r -o libz.o zlib.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/zlib'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o fdt_wip.o fdt_wip.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o hashtable.o hashtable.c -c
/usr/bin/make -C net/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/net'
ld -r -o libfdt.o fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib/libfdt'
/usr/bin/make -C post/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/post'
cat /dev/null >.depend
cat /dev/null >.depend
rm -f libnet.o; ar rcs libnet.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/net'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o lmb.o lmb.c -c
rm -f libpost.o; ar rcs libpost.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/post'
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o ldiv.o ldiv.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o net_utils.o net_utils.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o qsort.o qsort.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o strmhz.o strmhz.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o ctype.o ctype.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o div64.o div64.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o string.o string.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o time.o time.c -c
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o vsprintf.o vsprintf.c -c
ld -r -o libgeneric.o crc7.o crc16.o crc32.o display_options.o errno.o gunzip.o hashtable.o lmb.o ldiv.o net_utils.o qsort.o strmhz.o ctype.o div64.o string.o time.o vsprintf.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/lib'
/usr/bin/make -C board/samsung/galaxys2/
make[1]: Entering directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/board/samsung/galaxys2'
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ mem_setup.o mem_setup.S >.depend.mem_setup
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ lowlevel_init.o lowlevel_init.S >.depend.lowlevel_init
gcc4-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -MQ galaxys2.o galaxys2.c >.depend.galaxys2
cat /dev/null .depend.mem_setup .depend.lowlevel_init .depend.galaxys2 >.depend
gcc4-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o galaxys2.o galaxys2.c -c
gcc4-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -o mem_setup.o mem_setup.S -c
gcc4-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x40008000 -I/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv7-a -o lowlevel_init.o lowlevel_init.S -c
galaxys2.c:119:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static void init_gpio_keys() {
^
ld -r -o libgalaxys2.o galaxys2.o mem_setup.o lowlevel_init.o
make[1]: Leaving directory '/home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/board/samsung/galaxys2'
UNDEF_SYM=`objdump -x board/samsung/galaxys2/libgalaxys2.o api/libapi.o arch/arm/cpu/armv7/exynos/libexynos.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/s5p-common/libs5p-common.o arch/arm/lib/libarm.o common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/spi/libspi_flash.o drivers/mtd/ubi/libubi.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/libpower.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/spi/libspi.o drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o fs/cramfs/libcramfs.o fs/ext2/libext2fs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/reiserfs/libreiserfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o | sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`; cd /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da && ld -pie -T u-boot.lds -Bstatic -Ttext 0x40008000 $UNDEF_SYM arch/arm/cpu/armv7/start.o --start-group api/libapi.o arch/arm/cpu/armv7/exynos/libexynos.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/s5p-common/libs5p-common.o arch/arm/lib/libarm.o common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/spi/libspi_flash.o drivers/mtd/ubi/libubi.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/libpower.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/spi/libspi.o drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o fs/cramfs/libcramfs.o fs/ext2/libext2fs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/reiserfs/libreiserfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o board/samsung/galaxys2/libgalaxys2.o --end-group /home/pmos/build/src/i9100-uboot-8a10be9b0698f800cd80e6ef4be976ade0abc4da/arch/arm/lib/eabi_compat.o -L /usr/gcc4/lib/gcc/armv7-alpine-linux-musleabihf/4.9.2 -lgcc -Map u-boot.map -o u-boot
objcopy --gap-fill=0xff -O binary u-boot u-boot.bin
>>> u-boot-samsung-i9100: Entering fakeroot...
]0;abuild: u-boot-samsung-i9100>>> u-boot-samsung-i9100*: Running postcheck for u-boot-samsung-i9100
>>> u-boot-samsung-i9100*: Preparing package u-boot-samsung-i9100...
>>> u-boot-samsung-i9100*: Stripping binaries
>>> WARNING: u-boot-samsung-i9100*: No arch specific binaries found so arch should probably be set to "noarch"
>>> u-boot-samsung-i9100*: Scanning shared objects
>>> u-boot-samsung-i9100*: Tracing dependencies...
>>> u-boot-samsung-i9100*: Package size: 192.0 KB
>>> u-boot-samsung-i9100*: Compressing data...
>>> u-boot-samsung-i9100*: Create checksum...
>>> u-boot-samsung-i9100*: Create u-boot-samsung-i9100-2012.04_rc1-r0.apk
]0;>>> u-boot-samsung-i9100: Build complete at Fri, 24 Jul 2020 16:06:05 +0000 elapsed time 0h 2m 52s
]0;>>> u-boot-samsung-i9100: Updating the pmos/armv7 repository index...
>>> u-boot-samsung-i9100: Signing the index...
mv: can't preserve ownership of '/mnt/pmbootstrap-packages/armv7/APKINDEX.tar.gz.2764': Operation not permitted
]0;(002348) [16:06:06] (buildroot_armv7) uninstall build dependencies
(002348) [16:06:06] (buildroot_armv7) % cd /home/pmos/build; busybox su pmos -c SUDO_APK='abuild-apk --no-progress' HOME=/home/pmos abuild undeps
]0;abuild: u-boot-samsung-i9100WARNING: Ignoring APKINDEX.3f9c67ba.tar.gz: No such file or directory
(1/2) Purging .makedepends-u-boot-samsung-i9100 (20200724.160316)
(2/2) Purging gcc4 (9999-r2)
Executing busybox-1.32.0-r0.trigger
OK: 133 MiB in 57 packages
]0;(002348) [16:06:07] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
(002348) [16:06:07] Done
|