This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Edgeai-tidl-tools : Benchmark on TI SOC - make -j error

Part Number: TDA4VM


Tool/software:

Hi, 

I am working on TDA4VM EVM  for the first time. I have to work offline on my host PC (Ubuntu 22.04) with Python 3.10 and I'm using the latest version of SDK 10_00_00_05. I followed the steps from the Vision Apps tutorial: 

https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/10_00_00_05/exports/docs/vision_apps/docs/user_guide/index.html

Now, I'm trying to run inference on target development board following this tuto : 

GitHub - TexasInstruments/edgeai-tidl-tools: Edgeai TIDL Tools and Examples - This repository contains Tools and example developed for Deep learning runtime (DLRT) offering provided by TI’s edge AI solutions.

root@j721e-evm:/opt/edgeai-tidl-tools-master# ls -l
total 96
-rw-r--r--  1 root root  2936 Oct 17 07:12 LICENSE
-rw-r--r--  1 root root 14434 Oct 17 07:12 README.md
drwxr-xr-x  2 root root  4096 Nov 15 10:29 build
drwxr-xr-x  4 root root  4096 Oct 17 07:12 dockers
drwxr-xr-x  3 root root  4096 Oct 17 07:12 docs
-rwxr-xr-x  1 root root  1227 Oct 17 07:12 entrypoint.sh
drwxr-xr-x  8 root root  4096 Oct 17 07:12 examples
drwxrwxr-x 13 root root  4096 Nov 14 12:47 model-artifacts
drwxrwxr-x  3 root root  4096 Nov 14 10:26 models
-rw-r--r--  1 root root   230 Oct 17 07:12 requirements_pc.txt
drwxr-xr-x  6 root root  4096 Oct 17 07:12 scripts
-rwxr-xr-x  1 root root 22811 Oct 17 07:12 setup.sh
-rwxr-xr-x  1 root root 10936 Oct 17 07:12 setup_target_device.sh
drwxr-xr-x 12 root root  4096 Oct 17 07:12 test_data
root@j721e-evm:/opt/edgeai-tidl-tools-master# cd models/
root@j721e-evm:/opt/edgeai-tidl-tools-master/models# ls public/
deeplabv3_mnv2_ade20k_float.tflite  mobilenet_v1_1.0_224.tflite  resnet18_opset9.onnx		    ssd_mobilenet_v2_300_float.tflite
deeplabv3lite_mobilenetv2.onnx	    mobilenetv2-1.0.onnx	 ssd-lite_mobilenetv2_fpn.onnx	    ssdlite_mobiledet_dsp_320x320_coco_20200519.prototxt
inception_v3.tflite		    mobilenetv3_large_100.onnx	 ssd-lite_mobilenetv2_fpn.prototxt  ssdlite_mobiledet_dsp_320x320_coco_20200519.tflite
root@j721e-evm:/opt/edgeai-tidl-tools-master/models# cd ..
root@j721e-evm:/opt/edgeai-tidl-tools-master# export SOC=j721e
root@j721e-evm:/opt/edgeai-tidl-tools-master# export TIDL_TOOLS_PATH=$(pwd)
root@j721e-evm:/opt/edgeai-tidl-tools-master# cd build/
root@j721e-evm:/opt/edgeai-tidl-tools-master/build# cmake ../examples && make -j && cd ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 13.3.0
-- The CXX compiler identification is GNU 13.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning (dev) at CMakeLists.txt:5 (exec_program):
  Policy CMP0153 is not set: The exec_program command should not be called.
  Run "cmake --help-policy CMP0153" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Use execute_process() instead.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Detected processor: aarch64
-- TARGET_DEVICE setting to: j721e
-- TARGET_CPU not specicfied using arm 
CMake Deprecation Warning at osrt_cpp/post_process/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = edgeai_tidl_examples
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/pre_process/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = edgeai_tidl_examples
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/utils/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = edgeai_tidl_examples
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/tfl/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = tfl_main
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/advanced_examples/tfl/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = tfl_priority_scheduling
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/advanced_examples/ort/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = ort_priority_scheduling
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/advanced_examples/utils/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = edgeai_tidl_examples
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at tidlrt_cpp/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = tidlrt_clasification
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/dlr/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = dlr_main
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at tidlrt_cpp/advanced_examples/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = tidlrt_priority_scheduling
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/ort/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = ort_main
native compiling for TARGET_DEVICE:j721e 
-- Configuring done (3.1s)
-- Generating done (0.1s)
-- Build files have been written to: /opt/edgeai-tidl-tools-master/build
[  3%] Building CXX object osrt_cpp/post_process/CMakeFiles/post_process.dir/post_process.cpp.o
[  6%] Building CXX object osrt_cpp/utils/CMakeFiles/utils.dir/src/utility_functs.cpp.o
[ 10%] Building CXX object osrt_cpp/advanced_examples/utils/CMakeFiles/utils_adv.dir/src/arg_parsing.cpp.o
[ 13%] Building CXX object osrt_cpp/pre_process/CMakeFiles/pre_process.dir/pre_process.cpp.o
[ 16%] Building CXX object osrt_cpp/utils/CMakeFiles/utils.dir/src/model_info.cpp.o
[ 20%] Building CXX object osrt_cpp/utils/CMakeFiles/utils.dir/src/ti_logger.cpp.o
[ 30%] Building CXX object osrt_cpp/utils/CMakeFiles/utils.dir/src/arg_parsing.cpp.o
[ 23%] Building CXX object osrt_cpp/utils/CMakeFiles/utils.dir/src/edgeai_classnames.cpp.o
[ 26%] Building CXX object osrt_cpp/advanced_examples/utils/CMakeFiles/utils_adv.dir/src/print_utils.cpp.o
[ 33%] Building CXX object osrt_cpp/utils/CMakeFiles/utils.dir/src/supportLib.cpp.o
[ 36%] Building CXX object osrt_cpp/utils/CMakeFiles/utils.dir/src/pbPlots.cpp.o
[ 40%] Linking CXX static library /opt/edgeai-tidl-tools-master/lib/Release/libutils_adv.a
[ 40%] Built target utils_adv
In file included from /usr/include/c++/13.3.0/bits/specfun.h:43,
                 from /usr/include/c++/13.3.0/cmath:3699,
                 from /opt/edgeai-tidl-tools-master/examples/osrt_cpp/utils/src/../include/pbPlots.hpp:3,
                 from /opt/edgeai-tidl-tools-master/examples/osrt_cpp/utils/src/pbPlots.cpp:3:
In static member function 'static _Up* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(_Tp*, _Tp*, _Up*) [with _Tp = const wchar_t; _Up = wchar_t; bool _IsMove = false]',
    inlined from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:506:30,
    inlined from '_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:533:42,
    inlined from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:540:31,
    inlined from '_OI std::copy(_II, _II, _OI) [with _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:633:7,
    inlined from 'static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:147:27,
    inlined from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:185:15,
    inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*; _Tp = wchar_t]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:373:37,
    inlined from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = const wchar_t*; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:1695:33,
    inlined from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = const wchar_t*; <template-parameter-2-2> = void; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:711:23,
    inlined from 'ScatterPlotSettings* GetDefaultScatterPlotSettings()' at /opt/edgeai-tidl-tools-master/examples/osrt_cpp/utils/src/pbPlots.cpp:525:21:
/usr/include/c++/13.3.0/bits/stl_algobase.h:437:30: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' reading between 5 and 9223372036854775804 bytes from a region of size 4 [-Wstringop-overread]
  437 |             __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In static member function 'static _Up* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(_Tp*, _Tp*, _Up*) [with _Tp = const wchar_t; _Up = wchar_t; bool _IsMove = false]',
    inlined from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:506:30,
    inlined from '_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:533:42,
    inlined from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:540:31,
    inlined from '_OI std::copy(_II, _II, _OI) [with _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:633:7,
    inlined from 'static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:147:27,
    inlined from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:185:15,
    inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*; _Tp = wchar_t]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:373:37,
    inlined from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = const wchar_t*; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:1695:33,
    inlined from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = const wchar_t*; <template-parameter-2-2> = void; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:711:23,
    inlined from 'ScatterPlotSettings* GetDefaultScatterPlotSettings()' at /opt/edgeai-tidl-tools-master/examples/osrt_cpp/utils/src/pbPlots.cpp:526:22:
/usr/include/c++/13.3.0/bits/stl_algobase.h:437:30: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' reading between 5 and 9223372036854775804 bytes from a region of size 4 [-Wstringop-overread]
  437 |             __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In static member function 'static _Up* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(_Tp*, _Tp*, _Up*) [with _Tp = const wchar_t; _Up = wchar_t; bool _IsMove = false]',
    inlined from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:506:30,
    inlined from '_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:533:42,
    inlined from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:540:31,
    inlined from '_OI std::copy(_II, _II, _OI) [with _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:633:7,
    inlined from 'static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:147:27,
    inlined from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:185:15,
    inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*; _Tp = wchar_t]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:373:37,
    inlined from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = const wchar_t*; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:1695:33,
    inlined from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = const wchar_t*; <template-parameter-2-2> = void; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:711:23,
    inlined from 'ScatterPlotSettings* GetDefaultScatterPlotSettings()' at /opt/edgeai-tidl-tools-master/examples/osrt_cpp/utils/src/pbPlots.cpp:527:22:
/usr/include/c++/13.3.0/bits/stl_algobase.h:437:30: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' reading between 5 and 9223372036854775804 bytes from a region of size 4 [-Wstringop-overread]
  437 |             __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In static member function 'static _Up* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(_Tp*, _Tp*, _Up*) [with _Tp = const wchar_t; _Up = wchar_t; bool _IsMove = false]',
    inlined from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:506:30,
    inlined from '_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:533:42,
    inlined from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:540:31,
    inlined from '_OI std::copy(_II, _II, _OI) [with _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:633:7,
    inlined from 'static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:147:27,
    inlined from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:185:15,
    inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*; _Tp = wchar_t]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:373:37,
    inlined from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = const wchar_t*; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:1695:33,
    inlined from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = const wchar_t*; <template-parameter-2-2> = void; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:711:23,
    inlined from 'BarPlotSettings* GetDefaultBarPlotSettings()' at /opt/edgeai-tidl-tools-master/examples/osrt_cpp/utils/src/pbPlots.cpp:1084:21:
/usr/include/c++/13.3.0/bits/stl_algobase.h:437:30: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' reading between 5 and 9223372036854775804 bytes from a region of size 4 [-Wstringop-overread]
  437 |             __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In static member function 'static _Up* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(_Tp*, _Tp*, _Up*) [with _Tp = const wchar_t; _Up = wchar_t; bool _IsMove = false]',
    inlined from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:506:30,
    inlined from '_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:533:42,
    inlined from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:540:31,
    inlined from '_OI std::copy(_II, _II, _OI) [with _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:633:7,
    inlined from 'static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:147:27,
    inlined from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:185:15,
    inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*; _Tp = wchar_t]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:373:37,
    inlined from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = const wchar_t*; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:1695:33,
    inlined from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = const wchar_t*; <template-parameter-2-2> = void; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:711:23,
    inlined from 'BarPlotSettings* GetDefaultBarPlotSettings()' at /opt/edgeai-tidl-tools-master/examples/osrt_cpp/utils/src/pbPlots.cpp:1085:22:
/usr/include/c++/13.3.0/bits/stl_algobase.h:437:30: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' reading between 5 and 9223372036854775804 bytes from a region of size 4 [-Wstringop-overread]
  437 |             __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 43%] Linking CXX static library /opt/edgeai-tidl-tools-master/lib/Release/libpre_process.a
[ 43%] Built target pre_process
In static member function 'static _Up* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(_Tp*, _Tp*, _Up*) [with _Tp = const wchar_t; _Up = wchar_t; bool _IsMove = false]',
    inlined from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:506:30,
    inlined from '_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:533:42,
    inlined from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:540:31,
    inlined from '_OI std::copy(_II, _II, _OI) [with _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:633:7,
    inlined from 'static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:147:27,
    inlined from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:185:15,
    inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*; _Tp = wchar_t]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:373:37,
    inlined from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = const wchar_t*; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:1695:33,
    inlined from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = const wchar_t*; <template-parameter-2-2> = void; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:711:23,
    inlined from 'void TestMapping(NumberReference*)' at /opt/edgeai-tidl-tools-master/examples/osrt_cpp/utils/src/pbPlots.cpp:1539:40:
/usr/include/c++/13.3.0/bits/stl_algobase.h:437:30: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' reading between 5 and 9223372036854775804 bytes from a region of size 4 [-Wstringop-overread]
  437 |             __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In static member function 'static _Up* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(_Tp*, _Tp*, _Up*) [with _Tp = const wchar_t; _Up = wchar_t; bool _IsMove = false]',
    inlined from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:506:30,
    inlined from '_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:533:42,
    inlined from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:540:31,
    inlined from '_OI std::copy(_II, _II, _OI) [with _II = const wchar_t*; _OI = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_algobase.h:633:7,
    inlined from 'static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:147:27,
    inlined from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:185:15,
    inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = const wchar_t*; _ForwardIterator = wchar_t*; _Tp = wchar_t]' at /usr/include/c++/13.3.0/bits/stl_uninitialized.h:373:37,
    inlined from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = const wchar_t*; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:1695:33,
    inlined from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = const wchar_t*; <template-parameter-2-2> = void; _Tp = wchar_t; _Alloc = std::allocator<wchar_t>]' at /usr/include/c++/13.3.0/bits/stl_vector.h:711:23,
    inlined from 'double test()' at /opt/edgeai-tidl-tools-master/examples/osrt_cpp/utils/src/pbPlots.cpp:1459:40:
/usr/include/c++/13.3.0/bits/stl_algobase.h:437:30: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' reading between 5 and 9223372036854775804 bytes from a region of size 4 [-Wstringop-overread]
  437 |             __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 46%] Linking CXX static library /opt/edgeai-tidl-tools-master/lib/Release/libutils.a
[ 46%] Built target utils
[ 50%] Linking CXX static library /opt/edgeai-tidl-tools-master/lib/Release/libpost_process.a
[ 50%] Built target post_process
[ 53%] Building CXX object osrt_cpp/tfl/CMakeFiles/tfl_main.dir/tfl_main.cpp.o
[ 56%] Building CXX object osrt_cpp/advanced_examples/tfl/CMakeFiles/tfl_priority_scheduling.dir/tfl_priority_scheduling.cpp.o
[ 60%] Building CXX object tidlrt_cpp/advanced_examples/CMakeFiles/tidlrt_priority_scheduling.dir/tidlrt_priority_scheduling.cpp.o
[ 63%] Building CXX object tidlrt_cpp/advanced_examples/CMakeFiles/tidlrt_priority_scheduling.dir/tidlrt_priority_scheduling_utils.cpp.o
[ 66%] Building CXX object osrt_cpp/advanced_examples/ort/CMakeFiles/ort_priority_scheduling.dir/ort_priority_scheduling.cpp.o
[ 70%] Building CXX object osrt_cpp/ort/CMakeFiles/ort_main.dir/onnx_main.cpp.o
[ 73%] Building CXX object osrt_cpp/dlr/CMakeFiles/dlr_main.dir/dlr_main.cpp.o
[ 76%] Building CXX object tidlrt_cpp/CMakeFiles/tidlrt_clasification.dir/classification.cpp.o

Loading then blocks at 76%.

I also did make -j with VERBOSE=1 :

root@j721e-evm:/opt/edgeai-tidl-tools-master/build# cmake ../examples && maje -j VERBOSE=1 && cd ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Warning (dev) at CMakeLists.txt:5 (exec_program):
  Policy CMP0153 is not set: The exec_program command should not be called.
  Run "cmake --help-policy CMP0153" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Use execute_process() instead.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Detected processor: aarch64
-- TARGET_DEVICE setting to: j721e
-- TARGET_CPU not specicfied using arm 
CMake Deprecation Warning at osrt_cpp/post_process/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = edgeai_tidl_examples
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/pre_process/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = edgeai_tidl_examples
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/utils/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = edgeai_tidl_examples
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/tfl/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = tfl_main
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/advanced_examples/tfl/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = tfl_priority_scheduling
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/advanced_examples/ort/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = ort_priority_scheduling
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/advanced_examples/utils/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = edgeai_tidl_examples
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at tidlrt_cpp/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = tidlrt_clasification
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/dlr/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = dlr_main
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at tidlrt_cpp/advanced_examples/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = tidlrt_priority_scheduling
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/ort/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = ort_main
native compiling for TARGET_DEVICE:j721e 
-- Configuring done (0.2s)
-- Generating done (0.3s)
-- Build files have been written to: /opt/edgeai-tidl-tools-master/build
-sh: maje: command not found
root@j721e-evm:/opt/edgeai-tidl-tools-master/build# cmake ../examples && make -j VERBOSE=1 && cd ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Warning (dev) at CMakeLists.txt:5 (exec_program):
  Policy CMP0153 is not set: The exec_program command should not be called.
  Run "cmake --help-policy CMP0153" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Use execute_process() instead.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Detected processor: aarch64
-- TARGET_DEVICE setting to: j721e
-- TARGET_CPU not specicfied using arm 
CMake Deprecation Warning at osrt_cpp/post_process/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = edgeai_tidl_examples
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/pre_process/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = edgeai_tidl_examples
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/utils/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = edgeai_tidl_examples
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/tfl/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = tfl_main
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/advanced_examples/tfl/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = tfl_priority_scheduling
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/advanced_examples/ort/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = ort_priority_scheduling
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/advanced_examples/utils/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = edgeai_tidl_examples
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at tidlrt_cpp/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = tidlrt_clasification
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/dlr/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = dlr_main
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at tidlrt_cpp/advanced_examples/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = tidlrt_priority_scheduling
native compiling for TARGET_DEVICE:j721e 
CMake Deprecation Warning at osrt_cpp/ort/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_BUILD_TYPE = Release PROJECT_NAME = ort_main
native compiling for TARGET_DEVICE:j721e 
-- Configuring done (0.1s)
-- Generating done (0.1s)
-- Build files have been written to: /opt/edgeai-tidl-tools-master/build
/usr/bin/cmake -S/opt/edgeai-tidl-tools-master/examples -B/opt/edgeai-tidl-tools-master/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /opt/edgeai-tidl-tools-master/build/CMakeFiles /opt/edgeai-tidl-tools-master/build//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/opt/edgeai-tidl-tools-master/build'
make  -f osrt_cpp/post_process/CMakeFiles/post_process.dir/build.make osrt_cpp/post_process/CMakeFiles/post_process.dir/depend
make  -f osrt_cpp/pre_process/CMakeFiles/pre_process.dir/build.make osrt_cpp/pre_process/CMakeFiles/pre_process.dir/depend
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
cd /opt/edgeai-tidl-tools-master/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /opt/edgeai-tidl-tools-master/examples /opt/edgeai-tidl-tools-master/examples/osrt_cpp/post_process /opt/edgeai-tidl-tools-master/build /opt/edgeai-tidl-tools-master/build/osrt_cpp/post_process /opt/edgeai-tidl-tools-master/build/osrt_cpp/post_process/CMakeFiles/post_process.dir/DependInfo.cmake "--color="
make  -f osrt_cpp/utils/CMakeFiles/utils.dir/build.make osrt_cpp/utils/CMakeFiles/utils.dir/depend
make  -f osrt_cpp/advanced_examples/utils/CMakeFiles/utils_adv.dir/build.make osrt_cpp/advanced_examples/utils/CMakeFiles/utils_adv.dir/depend
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
cd /opt/edgeai-tidl-tools-master/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /opt/edgeai-tidl-tools-master/examples /opt/edgeai-tidl-tools-master/examples/osrt_cpp/utils /opt/edgeai-tidl-tools-master/build /opt/edgeai-tidl-tools-master/build/osrt_cpp/utils /opt/edgeai-tidl-tools-master/build/osrt_cpp/utils/CMakeFiles/utils.dir/DependInfo.cmake "--color="
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
cd /opt/edgeai-tidl-tools-master/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /opt/edgeai-tidl-tools-master/examples /opt/edgeai-tidl-tools-master/examples/osrt_cpp/pre_process /opt/edgeai-tidl-tools-master/build /opt/edgeai-tidl-tools-master/build/osrt_cpp/pre_process /opt/edgeai-tidl-tools-master/build/osrt_cpp/pre_process/CMakeFiles/pre_process.dir/DependInfo.cmake "--color="
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
cd /opt/edgeai-tidl-tools-master/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /opt/edgeai-tidl-tools-master/examples /opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/utils /opt/edgeai-tidl-tools-master/build /opt/edgeai-tidl-tools-master/build/osrt_cpp/advanced_examples/utils /opt/edgeai-tidl-tools-master/build/osrt_cpp/advanced_examples/utils/CMakeFiles/utils_adv.dir/DependInfo.cmake "--color="
Dependencies file "osrt_cpp/post_process/CMakeFiles/post_process.dir/post_process.cpp.o.d" is newer than depends file "/opt/edgeai-tidl-tools-master/build/osrt_cpp/post_process/CMakeFiles/post_process.dir/compiler_depend.internal".
Dependencies file "osrt_cpp/pre_process/CMakeFiles/pre_process.dir/pre_process.cpp.o.d" is newer than depends file "/opt/edgeai-tidl-tools-master/build/osrt_cpp/pre_process/CMakeFiles/pre_process.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target post_process
Dependencies file "osrt_cpp/utils/CMakeFiles/utils.dir/src/arg_parsing.cpp.o.d" is newer than depends file "/opt/edgeai-tidl-tools-master/build/osrt_cpp/utils/CMakeFiles/utils.dir/compiler_depend.internal".
Dependencies file "osrt_cpp/utils/CMakeFiles/utils.dir/src/edgeai_classnames.cpp.o.d" is newer than depends file "/opt/edgeai-tidl-tools-master/build/osrt_cpp/utils/CMakeFiles/utils.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target pre_process
Dependencies file "osrt_cpp/advanced_examples/utils/CMakeFiles/utils_adv.dir/src/arg_parsing.cpp.o.d" is newer than depends file "/opt/edgeai-tidl-tools-master/build/osrt_cpp/advanced_examples/utils/CMakeFiles/utils_adv.dir/compiler_depend.internal".
Dependencies file "osrt_cpp/utils/CMakeFiles/utils.dir/src/model_info.cpp.o.d" is newer than depends file "/opt/edgeai-tidl-tools-master/build/osrt_cpp/utils/CMakeFiles/utils.dir/compiler_depend.internal".
Dependencies file "osrt_cpp/advanced_examples/utils/CMakeFiles/utils_adv.dir/src/print_utils.cpp.o.d" is newer than depends file "/opt/edgeai-tidl-tools-master/build/osrt_cpp/advanced_examples/utils/CMakeFiles/utils_adv.dir/compiler_depend.internal".
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
make  -f osrt_cpp/post_process/CMakeFiles/post_process.dir/build.make osrt_cpp/post_process/CMakeFiles/post_process.dir/build
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
make  -f osrt_cpp/pre_process/CMakeFiles/pre_process.dir/build.make osrt_cpp/pre_process/CMakeFiles/pre_process.dir/build
Consolidate compiler generated dependencies of target utils_adv
Dependencies file "osrt_cpp/utils/CMakeFiles/utils.dir/src/pbPlots.cpp.o.d" is newer than depends file "/opt/edgeai-tidl-tools-master/build/osrt_cpp/utils/CMakeFiles/utils.dir/compiler_depend.internal".
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
make  -f osrt_cpp/advanced_examples/utils/CMakeFiles/utils_adv.dir/build.make osrt_cpp/advanced_examples/utils/CMakeFiles/utils_adv.dir/build
Dependencies file "osrt_cpp/utils/CMakeFiles/utils.dir/src/supportLib.cpp.o.d" is newer than depends file "/opt/edgeai-tidl-tools-master/build/osrt_cpp/utils/CMakeFiles/utils.dir/compiler_depend.internal".
Dependencies file "osrt_cpp/utils/CMakeFiles/utils.dir/src/ti_logger.cpp.o.d" is newer than depends file "/opt/edgeai-tidl-tools-master/build/osrt_cpp/utils/CMakeFiles/utils.dir/compiler_depend.internal".
Dependencies file "osrt_cpp/utils/CMakeFiles/utils.dir/src/utility_functs.cpp.o.d" is newer than depends file "/opt/edgeai-tidl-tools-master/build/osrt_cpp/utils/CMakeFiles/utils.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target utils
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
make  -f osrt_cpp/utils/CMakeFiles/utils.dir/build.make osrt_cpp/utils/CMakeFiles/utils.dir/build
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
make[2]: Nothing to be done for 'osrt_cpp/advanced_examples/utils/CMakeFiles/utils_adv.dir/build'.
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
[ 10%] Built target utils_adv
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
make[2]: Nothing to be done for 'osrt_cpp/pre_process/CMakeFiles/pre_process.dir/build'.
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
make[2]: Nothing to be done for 'osrt_cpp/utils/CMakeFiles/utils.dir/build'.
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
[ 16%] Built target pre_process
[ 43%] Built target utils
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
make[2]: Nothing to be done for 'osrt_cpp/post_process/CMakeFiles/post_process.dir/build'.
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
[ 50%] Built target post_process
make  -f osrt_cpp/tfl/CMakeFiles/tfl_main.dir/build.make osrt_cpp/tfl/CMakeFiles/tfl_main.dir/depend
make  -f osrt_cpp/advanced_examples/tfl/CMakeFiles/tfl_priority_scheduling.dir/build.make osrt_cpp/advanced_examples/tfl/CMakeFiles/tfl_priority_scheduling.dir/depend
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
cd /opt/edgeai-tidl-tools-master/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /opt/edgeai-tidl-tools-master/examples /opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/tfl /opt/edgeai-tidl-tools-master/build /opt/edgeai-tidl-tools-master/build/osrt_cpp/advanced_examples/tfl /opt/edgeai-tidl-tools-master/build/osrt_cpp/advanced_examples/tfl/CMakeFiles/tfl_priority_scheduling.dir/DependInfo.cmake "--color="
cd /opt/edgeai-tidl-tools-master/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /opt/edgeai-tidl-tools-master/examples /opt/edgeai-tidl-tools-master/examples/osrt_cpp/tfl /opt/edgeai-tidl-tools-master/build /opt/edgeai-tidl-tools-master/build/osrt_cpp/tfl /opt/edgeai-tidl-tools-master/build/osrt_cpp/tfl/CMakeFiles/tfl_main.dir/DependInfo.cmake "--color="
make  -f osrt_cpp/advanced_examples/ort/CMakeFiles/ort_priority_scheduling.dir/build.make osrt_cpp/advanced_examples/ort/CMakeFiles/ort_priority_scheduling.dir/depend
make  -f tidlrt_cpp/CMakeFiles/tidlrt_clasification.dir/build.make tidlrt_cpp/CMakeFiles/tidlrt_clasification.dir/depend
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
cd /opt/edgeai-tidl-tools-master/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /opt/edgeai-tidl-tools-master/examples /opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/ort /opt/edgeai-tidl-tools-master/build /opt/edgeai-tidl-tools-master/build/osrt_cpp/advanced_examples/ort /opt/edgeai-tidl-tools-master/build/osrt_cpp/advanced_examples/ort/CMakeFiles/ort_priority_scheduling.dir/DependInfo.cmake "--color="
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
cd /opt/edgeai-tidl-tools-master/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /opt/edgeai-tidl-tools-master/examples /opt/edgeai-tidl-tools-master/examples/tidlrt_cpp /opt/edgeai-tidl-tools-master/build /opt/edgeai-tidl-tools-master/build/tidlrt_cpp /opt/edgeai-tidl-tools-master/build/tidlrt_cpp/CMakeFiles/tidlrt_clasification.dir/DependInfo.cmake "--color="
make  -f osrt_cpp/dlr/CMakeFiles/dlr_main.dir/build.make osrt_cpp/dlr/CMakeFiles/dlr_main.dir/depend
make  -f tidlrt_cpp/advanced_examples/CMakeFiles/tidlrt_priority_scheduling.dir/build.make tidlrt_cpp/advanced_examples/CMakeFiles/tidlrt_priority_scheduling.dir/depend
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
cd /opt/edgeai-tidl-tools-master/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /opt/edgeai-tidl-tools-master/examples /opt/edgeai-tidl-tools-master/examples/osrt_cpp/dlr /opt/edgeai-tidl-tools-master/build /opt/edgeai-tidl-tools-master/build/osrt_cpp/dlr /opt/edgeai-tidl-tools-master/build/osrt_cpp/dlr/CMakeFiles/dlr_main.dir/DependInfo.cmake "--color="
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
cd /opt/edgeai-tidl-tools-master/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /opt/edgeai-tidl-tools-master/examples /opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples /opt/edgeai-tidl-tools-master/build /opt/edgeai-tidl-tools-master/build/tidlrt_cpp/advanced_examples /opt/edgeai-tidl-tools-master/build/tidlrt_cpp/advanced_examples/CMakeFiles/tidlrt_priority_scheduling.dir/DependInfo.cmake "--color="
make  -f osrt_cpp/ort/CMakeFiles/ort_main.dir/build.make osrt_cpp/ort/CMakeFiles/ort_main.dir/depend
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
make  -f osrt_cpp/tfl/CMakeFiles/tfl_main.dir/build.make osrt_cpp/tfl/CMakeFiles/tfl_main.dir/build
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
cd /opt/edgeai-tidl-tools-master/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /opt/edgeai-tidl-tools-master/examples /opt/edgeai-tidl-tools-master/examples/osrt_cpp/ort /opt/edgeai-tidl-tools-master/build /opt/edgeai-tidl-tools-master/build/osrt_cpp/ort /opt/edgeai-tidl-tools-master/build/osrt_cpp/ort/CMakeFiles/ort_main.dir/DependInfo.cmake "--color="
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
make  -f osrt_cpp/advanced_examples/ort/CMakeFiles/ort_priority_scheduling.dir/build.make osrt_cpp/advanced_examples/ort/CMakeFiles/ort_priority_scheduling.dir/build
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
make  -f osrt_cpp/advanced_examples/tfl/CMakeFiles/tfl_priority_scheduling.dir/build.make osrt_cpp/advanced_examples/tfl/CMakeFiles/tfl_priority_scheduling.dir/build
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
make  -f tidlrt_cpp/CMakeFiles/tidlrt_clasification.dir/build.make tidlrt_cpp/CMakeFiles/tidlrt_clasification.dir/build
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
make  -f osrt_cpp/dlr/CMakeFiles/dlr_main.dir/build.make osrt_cpp/dlr/CMakeFiles/dlr_main.dir/build
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
[ 56%] Building CXX object osrt_cpp/advanced_examples/ort/CMakeFiles/ort_priority_scheduling.dir/ort_priority_scheduling.cpp.o
cd /opt/edgeai-tidl-tools-master/build/osrt_cpp/advanced_examples/ort && g++  -I/usr/local/include -I/usr/local/dlr -I/usr/lib/python3.12/site-packages/dlr/include -I/usr/include/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/ort -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/ort/.. -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/ort/include -I/usr/include/opencv4 -I/usr/include/opencv-4.2.0 -I/usr/include/opencv-4.2.0/build -I/usr/include/opencv-4.2.0/modules/core/include -I/usr/include/opencv-4.2.0/modules/highgui/include -I/usr/include/opencv-4.2.0/modules/imgcodecs/include -I/usr/include/opencv-4.2.0/modules/videoio/include -I/usr/include/opencv-4.2.0/modules/imgproc/include -I/usr/include/opencv-4.2.0/cmake -I/usr/include/tensorflow/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/usr/include/tensorflow -I/usr/include/neo-ai-dlr/include -I/usr/include/neo-ai-dlr/3rdparty/tvm/3rdparty/dlpack/include -I/usr/include/onnxruntime/include -I/usr/include/onnxruntime/include/onnxruntime/core/session -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/ort/PUBLIC -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/ort/post_process -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/ort/pre_process -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/ort/utils/include -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/ort/utils -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -DNDEBUG -DXNN_ENABLE=1 -MD -MT osrt_cpp/advanced_examples/ort/CMakeFiles/ort_priority_scheduling.dir/ort_priority_scheduling.cpp.o -MF CMakeFiles/ort_priority_scheduling.dir/ort_priority_scheduling.cpp.o.d -o CMakeFiles/ort_priority_scheduling.dir/ort_priority_scheduling.cpp.o -c /opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/ort/ort_priority_scheduling.cpp
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
[ 56%] Building CXX object osrt_cpp/tfl/CMakeFiles/tfl_main.dir/tfl_main.cpp.o
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
make  -f tidlrt_cpp/advanced_examples/CMakeFiles/tidlrt_priority_scheduling.dir/build.make tidlrt_cpp/advanced_examples/CMakeFiles/tidlrt_priority_scheduling.dir/build
cd /opt/edgeai-tidl-tools-master/build/osrt_cpp/tfl && g++  -I/usr/local/include -I/usr/local/dlr -I/usr/lib/python3.12/site-packages/dlr/include -I/usr/include/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/tfl -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/tfl/.. -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/tfl/include -I/usr/include/opencv4 -I/usr/include/opencv-4.2.0 -I/usr/include/opencv-4.2.0/build -I/usr/include/opencv-4.2.0/modules/core/include -I/usr/include/opencv-4.2.0/modules/highgui/include -I/usr/include/opencv-4.2.0/modules/imgcodecs/include -I/usr/include/opencv-4.2.0/modules/videoio/include -I/usr/include/opencv-4.2.0/modules/imgproc/include -I/usr/include/opencv-4.2.0/cmake -I/usr/include/tensorflow/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/usr/include/tensorflow -I/usr/include/neo-ai-dlr/include -I/usr/include/neo-ai-dlr/3rdparty/tvm/3rdparty/dlpack/include -I/usr/include/onnxruntime/include -I/usr/include/onnxruntime/include/onnxruntime/core/session -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/tfl/PUBLIC -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/tfl/post_process -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/tfl/pre_process -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/tfl/utils/include -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/tfl/utils -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -DNDEBUG -DXNN_ENABLE=1 -MD -MT osrt_cpp/tfl/CMakeFiles/tfl_main.dir/tfl_main.cpp.o -MF CMakeFiles/tfl_main.dir/tfl_main.cpp.o.d -o CMakeFiles/tfl_main.dir/tfl_main.cpp.o -c /opt/edgeai-tidl-tools-master/examples/osrt_cpp/tfl/tfl_main.cpp
[ 60%] Building CXX object osrt_cpp/advanced_examples/tfl/CMakeFiles/tfl_priority_scheduling.dir/tfl_priority_scheduling.cpp.o
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
cd /opt/edgeai-tidl-tools-master/build/osrt_cpp/advanced_examples/tfl && g++  -I/usr/local/include -I/usr/local/dlr -I/usr/lib/python3.12/site-packages/dlr/include -I/usr/include/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/tfl -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/tfl/.. -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/tfl/include -I/usr/include/opencv4 -I/usr/include/opencv-4.2.0 -I/usr/include/opencv-4.2.0/build -I/usr/include/opencv-4.2.0/modules/core/include -I/usr/include/opencv-4.2.0/modules/highgui/include -I/usr/include/opencv-4.2.0/modules/imgcodecs/include -I/usr/include/opencv-4.2.0/modules/videoio/include -I/usr/include/opencv-4.2.0/modules/imgproc/include -I/usr/include/opencv-4.2.0/cmake -I/usr/include/tensorflow/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/usr/include/tensorflow -I/usr/include/neo-ai-dlr/include -I/usr/include/neo-ai-dlr/3rdparty/tvm/3rdparty/dlpack/include -I/usr/include/onnxruntime/include -I/usr/include/onnxruntime/include/onnxruntime/core/session -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/tfl/PUBLIC -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/tfl/post_process -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/tfl/pre_process -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/tfl/utils/include -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/tfl/utils -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -DNDEBUG -DXNN_ENABLE=1 -MD -MT osrt_cpp/advanced_examples/tfl/CMakeFiles/tfl_priority_scheduling.dir/tfl_priority_scheduling.cpp.o -MF CMakeFiles/tfl_priority_scheduling.dir/tfl_priority_scheduling.cpp.o.d -o CMakeFiles/tfl_priority_scheduling.dir/tfl_priority_scheduling.cpp.o -c /opt/edgeai-tidl-tools-master/examples/osrt_cpp/advanced_examples/tfl/tfl_priority_scheduling.cpp
make[2]: Leaving directory '/opt/edgeai-tidl-tools-master/build'
make  -f osrt_cpp/ort/CMakeFiles/ort_main.dir/build.make osrt_cpp/ort/CMakeFiles/ort_main.dir/build
make[2]: Entering directory '/opt/edgeai-tidl-tools-master/build'
[ 66%] Building CXX object tidlrt_cpp/CMakeFiles/tidlrt_clasification.dir/classification.cpp.o
[ 66%] Building CXX object osrt_cpp/dlr/CMakeFiles/dlr_main.dir/dlr_main.cpp.o
cd /opt/edgeai-tidl-tools-master/build/tidlrt_cpp && g++  -I/usr/local/include -I/usr/local/dlr -I/usr/lib/python3.12/site-packages/dlr/include -I/usr/include/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/.. -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/include -I/usr/include/opencv4 -I/usr/include/opencv-4.2.0 -I/usr/include/opencv-4.2.0/build -I/usr/include/opencv-4.2.0/modules/core/include -I/usr/include/opencv-4.2.0/modules/highgui/include -I/usr/include/opencv-4.2.0/modules/imgcodecs/include -I/usr/include/opencv-4.2.0/modules/videoio/include -I/usr/include/opencv-4.2.0/modules/imgproc/include -I/usr/include/opencv-4.2.0/cmake -I/usr/include/tensorflow/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/usr/include/tensorflow -I/usr/include/neo-ai-dlr/include -I/usr/include/neo-ai-dlr/3rdparty/tvm/3rdparty/dlpack/include -I/usr/include/onnxruntime/include -I/usr/include/onnxruntime/include/onnxruntime/core/session -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/PUBLIC -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/post_process -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/pre_process -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/utils/include -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/utils -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -DNDEBUG -DXNN_ENABLE=1 -MD -MT tidlrt_cpp/CMakeFiles/tidlrt_clasification.dir/classification.cpp.o -MF CMakeFiles/tidlrt_clasification.dir/classification.cpp.o.d -o CMakeFiles/tidlrt_clasification.dir/classification.cpp.o -c /opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/classification.cpp
cd /opt/edgeai-tidl-tools-master/build/osrt_cpp/dlr && g++  -I/usr/local/include -I/usr/local/dlr -I/usr/lib/python3.12/site-packages/dlr/include -I/usr/include/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/dlr -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/dlr/.. -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/dlr/include -I/usr/include/opencv4 -I/usr/include/opencv-4.2.0 -I/usr/include/opencv-4.2.0/build -I/usr/include/opencv-4.2.0/modules/core/include -I/usr/include/opencv-4.2.0/modules/highgui/include -I/usr/include/opencv-4.2.0/modules/imgcodecs/include -I/usr/include/opencv-4.2.0/modules/videoio/include -I/usr/include/opencv-4.2.0/modules/imgproc/include -I/usr/include/opencv-4.2.0/cmake -I/usr/include/tensorflow/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/usr/include/tensorflow -I/usr/include/neo-ai-dlr/include -I/usr/include/neo-ai-dlr/3rdparty/tvm/3rdparty/dlpack/include -I/usr/include/onnxruntime/include -I/usr/include/onnxruntime/include/onnxruntime/core/session -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/dlr/PUBLIC -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/dlr/post_process -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/dlr/pre_process -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/dlr/utils/include -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/dlr/utils -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -DNDEBUG -DXNN_ENABLE=1 -MD -MT osrt_cpp/dlr/CMakeFiles/dlr_main.dir/dlr_main.cpp.o -MF CMakeFiles/dlr_main.dir/dlr_main.cpp.o.d -o CMakeFiles/dlr_main.dir/dlr_main.cpp.o -c /opt/edgeai-tidl-tools-master/examples/osrt_cpp/dlr/dlr_main.cpp
[ 70%] Building CXX object tidlrt_cpp/advanced_examples/CMakeFiles/tidlrt_priority_scheduling.dir/tidlrt_priority_scheduling.cpp.o
cd /opt/edgeai-tidl-tools-master/build/tidlrt_cpp/advanced_examples && g++  -I/usr/local/include -I/usr/local/dlr -I/usr/lib/python3.12/site-packages/dlr/include -I/usr/include/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/.. -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/include -I/usr/include/opencv4 -I/usr/include/opencv-4.2.0 -I/usr/include/opencv-4.2.0/build -I/usr/include/opencv-4.2.0/modules/core/include -I/usr/include/opencv-4.2.0/modules/highgui/include -I/usr/include/opencv-4.2.0/modules/imgcodecs/include -I/usr/include/opencv-4.2.0/modules/videoio/include -I/usr/include/opencv-4.2.0/modules/imgproc/include -I/usr/include/opencv-4.2.0/cmake -I/usr/include/tensorflow/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/usr/include/tensorflow -I/usr/include/neo-ai-dlr/include -I/usr/include/neo-ai-dlr/3rdparty/tvm/3rdparty/dlpack/include -I/usr/include/onnxruntime/include -I/usr/include/onnxruntime/include/onnxruntime/core/session -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/PUBLIC -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/post_process -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/pre_process -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/utils/include -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/utils -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -DNDEBUG -DXNN_ENABLE=1 -MD -MT tidlrt_cpp/advanced_examples/CMakeFiles/tidlrt_priority_scheduling.dir/tidlrt_priority_scheduling.cpp.o -MF CMakeFiles/tidlrt_priority_scheduling.dir/tidlrt_priority_scheduling.cpp.o.d -o CMakeFiles/tidlrt_priority_scheduling.dir/tidlrt_priority_scheduling.cpp.o -c /opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/tidlrt_priority_scheduling.cpp
[ 73%] Building CXX object osrt_cpp/ort/CMakeFiles/ort_main.dir/onnx_main.cpp.o
cd /opt/edgeai-tidl-tools-master/build/osrt_cpp/ort && g++  -I/usr/local/include -I/usr/local/dlr -I/usr/lib/python3.12/site-packages/dlr/include -I/usr/include/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/ort -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/ort/.. -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/ort/include -I/usr/include/opencv4 -I/usr/include/opencv-4.2.0 -I/usr/include/opencv-4.2.0/build -I/usr/include/opencv-4.2.0/modules/core/include -I/usr/include/opencv-4.2.0/modules/highgui/include -I/usr/include/opencv-4.2.0/modules/imgcodecs/include -I/usr/include/opencv-4.2.0/modules/videoio/include -I/usr/include/opencv-4.2.0/modules/imgproc/include -I/usr/include/opencv-4.2.0/cmake -I/usr/include/tensorflow/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/usr/include/tensorflow -I/usr/include/neo-ai-dlr/include -I/usr/include/neo-ai-dlr/3rdparty/tvm/3rdparty/dlpack/include -I/usr/include/onnxruntime/include -I/usr/include/onnxruntime/include/onnxruntime/core/session -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/ort/PUBLIC -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/ort/post_process -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/ort/pre_process -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/ort/utils/include -I/opt/edgeai-tidl-tools-master/examples/osrt_cpp/ort/utils -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -DNDEBUG -DXNN_ENABLE=1 -MD -MT osrt_cpp/ort/CMakeFiles/ort_main.dir/onnx_main.cpp.o -MF CMakeFiles/ort_main.dir/onnx_main.cpp.o.d -o CMakeFiles/ort_main.dir/onnx_main.cpp.o -c /opt/edgeai-tidl-tools-master/examples/osrt_cpp/ort/onnx_main.cpp
[ 76%] Building CXX object tidlrt_cpp/advanced_examples/CMakeFiles/tidlrt_priority_scheduling.dir/tidlrt_priority_scheduling_utils.cpp.o
cd /opt/edgeai-tidl-tools-master/build/tidlrt_cpp/advanced_examples && g++  -I/usr/local/include -I/usr/local/dlr -I/usr/lib/python3.12/site-packages/dlr/include -I/usr/include/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/.. -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/include -I/usr/include/opencv4 -I/usr/include/opencv-4.2.0 -I/usr/include/opencv-4.2.0/build -I/usr/include/opencv-4.2.0/modules/core/include -I/usr/include/opencv-4.2.0/modules/highgui/include -I/usr/include/opencv-4.2.0/modules/imgcodecs/include -I/usr/include/opencv-4.2.0/modules/videoio/include -I/usr/include/opencv-4.2.0/modules/imgproc/include -I/usr/include/opencv-4.2.0/cmake -I/usr/include/tensorflow/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/cmake_build/flatbuffers/include -I/usr/include/tensorflow -I/usr/include/neo-ai-dlr/include -I/usr/include/neo-ai-dlr/3rdparty/tvm/3rdparty/dlpack/include -I/usr/include/onnxruntime/include -I/usr/include/onnxruntime/include/onnxruntime/core/session -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/PUBLIC -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/post_process -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/pre_process -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/utils/include -I/opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/utils -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -DNDEBUG -DXNN_ENABLE=1 -MD -MT tidlrt_cpp/advanced_examples/CMakeFiles/tidlrt_priority_scheduling.dir/tidlrt_priority_scheduling_utils.cpp.o -MF CMakeFiles/tidlrt_priority_scheduling.dir/tidlrt_priority_scheduling_utils.cpp.o.d -o CMakeFiles/tidlrt_priority_scheduling.dir/tidlrt_priority_scheduling_utils.cpp.o -c /opt/edgeai-tidl-tools-master/examples/tidlrt_cpp/advanced_examples/tidlrt_priority_scheduling_utils.cpp

Best,

Azer