-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompile_commands.json
532 lines (532 loc) · 210 KB
/
compile_commands.json
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
524
525
526
527
528
529
530
531
532
[
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c 4DGL-uLCD-SE/uLCD_4DGL_Graphics.cpp",
"file": "4DGL-uLCD-SE/uLCD_4DGL_Graphics.cpp"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c 4DGL-uLCD-SE/uLCD_4DGL_Media.cpp",
"file": "4DGL-uLCD-SE/uLCD_4DGL_Media.cpp"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c 4DGL-uLCD-SE/uLCD_4DGL_Text.cpp",
"file": "4DGL-uLCD-SE/uLCD_4DGL_Text.cpp"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c 4DGL-uLCD-SE/uLCD_4DGL_main.cpp",
"file": "4DGL-uLCD-SE/uLCD_4DGL_main.cpp"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/FATFileSystem/ChaN/ccsbcs.cpp",
"file": "SDFileSystem/FATFileSystem/ChaN/ccsbcs.cpp"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/FATFileSystem/ChaN/diskio.cpp",
"file": "SDFileSystem/FATFileSystem/ChaN/diskio.cpp"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/FATFileSystem/ChaN/ff.cpp",
"file": "SDFileSystem/FATFileSystem/ChaN/ff.cpp"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/FATFileSystem/FATDirHandle.cpp",
"file": "SDFileSystem/FATFileSystem/FATDirHandle.cpp"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/FATFileSystem/FATFileHandle.cpp",
"file": "SDFileSystem/FATFileSystem/FATFileHandle.cpp"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/FATFileSystem/FATFileSystem.cpp",
"file": "SDFileSystem/FATFileSystem/FATFileSystem.cpp"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/SDFileSystem.cpp",
"file": "SDFileSystem/SDFileSystem.cpp"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c main.cpp",
"file": "main.cpp"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c 4DGL-uLCD-SE/uLCD_4DGL.h",
"file": "4DGL-uLCD-SE/uLCD_4DGL.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c PinDetect/ChangeLog.h",
"file": "PinDetect/ChangeLog.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c PinDetect/PinDetect.h",
"file": "PinDetect/PinDetect.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c PinDetect/example.h",
"file": "PinDetect/example.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/FATFileSystem/ChaN/diskio.h",
"file": "SDFileSystem/FATFileSystem/ChaN/diskio.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/FATFileSystem/ChaN/ff.h",
"file": "SDFileSystem/FATFileSystem/ChaN/ff.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/FATFileSystem/ChaN/ffconf.h",
"file": "SDFileSystem/FATFileSystem/ChaN/ffconf.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/FATFileSystem/ChaN/integer.h",
"file": "SDFileSystem/FATFileSystem/ChaN/integer.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/FATFileSystem/FATDirHandle.h",
"file": "SDFileSystem/FATFileSystem/FATDirHandle.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/FATFileSystem/FATFileHandle.h",
"file": "SDFileSystem/FATFileSystem/FATFileHandle.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/FATFileSystem/FATFileSystem.h",
"file": "SDFileSystem/FATFileSystem/FATFileSystem.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c SDFileSystem/SDFileSystem.h",
"file": "SDFileSystem/SDFileSystem.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c Shiftbrite.h",
"file": "Shiftbrite.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c Speaker.h",
"file": "Speaker.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c TMP36.h",
"file": "TMP36.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/AnalogIn.h",
"file": "mbed/AnalogIn.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/AnalogOut.h",
"file": "mbed/AnalogOut.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/BusIn.h",
"file": "mbed/BusIn.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/BusInOut.h",
"file": "mbed/BusInOut.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/BusOut.h",
"file": "mbed/BusOut.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/CAN.h",
"file": "mbed/CAN.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/CallChain.h",
"file": "mbed/CallChain.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/DigitalIn.h",
"file": "mbed/DigitalIn.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/DigitalInOut.h",
"file": "mbed/DigitalInOut.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/DigitalOut.h",
"file": "mbed/DigitalOut.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/DirHandle.h",
"file": "mbed/DirHandle.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/Ethernet.h",
"file": "mbed/Ethernet.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/FileBase.h",
"file": "mbed/FileBase.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/FileHandle.h",
"file": "mbed/FileHandle.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/FileLike.h",
"file": "mbed/FileLike.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/FilePath.h",
"file": "mbed/FilePath.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/FileSystemLike.h",
"file": "mbed/FileSystemLike.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/FunctionPointer.h",
"file": "mbed/FunctionPointer.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/I2C.h",
"file": "mbed/I2C.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/I2CSlave.h",
"file": "mbed/I2CSlave.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/InterruptIn.h",
"file": "mbed/InterruptIn.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/InterruptManager.h",
"file": "mbed/InterruptManager.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/LocalFileSystem.h",
"file": "mbed/LocalFileSystem.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/PortIn.h",
"file": "mbed/PortIn.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/PortInOut.h",
"file": "mbed/PortInOut.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/PortOut.h",
"file": "mbed/PortOut.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/PwmOut.h",
"file": "mbed/PwmOut.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/RawSerial.h",
"file": "mbed/RawSerial.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/SPI.h",
"file": "mbed/SPI.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/SPISlave.h",
"file": "mbed/SPISlave.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/Serial.h",
"file": "mbed/Serial.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/SerialBase.h",
"file": "mbed/SerialBase.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/Stream.h",
"file": "mbed/Stream.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/LPC17xx.h",
"file": "mbed/TARGET_LPC1768/LPC17xx.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/PeripheralNames.h",
"file": "mbed/TARGET_LPC1768/PeripheralNames.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/PinNames.h",
"file": "mbed/TARGET_LPC1768/PinNames.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/PortNames.h",
"file": "mbed/TARGET_LPC1768/PortNames.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/cmsis.h",
"file": "mbed/TARGET_LPC1768/cmsis.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/cmsis_nvic.h",
"file": "mbed/TARGET_LPC1768/cmsis_nvic.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/core_cm0.h",
"file": "mbed/TARGET_LPC1768/core_cm0.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/core_cm0plus.h",
"file": "mbed/TARGET_LPC1768/core_cm0plus.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/core_cm3.h",
"file": "mbed/TARGET_LPC1768/core_cm3.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/core_cm4.h",
"file": "mbed/TARGET_LPC1768/core_cm4.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/core_cm4_simd.h",
"file": "mbed/TARGET_LPC1768/core_cm4_simd.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/core_cmFunc.h",
"file": "mbed/TARGET_LPC1768/core_cmFunc.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/core_cmInstr.h",
"file": "mbed/TARGET_LPC1768/core_cmInstr.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/device.h",
"file": "mbed/TARGET_LPC1768/device.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/gpio_object.h",
"file": "mbed/TARGET_LPC1768/gpio_object.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/objects.h",
"file": "mbed/TARGET_LPC1768/objects.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TARGET_LPC1768/system_LPC17xx.h",
"file": "mbed/TARGET_LPC1768/system_LPC17xx.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/Ticker.h",
"file": "mbed/Ticker.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/Timeout.h",
"file": "mbed/Timeout.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/Timer.h",
"file": "mbed/Timer.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/TimerEvent.h",
"file": "mbed/TimerEvent.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/analogin_api.h",
"file": "mbed/analogin_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/analogout_api.h",
"file": "mbed/analogout_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/can_api.h",
"file": "mbed/can_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/can_helper.h",
"file": "mbed/can_helper.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/error.h",
"file": "mbed/error.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/ethernet_api.h",
"file": "mbed/ethernet_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/gpio_api.h",
"file": "mbed/gpio_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/gpio_irq_api.h",
"file": "mbed/gpio_irq_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/i2c_api.h",
"file": "mbed/i2c_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/mbed.h",
"file": "mbed/mbed.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/mbed_debug.h",
"file": "mbed/mbed_debug.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/mbed_interface.h",
"file": "mbed/mbed_interface.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/pinmap.h",
"file": "mbed/pinmap.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/platform.h",
"file": "mbed/platform.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/port_api.h",
"file": "mbed/port_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/pwmout_api.h",
"file": "mbed/pwmout_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/rtc_api.h",
"file": "mbed/rtc_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/rtc_time.h",
"file": "mbed/rtc_time.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/semihost_api.h",
"file": "mbed/semihost_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/serial_api.h",
"file": "mbed/serial_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/sleep_api.h",
"file": "mbed/sleep_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/spi_api.h",
"file": "mbed/spi_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/toolchain.h",
"file": "mbed/toolchain.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/us_ticker_api.h",
"file": "mbed/us_ticker_api.h"
},
{
"directory": "/home/studio/workspace/mythermostat_part4",
"command": "/home/studio/mbed-studio-tools/ac5/bin/armclang -fno-rtti -std=c++98 -DTARGET_NXP_EMAC -DDEVICE_SLEEP=1 -DDEVICE_ETHERNET=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_CORTEX_M -DDEVICE_ANALOGOUT=1 -DTARGET_CORTEX -DTARGET_DEBUG -DDEVICE_USTICKER=1 -DTARGET_LIKE_CORTEX_M3 -DTOOLCHAIN_ARM_STD -DDEVICE_SEMIHOST=1 -DDEVICE_LOCALFILESYSTEM=1 -DTARGET_MBED_LPC1768 -DDEVICE_PORTIN=1 -DDEVICE_SERIAL_FC=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_CAN=1 -DTARGET_LIKE_MBED -D__MBED__=1 -DDEVICE_SPISLAVE=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -DDEVICE_PWMOUT=1 -DTARGET_M3 -DDEVICE_FLASH=1 -DTOOLCHAIN_ARM -D__MBED_CMSIS_RTOS_CM -DDEVICE_PORTINOUT=1 -DTARGET_NXP -DDEVICE_PORTOUT=1 -DTARGET_LPCTarget -DDEVICE_DEBUG_AWARENESS=1 -DDEVICE_SERIAL=1 -DMBED_BUILD_TIMESTAMP=1678845769.5026908 -DDEVICE_EMAC=1 -D__CORTEX_M3 -DTARGET_LPC176X -DDEVICE_I2C=1 -DDEVICE_ANALOGIN=1 -DDEVICE_SPI=1 -DTARGET_LPC1768 -DARM_MATH_CM3 -nostdinc -nostdinc++ -nostdlib -resource-dir /home/studio/mbed-studio-tools/ac5/include -Werror=return-type -fno-signed-zeros -fno-trapping-math -fdenormal-fp-math=preserve-sign -fno-rounding-math -ffinite-math-only -fno-split-dwarf-inlining -fforce-dwarf-frame -ffunction-sections -fdata-sections -fdeclspec -D__ARMCOMPILER_LIBCXX=1 -U__STDCPP_THREADS__ -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux -isystem /home/studio/mbed-studio-tools/ac5/include/arm_linux_compat -nobuiltininc -x c++ -c -fgnu -Otime -O0 -g -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -mcpu=Cortex-M3 -std=c99 -D__ASSERT_MSG -fno-rtti -std=c++98 -DMBED_ROM_START=0x0 -DMBED_ROM_SIZE=0x80000 -I/home/studio/mbed-studio-tools/ac5/include -I/home/studio/mbed-studio-tools/ac5/include/arm_linux -I. -I../../.. -I../.. -I.. -I. -I4DGL-uLCD-SE -IPinDetect -ISDFileSystem -ISDFileSystem/FATFileSystem -ISDFileSystem/FATFileSystem/ChaN -Imbed -Imbed/TARGET_LPC1768 -include BUILD/LPC1768/ARM/mbed_config.h -c mbed/wait_api.h",
"file": "mbed/wait_api.h"
}
]