CMakeOutput.log
134 KB
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
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
The target system is: Linux - - cortexa53-crypto
The host system is: Linux - 5.4.0-122-generic - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53;-march=armv8-a+crc+crypto;-fstack-protector-strong;-O2;-D_FORTIFY_SOURCE=2;-Wformat;-Wformat-security;-Werror=format-security;--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux
Build flags: ;-O2;-pipe;-g;-feliminate-unused-debug-types;
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/3.19.5/CompilerIdC/a.out"
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_85414/fast && /usr/bin/make -f CMakeFiles/cmTC_85414.dir/build.make CMakeFiles/cmTC_85414.dir/build
make[1]: Entering directory '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -v -o CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeCCompilerABI.c
Using built-in specs.
COLLECT_GCC=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc
Target: aarch64-poky-linux
Configured with: ../../../../../../work-shared/gcc-10.2.0-r0/gcc-10.2.0/configure --build=x86_64-linux --host=x86_64-pokysdk-linux --target=aarch64-poky-linux --prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --exec_prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --bindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --sbindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --libexecdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux --datadir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share --sysconfdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/etc --sharedstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/com --localstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/var --libdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux --includedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --oldincludedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --infodir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/info --mandir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-default-pie --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=aarch64-poky-linux- --without-local-prefix --disable-install-libiberty --disable-libssp --enable-libitm --enable-lto --disable-bootstrap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/10.2.0 --with-build-time-tools=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot-native/usr/aarch64-poky-linux/bin --with-sysroot=/not/exist --with-build-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --enable-poison-system-directories --disable-static --enable-nls --with-glibc-version=2.28 --enable-initfini-array --enable-__cxa_atexit
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 10.2.0 (GCC)
COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64'
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/cc1 -quiet -v -isysroot /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -D _FORTIFY_SOURCE=2 /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mcpu=cortex-a53 -march=armv8-a+crc+crypto -mlittle-endian -mabi=lp64 -auxbase-strip CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -g -O2 -O2 -Wformat=1 -Wformat-security -Werror=format-security -version -fstack-protector-strong -feliminate-unused-debug-types -o - |
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/as -v -EL -march=armv8-a+crc+crypto -march=armv8-a+crc -mabi=lp64 -o CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o
GNU assembler version 2.36.1 (aarch64-poky-linux) using BFD version (GNU Binutils) 2.36.1.20210209
GNU C17 (GCC) version 10.2.0 (aarch64-poky-linux)
compiled by GNU C version 10.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/local/include"
ignoring nonexistent directory "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/../../../../../aarch64-poky-linux/include"
#include "..." search starts here:
#include <...> search starts here:
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/include
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include-fixed
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/
End of search list.
GNU C17 (GCC) version 10.2.0 (aarch64-poky-linux)
compiled by GNU C version 10.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 2d99253c7b1c6dd251976e903fe63449
COMPILER_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/
LIBRARY_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/
COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64'
Linking C executable cmTC_85414
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85414.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now -v CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -o cmTC_85414
Using built-in specs.
COLLECT_GCC=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc
COLLECT_LTO_WRAPPER=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/lto-wrapper
Target: aarch64-poky-linux
Configured with: ../../../../../../work-shared/gcc-10.2.0-r0/gcc-10.2.0/configure --build=x86_64-linux --host=x86_64-pokysdk-linux --target=aarch64-poky-linux --prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --exec_prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --bindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --sbindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --libexecdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux --datadir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share --sysconfdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/etc --sharedstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/com --localstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/var --libdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux --includedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --oldincludedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --infodir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/info --mandir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-default-pie --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=aarch64-poky-linux- --without-local-prefix --disable-install-libiberty --disable-libssp --enable-libitm --enable-lto --disable-bootstrap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/10.2.0 --with-build-time-tools=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot-native/usr/aarch64-poky-linux/bin --with-sysroot=/not/exist --with-build-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --enable-poison-system-directories --disable-static --enable-nls --with-glibc-version=2.28 --enable-initfini-array --enable-__cxa_atexit
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 10.2.0 (GCC)
COMPILER_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/
LIBRARY_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/
COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'cmTC_85414' '-mlittle-endian' '-mabi=lp64'
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/collect2 -plugin /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/liblto_plugin.so -plugin-opt=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2Orln9.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --build-id --eh-frame-hdr --hash-style=gnu -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux -pie -o cmTC_85414 /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/Scrt1.o /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/crti.o /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/crtbeginS.o -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0 -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0 -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib -O1 --hash-style=gnu --as-needed -z relro -z now CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/crtendS.o /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/crtn.o
COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'cmTC_85414' '-mlittle-endian' '-mabi=lp64'
make[1]: Leaving directory '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp'
Parsed C implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include]
add: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/include]
add: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include-fixed]
add: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/]
end of search list found
collapse include dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include]
collapse include dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/include] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/include]
collapse include dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include-fixed] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include-fixed]
collapse include dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include]
implicit include dirs: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/include;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include-fixed;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include]
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(aarch64-poky-linux-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/bin/make cmTC_85414/fast && /usr/bin/make -f CMakeFiles/cmTC_85414.dir/build.make CMakeFiles/cmTC_85414.dir/build]
ignore line: [make[1]: Entering directory '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o]
ignore line: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -v -o CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeCCompilerABI.c]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc]
ignore line: [Target: aarch64-poky-linux]
ignore line: [Configured with: ../../../../../../work-shared/gcc-10.2.0-r0/gcc-10.2.0/configure --build=x86_64-linux --host=x86_64-pokysdk-linux --target=aarch64-poky-linux --prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --exec_prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --bindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --sbindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --libexecdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux --datadir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share --sysconfdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/etc --sharedstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/com --localstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/var --libdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux --includedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --oldincludedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --infodir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/info --mandir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-default-pie --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=aarch64-poky-linux- --without-local-prefix --disable-install-libiberty --disable-libssp --enable-libitm --enable-lto --disable-bootstrap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/10.2.0 --with-build-time-tools=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot-native/usr/aarch64-poky-linux/bin --with-sysroot=/not/exist --with-build-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --enable-poison-system-directories --disable-static --enable-nls --with-glibc-version=2.28 --enable-initfini-array --enable-__cxa_atexit]
ignore line: [Thread model: posix]
ignore line: [Supported LTO compression algorithms: zlib]
ignore line: [gcc version 10.2.0 (GCC) ]
ignore line: [COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64']
ignore line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/cc1 -quiet -v -isysroot /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -D _FORTIFY_SOURCE=2 /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mcpu=cortex-a53 -march=armv8-a+crc+crypto -mlittle-endian -mabi=lp64 -auxbase-strip CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -g -O2 -O2 -Wformat=1 -Wformat-security -Werror=format-security -version -fstack-protector-strong -feliminate-unused-debug-types -o - |]
ignore line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/as -v -EL -march=armv8-a+crc+crypto -march=armv8-a+crc -mabi=lp64 -o CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o]
ignore line: [GNU assembler version 2.36.1 (aarch64-poky-linux) using BFD version (GNU Binutils) 2.36.1.20210209]
ignore line: [GNU C17 (GCC) version 10.2.0 (aarch64-poky-linux)]
ignore line: [ compiled by GNU C version 10.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version none]
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [ignoring nonexistent directory "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/local/include"]
ignore line: [ignoring nonexistent directory "/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/../../../../../aarch64-poky-linux/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include]
ignore line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/include]
ignore line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/include-fixed]
ignore line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/include/]
ignore line: [End of search list.]
ignore line: [GNU C17 (GCC) version 10.2.0 (aarch64-poky-linux)]
ignore line: [ compiled by GNU C version 10.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version none]
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: 2d99253c7b1c6dd251976e903fe63449]
ignore line: [COMPILER_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/]
ignore line: [LIBRARY_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o' '-c' '-mlittle-endian' '-mabi=lp64']
ignore line: [Linking C executable cmTC_85414]
ignore line: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85414.dir/link.txt --verbose=1]
ignore line: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl -O1 -Wl --hash-style=gnu -Wl --as-needed -Wl -z relro -z now -v CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -o cmTC_85414 ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc]
ignore line: [COLLECT_LTO_WRAPPER=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/lto-wrapper]
ignore line: [Target: aarch64-poky-linux]
ignore line: [Configured with: ../../../../../../work-shared/gcc-10.2.0-r0/gcc-10.2.0/configure --build=x86_64-linux --host=x86_64-pokysdk-linux --target=aarch64-poky-linux --prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --exec_prefix=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr --bindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --sbindir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux --libexecdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux --datadir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share --sysconfdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/etc --sharedstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/com --localstatedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/var --libdir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux --includedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --oldincludedir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/include --infodir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/info --mandir=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-default-pie --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=aarch64-poky-linux- --without-local-prefix --disable-install-libiberty --disable-libssp --enable-libitm --enable-lto --disable-bootstrap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/10.2.0 --with-build-time-tools=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot-native/usr/aarch64-poky-linux/bin --with-sysroot=/not/exist --with-build-sysroot=/data/junho/projects/lse/apollo-hardknott/build-apollo/tmp/work/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-aarch64/10.2.0-r0/recipe-sysroot --enable-poison-system-directories --disable-static --enable-nls --with-glibc-version=2.28 --enable-initfini-array --enable-__cxa_atexit]
ignore line: [Thread model: posix]
ignore line: [Supported LTO compression algorithms: zlib]
ignore line: [gcc version 10.2.0 (GCC) ]
ignore line: [COMPILER_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/]
ignore line: [LIBRARY_PATH=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/:/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux' '-mcpu=cortex-a53' '-march=armv8-a+crc+crypto' '-fstack-protector-strong' '-O2' '-D' '_FORTIFY_SOURCE=2' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-O2' '-pipe' '-g' '-feliminate-unused-debug-types' '-v' '-o' 'cmTC_85414' '-mlittle-endian' '-mabi=lp64']
link line: [ /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/collect2 -plugin /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/liblto_plugin.so -plugin-opt=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2Orln9.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --build-id --eh-frame-hdr --hash-style=gnu -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux -pie -o cmTC_85414 /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/Scrt1.o /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/crti.o /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/crtbeginS.o -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0 -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0 -L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib -O1 --hash-style=gnu --as-needed -z relro -z now CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/crtendS.o /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/crtn.o]
arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/cc2Orln9.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [--sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib/ld-linux-aarch64.so.1] ==> ignore
arg [-X] ==> ignore
arg [-EL] ==> ignore
arg [-maarch64linux] ==> ignore
arg [-pie] ==> ignore
arg [-o] ==> ignore
arg [cmTC_85414] ==> ignore
arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/Scrt1.o] ==> ignore
arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/crti.o] ==> ignore
arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/crtbeginS.o] ==> ignore
arg [-L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0] ==> dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0]
arg [-L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib] ==> dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib]
arg [-L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0] ==> dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0]
arg [-L/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib] ==> dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib]
arg [-O1] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-zrelro] ==> ignore
arg [-znow] ==> ignore
arg [CMakeFiles/cmTC_85414.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--push-state] ==> ignore
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--pop-state] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--push-state] ==> ignore
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--pop-state] ==> ignore
arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0/crtendS.o] ==> ignore
arg [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/crtn.o] ==> ignore
collapse library dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0]
collapse library dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib]
collapse library dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0]
collapse library dir [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib] ==> [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib]
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
implicit dirs: [/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/lib/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/lib;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/aarch64-poky-linux/10.2.0;/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib]
implicit fwks: []
Performing C SOURCE FILE Test FOUND_LIBJPEG_TURBO succeeded with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_690ca/fast && /usr/bin/make -f CMakeFiles/cmTC_690ca.dir/build.make CMakeFiles/cmTC_690ca.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_690ca.dir/src.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -DFOUND_LIBJPEG_TURBO -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_690ca.dir/src.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_690ca
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_690ca.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_690ca.dir/src.c.o -o cmTC_690ca /opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux/usr/lib/libjpeg.so
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Source file was:
#include <stdio.h>
#include <jpeglib.h>
int main(void) {
struct jpeg_compress_struct cinfo;
struct jpeg_error_mgr jerr;
cinfo.err=jpeg_std_error(&jerr);
jpeg_create_compress(&cinfo);
cinfo.input_components = 3;
jpeg_set_defaults(&cinfo);
cinfo.in_color_space = JCS_EXT_RGB;
jpeg_default_colorspace(&cinfo);
return 0;
}
Determining if the include file pthread.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_f0e31/fast && /usr/bin/make -f CMakeFiles/cmTC_f0e31.dir/build.make CMakeFiles/cmTC_f0e31.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_f0e31.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_f0e31.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_f0e31
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f0e31.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_f0e31.dir/CheckIncludeFile.c.o -o cmTC_f0e31
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_58264/fast && /usr/bin/make -f CMakeFiles/cmTC_58264.dir/build.make CMakeFiles/cmTC_58264.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_58264.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_58264.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
Linking C executable cmTC_58264
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58264.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_58264.dir/CheckFunctionExists.c.o -o cmTC_58264 -lpthread
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file dirent.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_563b6/fast && /usr/bin/make -f CMakeFiles/cmTC_563b6.dir/build.make CMakeFiles/cmTC_563b6.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_563b6.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_563b6.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_563b6
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_563b6.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_563b6.dir/CheckIncludeFile.c.o -o cmTC_563b6
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file endian.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_902f5/fast && /usr/bin/make -f CMakeFiles/cmTC_902f5.dir/build.make CMakeFiles/cmTC_902f5.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_902f5.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_902f5.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_902f5
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_902f5.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_902f5.dir/CheckIncludeFile.c.o -o cmTC_902f5
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file fcntl.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_6f96f/fast && /usr/bin/make -f CMakeFiles/cmTC_6f96f.dir/build.make CMakeFiles/cmTC_6f96f.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_6f96f.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_6f96f.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_6f96f
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f96f.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_6f96f.dir/CheckIncludeFile.c.o -o cmTC_6f96f
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file netinet/in.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_a94d4/fast && /usr/bin/make -f CMakeFiles/cmTC_a94d4.dir/build.make CMakeFiles/cmTC_a94d4.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_a94d4.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_a94d4.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_a94d4
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a94d4.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_a94d4.dir/CheckIncludeFile.c.o -o cmTC_a94d4
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file sys/socket.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_9d6e2/fast && /usr/bin/make -f CMakeFiles/cmTC_9d6e2.dir/build.make CMakeFiles/cmTC_9d6e2.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_9d6e2.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_9d6e2.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_9d6e2
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d6e2.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_9d6e2.dir/CheckIncludeFile.c.o -o cmTC_9d6e2
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file sys/stat.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_94fea/fast && /usr/bin/make -f CMakeFiles/cmTC_94fea.dir/build.make CMakeFiles/cmTC_94fea.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_94fea.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_94fea.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_94fea
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94fea.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_94fea.dir/CheckIncludeFile.c.o -o cmTC_94fea
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file sys/time.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_e8e85/fast && /usr/bin/make -f CMakeFiles/cmTC_e8e85.dir/build.make CMakeFiles/cmTC_e8e85.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_e8e85.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_e8e85.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_e8e85
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8e85.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_e8e85.dir/CheckIncludeFile.c.o -o cmTC_e8e85
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file sys/types.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_0b4ea/fast && /usr/bin/make -f CMakeFiles/cmTC_0b4ea.dir/build.make CMakeFiles/cmTC_0b4ea.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_0b4ea.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_0b4ea.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_0b4ea
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b4ea.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_0b4ea.dir/CheckIncludeFile.c.o -o cmTC_0b4ea
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file sys/wait.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_124eb/fast && /usr/bin/make -f CMakeFiles/cmTC_124eb.dir/build.make CMakeFiles/cmTC_124eb.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_124eb.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_124eb.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_124eb
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_124eb.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_124eb.dir/CheckIncludeFile.c.o -o cmTC_124eb
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file unistd.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_04187/fast && /usr/bin/make -f CMakeFiles/cmTC_04187.dir/build.make CMakeFiles/cmTC_04187.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_04187.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_04187.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_04187
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_04187.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_04187.dir/CheckIncludeFile.c.o -o cmTC_04187
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file sys/resource.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_a18a1/fast && /usr/bin/make -f CMakeFiles/cmTC_a18a1.dir/build.make CMakeFiles/cmTC_a18a1.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_a18a1.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_a18a1.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_a18a1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a18a1.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_a18a1.dir/CheckIncludeFile.c.o -o cmTC_a18a1
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file arpa/inet.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_0ca0d/fast && /usr/bin/make -f CMakeFiles/cmTC_0ca0d.dir/build.make CMakeFiles/cmTC_0ca0d.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_0ca0d.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_0ca0d.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_0ca0d
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0ca0d.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_0ca0d.dir/CheckIncludeFile.c.o -o cmTC_0ca0d
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file stdint.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_1eb75/fast && /usr/bin/make -f CMakeFiles/cmTC_1eb75.dir/build.make CMakeFiles/cmTC_1eb75.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_1eb75.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_1eb75.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_1eb75
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1eb75.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_1eb75.dir/CheckIncludeFile.c.o -o cmTC_1eb75
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file stddef.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_3028b/fast && /usr/bin/make -f CMakeFiles/cmTC_3028b.dir/build.make CMakeFiles/cmTC_3028b.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_3028b.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_3028b.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_3028b
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3028b.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_3028b.dir/CheckIncludeFile.c.o -o cmTC_3028b
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the include file sys/types.h exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_51915/fast && /usr/bin/make -f CMakeFiles/cmTC_51915.dir/build.make CMakeFiles/cmTC_51915.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_51915.dir/CheckIncludeFile.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_51915.dir/CheckIncludeFile.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_51915
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_51915.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_51915.dir/CheckIncludeFile.c.o -o cmTC_51915
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function gettimeofday exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_44eae/fast && /usr/bin/make -f CMakeFiles/cmTC_44eae.dir/build.make CMakeFiles/cmTC_44eae.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_44eae.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=gettimeofday -o CMakeFiles/cmTC_44eae.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
Linking C executable cmTC_44eae
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44eae.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=gettimeofday -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_44eae.dir/CheckFunctionExists.c.o -o cmTC_44eae
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function vfork exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_edf93/fast && /usr/bin/make -f CMakeFiles/cmTC_edf93.dir/build.make CMakeFiles/cmTC_edf93.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_edf93.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=vfork -o CMakeFiles/cmTC_edf93.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
Linking C executable cmTC_edf93
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_edf93.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=vfork -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_edf93.dir/CheckFunctionExists.c.o -o cmTC_edf93
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function vprintf exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_9dd63/fast && /usr/bin/make -f CMakeFiles/cmTC_9dd63.dir/build.make CMakeFiles/cmTC_9dd63.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_9dd63.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=vprintf -o CMakeFiles/cmTC_9dd63.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
<command-line>: warning: conflicting types for built-in function ‘vprintf’; expected ‘int(const char *, __va_list)’ [-Wbuiltin-declaration-mismatch]
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
7 | CHECK_FUNCTION_EXISTS(void);
| ^~~~~~~~~~~~~~~~~~~~~
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:1:1: note: ‘vprintf’ is declared in header ‘<stdio.h>’
+++ |+#include <stdio.h>
1 | #ifdef CHECK_FUNCTION_EXISTS
Linking C executable cmTC_9dd63
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9dd63.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=vprintf -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_9dd63.dir/CheckFunctionExists.c.o -o cmTC_9dd63
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function mmap exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_67674/fast && /usr/bin/make -f CMakeFiles/cmTC_67674.dir/build.make CMakeFiles/cmTC_67674.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_67674.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=mmap -o CMakeFiles/cmTC_67674.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
Linking C executable cmTC_67674
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_67674.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=mmap -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_67674.dir/CheckFunctionExists.c.o -o cmTC_67674
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function fork exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_be37c/fast && /usr/bin/make -f CMakeFiles/cmTC_be37c.dir/build.make CMakeFiles/cmTC_be37c.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_be37c.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=fork -o CMakeFiles/cmTC_be37c.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
<command-line>: warning: conflicting types for built-in function ‘fork’; expected ‘int(void)’ [-Wbuiltin-declaration-mismatch]
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
7 | CHECK_FUNCTION_EXISTS(void);
| ^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_be37c
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be37c.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=fork -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_be37c.dir/CheckFunctionExists.c.o -o cmTC_be37c
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function ftime exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_e29e6/fast && /usr/bin/make -f CMakeFiles/cmTC_e29e6.dir/build.make CMakeFiles/cmTC_e29e6.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_e29e6.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=ftime -o CMakeFiles/cmTC_e29e6.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
Linking C executable cmTC_e29e6
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e29e6.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=ftime -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_e29e6.dir/CheckFunctionExists.c.o -o cmTC_e29e6
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function gethostbyname exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_38be0/fast && /usr/bin/make -f CMakeFiles/cmTC_38be0.dir/build.make CMakeFiles/cmTC_38be0.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_38be0.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_38be0.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
Linking C executable cmTC_38be0
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38be0.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=gethostbyname -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_38be0.dir/CheckFunctionExists.c.o -o cmTC_38be0
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function gethostname exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_8d2fc/fast && /usr/bin/make -f CMakeFiles/cmTC_8d2fc.dir/build.make CMakeFiles/cmTC_8d2fc.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_8d2fc.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=gethostname -o CMakeFiles/cmTC_8d2fc.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
Linking C executable cmTC_8d2fc
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8d2fc.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=gethostname -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_8d2fc.dir/CheckFunctionExists.c.o -o cmTC_8d2fc
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function inet_ntoa exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_8dd54/fast && /usr/bin/make -f CMakeFiles/cmTC_8dd54.dir/build.make CMakeFiles/cmTC_8dd54.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_8dd54.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=inet_ntoa -o CMakeFiles/cmTC_8dd54.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
Linking C executable cmTC_8dd54
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8dd54.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=inet_ntoa -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_8dd54.dir/CheckFunctionExists.c.o -o cmTC_8dd54
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function memmove exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_7848e/fast && /usr/bin/make -f CMakeFiles/cmTC_7848e.dir/build.make CMakeFiles/cmTC_7848e.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_7848e.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=memmove -o CMakeFiles/cmTC_7848e.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
<command-line>: warning: conflicting types for built-in function ‘memmove’; expected ‘void *(void *, const void *, long unsigned int)’ [-Wbuiltin-declaration-mismatch]
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
7 | CHECK_FUNCTION_EXISTS(void);
| ^~~~~~~~~~~~~~~~~~~~~
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:1:1: note: ‘memmove’ is declared in header ‘<string.h>’
+++ |+#include <string.h>
1 | #ifdef CHECK_FUNCTION_EXISTS
Linking C executable cmTC_7848e
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7848e.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=memmove -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_7848e.dir/CheckFunctionExists.c.o -o cmTC_7848e
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function memset exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_462c4/fast && /usr/bin/make -f CMakeFiles/cmTC_462c4.dir/build.make CMakeFiles/cmTC_462c4.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_462c4.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=memset -o CMakeFiles/cmTC_462c4.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
<command-line>: warning: conflicting types for built-in function ‘memset’; expected ‘void *(void *, int, long unsigned int)’ [-Wbuiltin-declaration-mismatch]
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
7 | CHECK_FUNCTION_EXISTS(void);
| ^~~~~~~~~~~~~~~~~~~~~
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:1:1: note: ‘memset’ is declared in header ‘<string.h>’
+++ |+#include <string.h>
1 | #ifdef CHECK_FUNCTION_EXISTS
Linking C executable cmTC_462c4
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_462c4.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=memset -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_462c4.dir/CheckFunctionExists.c.o -o cmTC_462c4
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function mkfifo exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_5c6ea/fast && /usr/bin/make -f CMakeFiles/cmTC_5c6ea.dir/build.make CMakeFiles/cmTC_5c6ea.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_5c6ea.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=mkfifo -o CMakeFiles/cmTC_5c6ea.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
Linking C executable cmTC_5c6ea
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5c6ea.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=mkfifo -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_5c6ea.dir/CheckFunctionExists.c.o -o cmTC_5c6ea
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function select exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_21b82/fast && /usr/bin/make -f CMakeFiles/cmTC_21b82.dir/build.make CMakeFiles/cmTC_21b82.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_21b82.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=select -o CMakeFiles/cmTC_21b82.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
Linking C executable cmTC_21b82
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21b82.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=select -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_21b82.dir/CheckFunctionExists.c.o -o cmTC_21b82
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function socket exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_3e7ce/fast && /usr/bin/make -f CMakeFiles/cmTC_3e7ce.dir/build.make CMakeFiles/cmTC_3e7ce.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_3e7ce.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=socket -o CMakeFiles/cmTC_3e7ce.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
Linking C executable cmTC_3e7ce
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3e7ce.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=socket -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_3e7ce.dir/CheckFunctionExists.c.o -o cmTC_3e7ce
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function strchr exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_63e97/fast && /usr/bin/make -f CMakeFiles/cmTC_63e97.dir/build.make CMakeFiles/cmTC_63e97.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_63e97.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strchr -o CMakeFiles/cmTC_63e97.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
<command-line>: warning: conflicting types for built-in function ‘strchr’; expected ‘char *(const char *, int)’ [-Wbuiltin-declaration-mismatch]
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
7 | CHECK_FUNCTION_EXISTS(void);
| ^~~~~~~~~~~~~~~~~~~~~
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:1:1: note: ‘strchr’ is declared in header ‘<string.h>’
+++ |+#include <string.h>
1 | #ifdef CHECK_FUNCTION_EXISTS
Linking C executable cmTC_63e97
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63e97.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strchr -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_63e97.dir/CheckFunctionExists.c.o -o cmTC_63e97
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function strcspn exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_661f3/fast && /usr/bin/make -f CMakeFiles/cmTC_661f3.dir/build.make CMakeFiles/cmTC_661f3.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_661f3.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strcspn -o CMakeFiles/cmTC_661f3.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
<command-line>: warning: conflicting types for built-in function ‘strcspn’; expected ‘long unsigned int(const char *, const char *)’ [-Wbuiltin-declaration-mismatch]
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
7 | CHECK_FUNCTION_EXISTS(void);
| ^~~~~~~~~~~~~~~~~~~~~
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:1:1: note: ‘strcspn’ is declared in header ‘<string.h>’
+++ |+#include <string.h>
1 | #ifdef CHECK_FUNCTION_EXISTS
Linking C executable cmTC_661f3
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_661f3.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strcspn -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_661f3.dir/CheckFunctionExists.c.o -o cmTC_661f3
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function strdup exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_8ffa4/fast && /usr/bin/make -f CMakeFiles/cmTC_8ffa4.dir/build.make CMakeFiles/cmTC_8ffa4.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_8ffa4.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strdup -o CMakeFiles/cmTC_8ffa4.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
<command-line>: warning: conflicting types for built-in function ‘strdup’; expected ‘char *(const char *)’ [-Wbuiltin-declaration-mismatch]
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
7 | CHECK_FUNCTION_EXISTS(void);
| ^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_8ffa4
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8ffa4.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strdup -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_8ffa4.dir/CheckFunctionExists.c.o -o cmTC_8ffa4
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function strerror exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_be9c3/fast && /usr/bin/make -f CMakeFiles/cmTC_be9c3.dir/build.make CMakeFiles/cmTC_be9c3.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_be9c3.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strerror -o CMakeFiles/cmTC_be9c3.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
Linking C executable cmTC_be9c3
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be9c3.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strerror -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_be9c3.dir/CheckFunctionExists.c.o -o cmTC_be9c3
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the function strstr exists passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_84792/fast && /usr/bin/make -f CMakeFiles/cmTC_84792.dir/build.make CMakeFiles/cmTC_84792.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_84792.dir/CheckFunctionExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strstr -o CMakeFiles/cmTC_84792.dir/CheckFunctionExists.c.o -c /opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c
<command-line>: warning: conflicting types for built-in function ‘strstr’; expected ‘char *(const char *, const char *)’ [-Wbuiltin-declaration-mismatch]
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
7 | CHECK_FUNCTION_EXISTS(void);
| ^~~~~~~~~~~~~~~~~~~~~
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.19/Modules/CheckFunctionExists.c:1:1: note: ‘strstr’ is declared in header ‘<string.h>’
+++ |+#include <string.h>
1 | #ifdef CHECK_FUNCTION_EXISTS
Linking C executable cmTC_84792
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84792.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=strstr -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_84792.dir/CheckFunctionExists.c.o -o cmTC_84792
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the htobe64 exist passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_9f034/fast && /usr/bin/make -f CMakeFiles/cmTC_9f034.dir/build.make CMakeFiles/cmTC_9f034.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_9f034.dir/CheckSymbolExists.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_9f034.dir/CheckSymbolExists.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_9f034
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9f034.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_9f034.dir/CheckSymbolExists.c.o -o cmTC_9f034
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
File /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <endian.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef htobe64
return ((int*)(&htobe64))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining size of pid_t passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_8b2cb/fast && /usr/bin/make -f CMakeFiles/cmTC_8b2cb.dir/build.make CMakeFiles/cmTC_8b2cb.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_8b2cb.dir/LIBVNCSERVER_PID_T.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_8b2cb.dir/LIBVNCSERVER_PID_T.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_PID_T.c
Linking C executable cmTC_8b2cb
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8b2cb.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_8b2cb.dir/LIBVNCSERVER_PID_T.c.o -o cmTC_8b2cb
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining size of size_t passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_ea842/fast && /usr/bin/make -f CMakeFiles/cmTC_ea842.dir/build.make CMakeFiles/cmTC_ea842.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_ea842.dir/LIBVNCSERVER_SIZE_T.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_ea842.dir/LIBVNCSERVER_SIZE_T.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_SIZE_T.c
Linking C executable cmTC_ea842
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ea842.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_ea842.dir/LIBVNCSERVER_SIZE_T.c.o -o cmTC_ea842
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining size of socklen_t passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_1cdfe/fast && /usr/bin/make -f CMakeFiles/cmTC_1cdfe.dir/build.make CMakeFiles/cmTC_1cdfe.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_1cdfe.dir/LIBVNCSERVER_SOCKLEN_T.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_1cdfe.dir/LIBVNCSERVER_SOCKLEN_T.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_SOCKLEN_T.c
Linking C executable cmTC_1cdfe
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1cdfe.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_1cdfe.dir/LIBVNCSERVER_SOCKLEN_T.c.o -o cmTC_1cdfe
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining size of in_addr_t passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_8cd55/fast && /usr/bin/make -f CMakeFiles/cmTC_8cd55.dir/build.make CMakeFiles/cmTC_8cd55.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_8cd55.dir/LIBVNCSERVER_IN_ADDR_T.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_8cd55.dir/LIBVNCSERVER_IN_ADDR_T.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/LIBVNCSERVER_IN_ADDR_T.c
Linking C executable cmTC_8cd55
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8cd55.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_8cd55.dir/LIBVNCSERVER_IN_ADDR_T.c.o -o cmTC_8cd55
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining size of unsigned short passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_29e02/fast && /usr/bin/make -f CMakeFiles/cmTC_29e02.dir/build.make CMakeFiles/cmTC_29e02.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_29e02.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_29e02.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c
Linking C executable cmTC_29e02
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29e02.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_29e02.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_29e02
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
Determining if the system is big endian passed with the following output:
Change Dir: /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_3668a/fast && /usr/bin/make -f CMakeFiles/cmTC_3668a.dir/build.make CMakeFiles/cmTC_3668a.dir/build
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 들어감
Building C object CMakeFiles/cmTC_3668a.dir/TestEndianess.c.o
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_3668a.dir/TestEndianess.c.o -c /home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp/TestEndianess.c
Linking C executable cmTC_3668a
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3668a.dir/link.txt --verbose=1
/opt/fsl-imx-wayland/5.10-hardknott/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc -mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux --sysroot=/opt/fsl-imx-wayland/5.10-hardknott/sysroots/cortexa53-crypto-poky-linux -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now CMakeFiles/cmTC_3668a.dir/TestEndianess.c.o -o cmTC_3668a
make[1]: 디렉터리 '/home/falinux/work/lse/lse_vnc/ext_dep/libvncserver/build/CMakeFiles/CMakeTmp' 나감
TestEndianess.c:
/* A 16 bit integer is required. */
typedef unsigned short cmakeint16;
/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN."
On a big endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000};
/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN."
On a little endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_little[argc];
require += info_big[argc];
(void)argv;
return require;
}