CMakeError.log 62.7 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
Build output check failed:
    Regex: 'argument .* is not valid'
    Output line: 'cc1: warning: ‘-Werror=’ argument ‘-Werror=non-virtual-dtor’ is not valid for C'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c'
    check option: ' -fsigned-char -W -Wall -Werror=return-type  -Werror=non-virtual-dtor'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_9d267/fast && /usr/bin/make -f CMakeFiles/cmTC_9d267.dir/build.make CMakeFiles/cmTC_9d267.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9d267.dir/src.c.o
/usr/bin/cc   -O3 -DNDEBUG -fPIE    -fsigned-char -W -Wall -Werror=return-type  -Werror=non-virtual-dtor -o CMakeFiles/cmTC_9d267.dir/src.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c
cc1: warning: ‘-Werror=’ argument ‘-Werror=non-virtual-dtor’ is not valid for C
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
Linking C executable cmTC_9d267
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d267.dir/link.txt --verbose=1
/usr/bin/cc   -O3 -DNDEBUG    CMakeFiles/cmTC_9d267.dir/src.c.o  -o cmTC_9d267 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Build output check failed:
    Regex: 'command[- ]line option .* is valid for .* but not for C\+\+'
    Output line: 'cc1plus: warning: command line option ‘-Wmissing-prototypes’ is valid for C/ObjC but not for C++'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx'
    check option: ' -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations  -Wmissing-prototypes'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_f68b5/fast && /usr/bin/make -f CMakeFiles/cmTC_f68b5.dir/build.make CMakeFiles/cmTC_f68b5.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f68b5.dir/src.cxx.o
/usr/bin/c++    -O3 -DNDEBUG -fPIE    -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations  -Wmissing-prototypes -std=c++11 -o CMakeFiles/cmTC_f68b5.dir/src.cxx.o -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx
cc1plus: warning: command line option ‘-Wmissing-prototypes’ is valid for C/ObjC but not for C++
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
Linking CXX executable cmTC_f68b5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f68b5.dir/link.txt --verbose=1
/usr/bin/c++    -O3 -DNDEBUG    CMakeFiles/cmTC_f68b5.dir/src.cxx.o  -o cmTC_f68b5 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Build output check failed:
    Regex: 'command[- ]line option .* is valid for .* but not for C\+\+'
    Output line: 'cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx'
    check option: ' -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations  -Wstrict-prototypes'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_3ace1/fast && /usr/bin/make -f CMakeFiles/cmTC_3ace1.dir/build.make CMakeFiles/cmTC_3ace1.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_3ace1.dir/src.cxx.o
/usr/bin/c++    -O3 -DNDEBUG -fPIE    -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations  -Wstrict-prototypes -std=c++11 -o CMakeFiles/cmTC_3ace1.dir/src.cxx.o -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
Linking CXX executable cmTC_3ace1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3ace1.dir/link.txt --verbose=1
/usr/bin/c++    -O3 -DNDEBUG    CMakeFiles/cmTC_3ace1.dir/src.cxx.o  -o cmTC_3ace1 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Build output check failed:
    Regex: 'command[- ]line option .* is valid for .* but not for C'
    Output line: 'cc1: warning: command line option ‘-Wsign-promo’ is valid for C++/ObjC++ but not for C'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c'
    check option: ' -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow  -Wsign-promo'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_d6ab8/fast && /usr/bin/make -f CMakeFiles/cmTC_d6ab8.dir/build.make CMakeFiles/cmTC_d6ab8.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d6ab8.dir/src.c.o
/usr/bin/cc   -O3 -DNDEBUG -fPIE    -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow  -Wsign-promo -o CMakeFiles/cmTC_d6ab8.dir/src.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c
cc1: warning: command line option ‘-Wsign-promo’ is valid for C++/ObjC++ but not for C
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
Linking C executable cmTC_d6ab8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6ab8.dir/link.txt --verbose=1
/usr/bin/cc   -O3 -DNDEBUG    CMakeFiles/cmTC_d6ab8.dir/src.c.o  -o cmTC_d6ab8 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Build output check failed:
    Regex: 'command[- ]line option .* is valid for .* but not for C'
    Output line: 'cc1: warning: command line option ‘-Wsuggest-override’ is valid for C++/ObjC++ but not for C'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c'
    check option: ' -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized  -Wsuggest-override'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_34b93/fast && /usr/bin/make -f CMakeFiles/cmTC_34b93.dir/build.make CMakeFiles/cmTC_34b93.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_34b93.dir/src.c.o
/usr/bin/cc   -O3 -DNDEBUG -fPIE    -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized  -Wsuggest-override -o CMakeFiles/cmTC_34b93.dir/src.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c
cc1: warning: command line option ‘-Wsuggest-override’ is valid for C++/ObjC++ but not for C
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
Linking C executable cmTC_34b93
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_34b93.dir/link.txt --verbose=1
/usr/bin/cc   -O3 -DNDEBUG    CMakeFiles/cmTC_34b93.dir/src.c.o  -o cmTC_34b93 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Build output check failed:
    Regex: 'command[- ]line option .* is valid for .* but not for C'
    Output line: 'cc1: warning: command line option ‘-Wno-delete-non-virtual-dtor’ is valid for C++/ObjC++ but not for C'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c'
    check option: ' -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized  -Wno-delete-non-virtual-dtor'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_fad08/fast && /usr/bin/make -f CMakeFiles/cmTC_fad08.dir/build.make CMakeFiles/cmTC_fad08.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fad08.dir/src.c.o
/usr/bin/cc   -O3 -DNDEBUG -fPIE    -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized  -Wno-delete-non-virtual-dtor -o CMakeFiles/cmTC_fad08.dir/src.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c
cc1: warning: command line option ‘-Wno-delete-non-virtual-dtor’ is valid for C++/ObjC++ but not for C
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
Linking C executable cmTC_fad08
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fad08.dir/link.txt --verbose=1
/usr/bin/cc   -O3 -DNDEBUG    CMakeFiles/cmTC_fad08.dir/src.c.o  -o cmTC_fad08 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Build output check failed:
    Regex: 'unrecognized .*option'
    Output line: 'cc1plus: warning: unrecognized command line option ‘-Wno-unnamed-type-template-args’'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx'
    check option: ' -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor  -Wno-unnamed-type-template-args'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_072b7/fast && /usr/bin/make -f CMakeFiles/cmTC_072b7.dir/build.make CMakeFiles/cmTC_072b7.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_072b7.dir/src.cxx.o
/usr/bin/c++    -O3 -DNDEBUG -fPIE    -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor  -Wno-unnamed-type-template-args -std=c++11 -o CMakeFiles/cmTC_072b7.dir/src.cxx.o -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
cc1plus: warning: unrecognized command line option ‘-Wno-unnamed-type-template-args’
Linking CXX executable cmTC_072b7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_072b7.dir/link.txt --verbose=1
/usr/bin/c++    -O3 -DNDEBUG    CMakeFiles/cmTC_072b7.dir/src.cxx.o  -o cmTC_072b7 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Build output check failed:
    Regex: 'unrecognized .*option'
    Output line: 'cc1: warning: unrecognized command line option ‘-Wno-unnamed-type-template-args’'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c'
    check option: ' -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized  -Wno-unnamed-type-template-args'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_9992c/fast && /usr/bin/make -f CMakeFiles/cmTC_9992c.dir/build.make CMakeFiles/cmTC_9992c.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9992c.dir/src.c.o
/usr/bin/cc   -O3 -DNDEBUG -fPIE    -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized  -Wno-unnamed-type-template-args -o CMakeFiles/cmTC_9992c.dir/src.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
cc1: warning: unrecognized command line option ‘-Wno-unnamed-type-template-args’
Linking C executable cmTC_9992c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9992c.dir/link.txt --verbose=1
/usr/bin/cc   -O3 -DNDEBUG    CMakeFiles/cmTC_9992c.dir/src.c.o  -o cmTC_9992c 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Build output check failed:
    Regex: 'command[- ]line option .* is valid for .* but not for C'
    Output line: 'cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c'
    check option: ' -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden  -fvisibility-inlines-hidden'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_c743a/fast && /usr/bin/make -f CMakeFiles/cmTC_c743a.dir/build.make CMakeFiles/cmTC_c743a.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c743a.dir/src.c.o
/usr/bin/cc   -O3 -DNDEBUG -fPIE    -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden  -fvisibility-inlines-hidden -o CMakeFiles/cmTC_c743a.dir/src.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c
cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
Linking C executable cmTC_c743a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c743a.dir/link.txt --verbose=1
/usr/bin/cc   -O3 -DNDEBUG    CMakeFiles/cmTC_c743a.dir/src.c.o  -o cmTC_c743a 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Build output check failed:
    Regex: 'unrecognized .*option'
    Output line: 'cc1: warning: unrecognized command line option ‘-Wno-shorten-64-to-32’'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c'
    check option: ' -Wno-shorten-64-to-32'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_d4be4/fast && /usr/bin/make -f CMakeFiles/cmTC_d4be4.dir/build.make CMakeFiles/cmTC_d4be4.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d4be4.dir/src.c.o
/usr/bin/cc   -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -Wno-unused-parameter -Wno-sign-compare  -O3 -DNDEBUG  -DNDEBUG -fPIE    -Wno-shorten-64-to-32 -o CMakeFiles/cmTC_d4be4.dir/src.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
cc1: warning: unrecognized command line option ‘-Wno-shorten-64-to-32’
Linking C executable cmTC_d4be4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d4be4.dir/link.txt --verbose=1
/usr/bin/cc    -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -Wno-unused-parameter -Wno-sign-compare  -O3 -DNDEBUG  -DNDEBUG    -Wl,--gc-sections -Wl,--as-needed  CMakeFiles/cmTC_d4be4.dir/src.c.o  -o cmTC_d4be4 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Determining if the include file io.h exists failed with the following output:
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_3caa0/fast && /usr/bin/make -f CMakeFiles/cmTC_3caa0.dir/build.make CMakeFiles/cmTC_3caa0.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3caa0.dir/CheckIncludeFile.c.o
/usr/bin/cc   -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden  -O3 -DNDEBUG  -DNDEBUG -fPIE   -o CMakeFiles/cmTC_3caa0.dir/CheckIncludeFile.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: io.h: No such file or directory
    1 | #include <io.h>
      |          ^~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_3caa0.dir/build.make:66: CMakeFiles/cmTC_3caa0.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_3caa0/fast] Error 2



Determining size of INT8 failed with the following output:
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_cd4eb/fast && /usr/bin/make -f CMakeFiles/cmTC_cd4eb.dir/build.make CMakeFiles/cmTC_cd4eb.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_cd4eb.dir/int8.c.o
/usr/bin/cc   -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden  -O3 -DNDEBUG  -DNDEBUG -fPIE   -o CMakeFiles/cmTC_cd4eb.dir/int8.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CheckTypeSize/int8.c
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CheckTypeSize/int8.c:23:22: error: ‘INT8’ undeclared here (not in a function); did you mean ‘INT8_C’?
   23 | #define SIZE (sizeof(INT8))
      |                      ^~~~
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CheckTypeSize/int8.c:25:12: note: in expansion of macro ‘SIZE’
   25 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
make[1]: *** [CMakeFiles/cmTC_cd4eb.dir/build.make:66: CMakeFiles/cmTC_cd4eb.dir/int8.c.o] Error 1
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_cd4eb/fast] Error 2


/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CheckTypeSize/int8.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>


#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif

#define SIZE (sizeof(INT8))
static char info_size[] =  {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  ('0' + ((SIZE / 10000)%10)),
  ('0' + ((SIZE / 1000)%10)),
  ('0' + ((SIZE / 100)%10)),
  ('0' + ((SIZE / 10)%10)),
  ('0' +  (SIZE    % 10)),
  ']',
#ifdef KEY
  ' ','k','e','y','[', KEY, ']',
#endif
  '\0'};

#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
  int require = 0;
  require += info_size[argc];
  (void)argv;
  return require;
}


Determining size of INT16 failed with the following output:
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_e0582/fast && /usr/bin/make -f CMakeFiles/cmTC_e0582.dir/build.make CMakeFiles/cmTC_e0582.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e0582.dir/int16.c.o
/usr/bin/cc   -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden  -O3 -DNDEBUG  -DNDEBUG -fPIE   -o CMakeFiles/cmTC_e0582.dir/int16.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CheckTypeSize/int16.c
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CheckTypeSize/int16.c:23:22: error: ‘INT16’ undeclared here (not in a function); did you mean ‘INT16_C’?
   23 | #define SIZE (sizeof(INT16))
      |                      ^~~~~
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CheckTypeSize/int16.c:25:12: note: in expansion of macro ‘SIZE’
   25 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
make[1]: *** [CMakeFiles/cmTC_e0582.dir/build.make:66: CMakeFiles/cmTC_e0582.dir/int16.c.o] Error 1
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_e0582/fast] Error 2


/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CheckTypeSize/int16.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>


#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif

#define SIZE (sizeof(INT16))
static char info_size[] =  {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  ('0' + ((SIZE / 10000)%10)),
  ('0' + ((SIZE / 1000)%10)),
  ('0' + ((SIZE / 100)%10)),
  ('0' + ((SIZE / 10)%10)),
  ('0' +  (SIZE    % 10)),
  ']',
#ifdef KEY
  ' ','k','e','y','[', KEY, ']',
#endif
  '\0'};

#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
  int require = 0;
  require += info_size[argc];
  (void)argv;
  return require;
}


Determining size of INT32 failed with the following output:
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_2e0ee/fast && /usr/bin/make -f CMakeFiles/cmTC_2e0ee.dir/build.make CMakeFiles/cmTC_2e0ee.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2e0ee.dir/int32.c.o
/usr/bin/cc   -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden  -O3 -DNDEBUG  -DNDEBUG -fPIE   -o CMakeFiles/cmTC_2e0ee.dir/int32.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CheckTypeSize/int32.c
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CheckTypeSize/int32.c:23:22: error: ‘INT32’ undeclared here (not in a function); did you mean ‘INT32_C’?
   23 | #define SIZE (sizeof(INT32))
      |                      ^~~~~
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CheckTypeSize/int32.c:25:12: note: in expansion of macro ‘SIZE’
   25 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
make[1]: *** [CMakeFiles/cmTC_2e0ee.dir/build.make:66: CMakeFiles/cmTC_2e0ee.dir/int32.c.o] Error 1
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_2e0ee/fast] Error 2


/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CheckTypeSize/int32.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>


#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif

#define SIZE (sizeof(INT32))
static char info_size[] =  {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  ('0' + ((SIZE / 10000)%10)),
  ('0' + ((SIZE / 1000)%10)),
  ('0' + ((SIZE / 100)%10)),
  ('0' + ((SIZE / 10)%10)),
  ('0' +  (SIZE    % 10)),
  ']',
#ifdef KEY
  ' ','k','e','y','[', KEY, ']',
#endif
  '\0'};

#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
  int require = 0;
  require += info_size[argc];
  (void)argv;
  return require;
}


Determining if the function setmode exists failed with the following output:
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_8f027/fast && /usr/bin/make -f CMakeFiles/cmTC_8f027.dir/build.make CMakeFiles/cmTC_8f027.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8f027.dir/CheckFunctionExists.c.o
/usr/bin/cc   -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -DCHECK_FUNCTION_EXISTS=setmode -O3 -DNDEBUG  -DNDEBUG -fPIE   -o CMakeFiles/cmTC_8f027.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
Linking C executable cmTC_8f027
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8f027.dir/link.txt --verbose=1
/usr/bin/cc    -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -DCHECK_FUNCTION_EXISTS=setmode -O3 -DNDEBUG  -DNDEBUG    -Wl,--gc-sections -Wl,--as-needed  CMakeFiles/cmTC_8f027.dir/CheckFunctionExists.c.o  -o cmTC_8f027 
/usr/bin/ld: CMakeFiles/cmTC_8f027.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup.main+0x10): undefined reference to `setmode'
collect2: error: ld returned 1 exit status
make[1]: *** [CMakeFiles/cmTC_8f027.dir/build.make:87: cmTC_8f027] Error 1
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_8f027/fast] Error 2



Build output check failed:
    Regex: 'command[- ]line option .* is valid for .* but not for C\+\+'
    Output line: 'cc1plus: warning: command line option ‘-Wno-missing-prototypes’ is valid for C/ObjC but not for C++'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx'
    check option: ' -Wno-missing-prototypes'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_6386f/fast && /usr/bin/make -f CMakeFiles/cmTC_6386f.dir/build.make CMakeFiles/cmTC_6386f.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_6386f.dir/src.cxx.o
/usr/bin/c++    -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-missing-declarations -Wno-unused-parameter  -O3 -DNDEBUG  -DNDEBUG -fPIE    -Wno-missing-prototypes -std=c++11 -o CMakeFiles/cmTC_6386f.dir/src.cxx.o -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx
cc1plus: warning: command line option ‘-Wno-missing-prototypes’ is valid for C/ObjC but not for C++
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
Linking CXX executable cmTC_6386f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6386f.dir/link.txt --verbose=1
/usr/bin/c++     -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-missing-declarations -Wno-unused-parameter  -O3 -DNDEBUG  -DNDEBUG    -Wl,--gc-sections -Wl,--as-needed  CMakeFiles/cmTC_6386f.dir/src.cxx.o  -o cmTC_6386f 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Build output check failed:
    Regex: 'unrecognized .*option'
    Output line: 'cc1: warning: unrecognized command line option ‘-Wno-implicit-const-int-float-conversion’'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c'
    check option: ' -Wno-implicit-const-int-float-conversion'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_5bc9f/fast && /usr/bin/make -f CMakeFiles/cmTC_5bc9f.dir/build.make CMakeFiles/cmTC_5bc9f.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5bc9f.dir/src.c.o
/usr/bin/cc   -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden  -O3 -DNDEBUG  -DNDEBUG -fPIE    -Wno-implicit-const-int-float-conversion -o CMakeFiles/cmTC_5bc9f.dir/src.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.c:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
cc1: warning: unrecognized command line option ‘-Wno-implicit-const-int-float-conversion’
Linking C executable cmTC_5bc9f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5bc9f.dir/link.txt --verbose=1
/usr/bin/cc    -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden  -O3 -DNDEBUG  -DNDEBUG    -Wl,--gc-sections -Wl,--as-needed  CMakeFiles/cmTC_5bc9f.dir/src.c.o  -o cmTC_5bc9f 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Determining if the _aligned_malloc exist failed with the following output:
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_74048/fast && /usr/bin/make -f CMakeFiles/cmTC_74048.dir/build.make CMakeFiles/cmTC_74048.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_74048.dir/CheckSymbolExists.c.o
/usr/bin/cc   -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden  -O3 -DNDEBUG  -DNDEBUG -fPIE   -o CMakeFiles/cmTC_74048.dir/CheckSymbolExists.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘_aligned_malloc’ undeclared (first use in this function)
    8 |   return ((int*)(&_aligned_malloc))[argc];
      |                   ^~~~~~~~~~~~~~~
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:4:14: warning: parameter ‘argc’ set but not used [-Wunused-but-set-parameter]
    4 | int main(int argc, char** argv)
      |          ~~~~^~~~
make[1]: *** [CMakeFiles/cmTC_74048.dir/build.make:66: CMakeFiles/cmTC_74048.dir/CheckSymbolExists.c.o] Error 1
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_74048/fast] Error 2


File /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <malloc.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef _aligned_malloc
  return ((int*)(&_aligned_malloc))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Build output check failed:
    Regex: 'unrecognized .*option'
    Output line: 'cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx'
    check option: ' -Wno-inconsistent-missing-override'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_8af25/fast && /usr/bin/make -f CMakeFiles/cmTC_8af25.dir/build.make CMakeFiles/cmTC_8af25.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8af25.dir/src.cxx.o
/usr/bin/c++    -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wsign-promo -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shadow -Wno-unused -Wno-sign-compare -Wno-undef -Wno-missing-declarations -Wno-uninitialized -Wno-switch -Wno-parentheses -Wno-array-bounds -Wno-extra -Wno-deprecated-declarations -Wno-misleading-indentation -Wno-deprecated -Wno-suggest-override  -O3 -DNDEBUG  -DNDEBUG -fPIE    -Wno-inconsistent-missing-override -std=c++11 -o CMakeFiles/cmTC_8af25.dir/src.cxx.o -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’
Linking CXX executable cmTC_8af25
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8af25.dir/link.txt --verbose=1
/usr/bin/c++     -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wsign-promo -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shadow -Wno-unused -Wno-sign-compare -Wno-undef -Wno-missing-declarations -Wno-uninitialized -Wno-switch -Wno-parentheses -Wno-array-bounds -Wno-extra -Wno-deprecated-declarations -Wno-misleading-indentation -Wno-deprecated -Wno-suggest-override  -O3 -DNDEBUG  -DNDEBUG    -Wl,--gc-sections -Wl,--as-needed  CMakeFiles/cmTC_8af25.dir/src.cxx.o  -o cmTC_8af25 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Build output check failed:
    Regex: 'unrecognized .*option'
    Output line: 'cc1plus: warning: unrecognized command line option ‘-Wno-implicit-const-int-float-conversion’'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx'
    check option: ' -Wno-implicit-const-int-float-conversion'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_b4338/fast && /usr/bin/make -f CMakeFiles/cmTC_b4338.dir/build.make CMakeFiles/cmTC_b4338.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b4338.dir/src.cxx.o
/usr/bin/c++    -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wsign-promo -Wno-delete-non-virtual-dtor -Wno-comment -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shadow -Wno-unused -Wno-sign-compare -Wno-undef -Wno-missing-declarations -Wno-uninitialized -Wno-switch -Wno-parentheses -Wno-array-bounds -Wno-extra -Wno-deprecated-declarations -Wno-misleading-indentation -Wno-deprecated -Wno-suggest-override -Wno-implicit-fallthrough -Wno-tautological-compare -Wno-reorder -Wno-unused-result  -O3 -DNDEBUG  -DNDEBUG -fPIE    -Wno-implicit-const-int-float-conversion -std=c++11 -o CMakeFiles/cmTC_b4338.dir/src.cxx.o -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
cc1plus: warning: unrecognized command line option ‘-Wno-implicit-const-int-float-conversion’
Linking CXX executable cmTC_b4338
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b4338.dir/link.txt --verbose=1
/usr/bin/c++     -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wsign-promo -Wno-delete-non-virtual-dtor -Wno-comment -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shadow -Wno-unused -Wno-sign-compare -Wno-undef -Wno-missing-declarations -Wno-uninitialized -Wno-switch -Wno-parentheses -Wno-array-bounds -Wno-extra -Wno-deprecated-declarations -Wno-misleading-indentation -Wno-deprecated -Wno-suggest-override -Wno-implicit-fallthrough -Wno-tautological-compare -Wno-reorder -Wno-unused-result  -O3 -DNDEBUG  -DNDEBUG    -Wl,--gc-sections -Wl,--as-needed  CMakeFiles/cmTC_b4338.dir/src.cxx.o  -o cmTC_b4338 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Determining if the function sgemm_ exists failed with the following output:
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_4d4e5/fast && /usr/bin/make -f CMakeFiles/cmTC_4d4e5.dir/build.make CMakeFiles/cmTC_4d4e5.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4d4e5.dir/CheckFunctionExists.c.o
/usr/bin/cc   -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -DCHECK_FUNCTION_EXISTS=sgemm_ -O3 -DNDEBUG  -DNDEBUG -fPIE   -o CMakeFiles/cmTC_4d4e5.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
Linking C executable cmTC_4d4e5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4d4e5.dir/link.txt --verbose=1
/usr/bin/cc    -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -DCHECK_FUNCTION_EXISTS=sgemm_ -O3 -DNDEBUG  -DNDEBUG    -Wl,--gc-sections -Wl,--as-needed  CMakeFiles/cmTC_4d4e5.dir/CheckFunctionExists.c.o  -o cmTC_4d4e5 
/usr/bin/ld: CMakeFiles/cmTC_4d4e5.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup.main+0x10): undefined reference to `sgemm_'
collect2: error: ld returned 1 exit status
make[1]: *** [CMakeFiles/cmTC_4d4e5.dir/build.make:87: cmTC_4d4e5] Error 1
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_4d4e5/fast] Error 2



Determining if the function cheev_ exists failed with the following output:
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_1c9b1/fast && /usr/bin/make -f CMakeFiles/cmTC_1c9b1.dir/build.make CMakeFiles/cmTC_1c9b1.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1c9b1.dir/CheckFunctionExists.c.o
/usr/bin/cc   -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -DCHECK_FUNCTION_EXISTS=cheev_ -O3 -DNDEBUG  -DNDEBUG -fPIE   -o CMakeFiles/cmTC_1c9b1.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
Linking C executable cmTC_1c9b1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1c9b1.dir/link.txt --verbose=1
/usr/bin/cc    -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -DCHECK_FUNCTION_EXISTS=cheev_ -O3 -DNDEBUG  -DNDEBUG    -Wl,--gc-sections -Wl,--as-needed  CMakeFiles/cmTC_1c9b1.dir/CheckFunctionExists.c.o  -o cmTC_1c9b1  /usr/lib/x86_64-linux-gnu/libblas.so 
/usr/bin/ld: CMakeFiles/cmTC_1c9b1.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup.main+0x10): undefined reference to `cheev_'
collect2: error: ld returned 1 exit status
make[1]: *** [CMakeFiles/cmTC_1c9b1.dir/build.make:88: cmTC_1c9b1] Error 1
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_1c9b1/fast] Error 2



Build output check failed:
    Regex: 'unrecognized .*option'
    Output line: 'cc1plus: warning: unrecognized command line option ‘-Wno-tautological-undefined-compare’'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx'
    check option: ' -Wno-tautological-undefined-compare'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_61ca0/fast && /usr/bin/make -f CMakeFiles/cmTC_61ca0.dir/build.make CMakeFiles/cmTC_61ca0.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_61ca0.dir/src.cxx.o
/usr/bin/c++    -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef  -O3 -DNDEBUG  -DNDEBUG -fPIE    -Wno-tautological-undefined-compare -std=c++11 -o CMakeFiles/cmTC_61ca0.dir/src.cxx.o -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
cc1plus: warning: unrecognized command line option ‘-Wno-tautological-undefined-compare’
Linking CXX executable cmTC_61ca0
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_61ca0.dir/link.txt --verbose=1
/usr/bin/c++     -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef  -O3 -DNDEBUG  -DNDEBUG    -Wl,--gc-sections -Wl,--as-needed  CMakeFiles/cmTC_61ca0.dir/src.cxx.o  -o cmTC_61ca0 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Build output check failed:
    Regex: 'unrecognized .*option'
    Output line: 'cc1plus: warning: unrecognized command line option ‘-Wno-shorten-64-to-32’'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx'
    check option: ' -Wno-shorten-64-to-32'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_cbb69/fast && /usr/bin/make -f CMakeFiles/cmTC_cbb69.dir/build.make CMakeFiles/cmTC_cbb69.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_cbb69.dir/src.cxx.o
/usr/bin/c++    -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable  -O3 -DNDEBUG  -DNDEBUG -fPIE    -Wno-shorten-64-to-32 -std=c++11 -o CMakeFiles/cmTC_cbb69.dir/src.cxx.o -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
cc1plus: warning: unrecognized command line option ‘-Wno-shorten-64-to-32’
Linking CXX executable cmTC_cbb69
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cbb69.dir/link.txt --verbose=1
/usr/bin/c++     -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable  -O3 -DNDEBUG  -DNDEBUG    -Wl,--gc-sections -Wl,--as-needed  CMakeFiles/cmTC_cbb69.dir/src.cxx.o  -o cmTC_cbb69 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Build output check failed:
    Regex: 'unrecognized .*option'
    Output line: 'cc1plus: warning: unrecognized command line option ‘-Wno-enum-compare-switch’'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx'
    check option: ' -Wno-enum-compare-switch'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_6fbae/fast && /usr/bin/make -f CMakeFiles/cmTC_6fbae.dir/build.make CMakeFiles/cmTC_6fbae.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_6fbae.dir/src.cxx.o
/usr/bin/c++    -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-invalid-offsetof  -O3 -DNDEBUG  -DNDEBUG -fPIE    -Wno-enum-compare-switch -std=c++11 -o CMakeFiles/cmTC_6fbae.dir/src.cxx.o -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
cc1plus: warning: unrecognized command line option ‘-Wno-enum-compare-switch’
Linking CXX executable cmTC_6fbae
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6fbae.dir/link.txt --verbose=1
/usr/bin/c++     -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-invalid-offsetof  -O3 -DNDEBUG  -DNDEBUG    -Wl,--gc-sections -Wl,--as-needed  CMakeFiles/cmTC_6fbae.dir/src.cxx.o  -o cmTC_6fbae 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====

Determining if the include file sys/videoio.h exists failed with the following output:
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_982d2/fast && /usr/bin/make -f CMakeFiles/cmTC_982d2.dir/build.make CMakeFiles/cmTC_982d2.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_982d2.dir/CheckIncludeFile.c.o
/usr/bin/cc   -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden  -O3 -DNDEBUG  -DNDEBUG -fPIE   -o CMakeFiles/cmTC_982d2.dir/CheckIncludeFile.c.o   -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/videoio.h: No such file or directory
    1 | #include <sys/videoio.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_982d2.dir/build.make:66: CMakeFiles/cmTC_982d2.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_982d2/fast] Error 2



Build output check failed:
    Regex: 'unrecognized .*option'
    Output line: 'cc1plus: warning: unrecognized command line option ‘-Wno-unused-private-field’'
Compilation failed:
    source file: '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx'
    check option: ' -Wno-unused-private-field'
===== BUILD LOG =====
Change Dir: /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_d634b/fast && /usr/bin/make -f CMakeFiles/cmTC_d634b.dir/build.make CMakeFiles/cmTC_d634b.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d634b.dir/src.cxx.o
/usr/bin/c++    -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-function -Wno-deprecated-declarations -Wno-overloaded-virtual  -O3 -DNDEBUG  -DNDEBUG -fPIE    -Wno-unused-private-field -std=c++11 -o CMakeFiles/cmTC_d634b.dir/src.cxx.o -c /home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx
/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp/src.cxx:1: warning: ignoring #pragma   [-Wunknown-pragmas]
    1 | #pragma
      | 
cc1plus: warning: unrecognized command line option ‘-Wno-unused-private-field’
Linking CXX executable cmTC_d634b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d634b.dir/link.txt --verbose=1
/usr/bin/c++     -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections  -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-function -Wno-deprecated-declarations -Wno-overloaded-virtual  -O3 -DNDEBUG  -DNDEBUG    -Wl,--gc-sections -Wl,--as-needed  CMakeFiles/cmTC_d634b.dir/src.cxx.o  -o cmTC_d634b 
make[1]: Leaving directory '/home/cmhu/vpt_ascend/3rdparty/opencv-4.5.4/build/CMakeFiles/CMakeTmp'


===== END =====