ARM-software / armnn

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn
https://developer.arm.com/products/processors/machine-learning/arm-nn
MIT License
1.17k stars 309 forks source link

Getting error while compiling Armnnconverter.cpp for arm nn android #314

Closed paragikjain closed 4 years ago

paragikjain commented 4 years ago

Hi i am getting error while trying to compile Armnnconverter.cpp on arm nn android please help me with that

make file: ARMNN_LIB = ${HOME}/armnn-devenv/armnn/build ARMNN_INC = /home/parag.j/armnn-devenv/armnn/include PROTOBUF_LIB = ${HOME}/armnn-devenv/google/arm64_pb_install/lib COMPUTE_LIB = ${HOME}/armnn-devenv/ComputeLibrary/build

all: ArmnnConverter

ArmnnConverter: ArmnnConverter.cpp aarch64-linux-android-clang++ -O3 -std=c++14 -I$(ARMNN_INC) ArmnnConverter.cpp -I/usr/include -I/usr/include/x86_64-linux-gnu -I/home/parag.j/armnn-devenv/armnn-onnx/boost/include -I/home/parag.j/armnn-devenv/armnn/src/armnnUtils/ -L/usr/lib -o converter -L$(ARMNN_LIB) -lpthread -larmnn -larmnnOnnxParser -larmnnSerializers

compliation error:

(base) parag.j@CPU-349U:~/armnn-devenv/armnn/src/armnnConverter$ make all
aarch64-linux-android-clang++ -O3 -std=c++14 -I/home/parag.j/armnn-devenv/armnn/include ArmnnConverter.cpp -I/usr/include -I/usr/include/x86_64-linux-gnu -I/home/parag.j/armnn-devenv/armnn-onnx/boost/include -I/home/parag.j/armnn-devenv/armnn/src/armnnUtils/ -L/usr/lib  -o converter -L/home/parag.j/armnn-devenv/armnn/build  -lpthread -larmnn  -larmnnOnnxParser -larmnnSerializers
In file included from ArmnnConverter.cpp:5:
In file included from /home/parag.j/armnn-devenv/armnn/include/armnn/ArmNN.hpp:7:
In file included from /home/parag.j/armnn-devenv/armnn/include/armnn/BackendId.hpp:11:
In file included from /home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/unordered_set:323:
In file included from /home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__hash_table:19:
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/cmath:313:9: error: no member named 'signbit' in the global namespace;
      did you mean '__signbit'?
using ::signbit;
      ~~^
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h:25:20: note: '__signbit' declared here
__MATHDECL_1 (int, __signbit,, (_Mdouble_ __value))
                   ^
In file included from ArmnnConverter.cpp:5:
In file included from /home/parag.j/armnn-devenv/armnn/include/armnn/ArmNN.hpp:7:
In file included from /home/parag.j/armnn-devenv/armnn/include/armnn/BackendId.hpp:11:
In file included from /home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/unordered_set:323:
In file included from /home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__hash_table:19:
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/cmath:314:9: error: no member named 'fpclassify' in the global
      namespace; did you mean '__fpclassify'?
using ::fpclassify;
      ~~^
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h:21:20: note: '__fpclassify' declared here
__MATHDECL_1 (int, __fpclassify,, (_Mdouble_ __value))
                   ^
In file included from ArmnnConverter.cpp:5:
In file included from /home/parag.j/armnn-devenv/armnn/include/armnn/ArmNN.hpp:7:
In file included from /home/parag.j/armnn-devenv/armnn/include/armnn/BackendId.hpp:11:
In file included from /home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/unordered_set:323:
In file included from /home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__hash_table:19:
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/cmath:315:9: error: no member named 'isfinite' in the global namespace
using ::isfinite;
      ~~^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/cmath:316:9: error: no member named 'isinf' in the global namespace
using ::isinf;
      ~~^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/cmath:317:9: error: no member named 'isnan' in the global namespace
using ::isnan;
      ~~^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/cmath:318:9: error: no member named 'isnormal' in the global namespace
using ::isnormal;
      ~~^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/cmath:319:7: error: no member named 'isgreater' in the global
      namespace; did you mean '::std::greater'?
using ::isgreater;
      ^~
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/functional:720:29: note: '::std::greater' declared here
struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
                            ^
In file included from ArmnnConverter.cpp:5:
In file included from /home/parag.j/armnn-devenv/armnn/include/armnn/ArmNN.hpp:7:
In file included from /home/parag.j/armnn-devenv/armnn/include/armnn/BackendId.hpp:11:
In file included from /home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/unordered_set:323:
In file included from /home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__hash_table:19:
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/cmath:320:7: error: no member named 'isgreaterequal' in the global
      namespace; did you mean '::std::greater_equal'?
using ::isgreaterequal;
      ^~
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/functional:749:29: note: '::std::greater_equal' declared here
struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
                            ^
In file included from ArmnnConverter.cpp:5:
In file included from /home/parag.j/armnn-devenv/armnn/include/armnn/ArmNN.hpp:7:
In file included from /home/parag.j/armnn-devenv/armnn/include/armnn/BackendId.hpp:11:
In file included from /home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/unordered_set:323:
In file included from /home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__hash_table:19:
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/cmath:321:9: error: no member named 'isless' in the global namespace
using ::isless;
      ~~^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/cmath:322:9: error: no member named 'islessequal' in the global
      namespace
using ::islessequal;
      ~~^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/cmath:323:9: error: no member named 'islessgreater' in the global
      namespace
using ::islessgreater;
      ~~^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/cmath:324:9: error: no member named 'isunordered' in the global
      namespace
using ::isunordered;
      ~~^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/cmath:325:9: error: no member named 'isunordered' in the global
      namespace
using ::isunordered;
      ~~^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
/usr/include/unistd.h:67:9: warning: '_POSIX2_VERSION' macro redefined [-Wmacro-redefined]
#define _POSIX2_VERSION __POSIX2_THIS_VERSION
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:35:9: note: previous definition is here
#define _POSIX2_VERSION _POSIX_VERSION
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
/usr/include/unistd.h:74:9: warning: '_POSIX2_C_BIND' macro redefined [-Wmacro-redefined]
#define _POSIX2_C_BIND  __POSIX2_THIS_VERSION
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:97:9: note: previous definition is here
#define _POSIX2_C_BIND              _POSIX_VERSION
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
/usr/include/unistd.h:78:9: warning: '_POSIX2_C_DEV' macro redefined [-Wmacro-redefined]
#define _POSIX2_C_DEV   __POSIX2_THIS_VERSION
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:98:9: note: previous definition is here
#define _POSIX2_C_DEV               __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
/usr/include/unistd.h:82:9: warning: '_POSIX2_SW_DEV' macro redefined [-Wmacro-redefined]
#define _POSIX2_SW_DEV  __POSIX2_THIS_VERSION
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:103:9: note: previous definition is here
#define _POSIX2_SW_DEV              __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
/usr/include/unistd.h:86:9: warning: '_POSIX2_LOCALEDEF' macro redefined [-Wmacro-redefined]
#define _POSIX2_LOCALEDEF       __POSIX2_THIS_VERSION
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:102:9: note: previous definition is here
#define _POSIX2_LOCALEDEF           __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
/usr/include/unistd.h:111:9: warning: '_XOPEN_CRYPT' macro redefined [-Wmacro-redefined]
#define _XOPEN_CRYPT    1
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:118:9: note: previous definition is here
#define _XOPEN_CRYPT                __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
/usr/include/unistd.h:118:9: warning: '_XOPEN_LEGACY' macro redefined [-Wmacro-redefined]
#define _XOPEN_LEGACY   1
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:120:9: note: previous definition is here
#define _XOPEN_LEGACY               __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:23:9: warning: '_POSIX_JOB_CONTROL' macro redefined [-Wmacro-redefined]
#define _POSIX_JOB_CONTROL      1
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:53:9: note: previous definition is here
#define _POSIX_JOB_CONTROL __BIONIC_POSIX_FEATURE_SINCE(21) /* setpgid/tcdrain/tcflush/tcgetpgrp/tcsendbreak/tcsetattr/tcsetpgrp. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:29:9: warning: '_POSIX_PRIORITY_SCHEDULING' macro redefined [-Wmacro-redefined]
#define _POSIX_PRIORITY_SCHEDULING      200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:62:9: note: previous definition is here
#define _POSIX_PRIORITY_SCHEDULING _POSIX_VERSION /* sched_*. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:32:9: warning: '_POSIX_SYNCHRONIZED_IO' macro redefined [-Wmacro-redefined]
#define _POSIX_SYNCHRONIZED_IO  200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:74:9: note: previous definition is here
#define _POSIX_SYNCHRONIZED_IO _POSIX_VERSION
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:35:9: warning: '_POSIX_FSYNC' macro redefined [-Wmacro-redefined]
#define _POSIX_FSYNC    200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:51:9: note: previous definition is here
#define _POSIX_FSYNC _POSIX_VERSION /* fsync. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:38:9: warning: '_POSIX_MAPPED_FILES' macro redefined [-Wmacro-redefined]
#define _POSIX_MAPPED_FILES     200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:54:9: note: previous definition is here
#define _POSIX_MAPPED_FILES _POSIX_VERSION /* mmap/msync/munmap. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:41:9: warning: '_POSIX_MEMLOCK' macro redefined [-Wmacro-redefined]
#define _POSIX_MEMLOCK  200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:55:9: note: previous definition is here
#define _POSIX_MEMLOCK __BIONIC_POSIX_FEATURE_SINCE(17) /* mlockall/munlockall. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:44:9: warning: '_POSIX_MEMLOCK_RANGE' macro redefined [-Wmacro-redefined]
#define _POSIX_MEMLOCK_RANGE    200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:56:9: note: previous definition is here
#define _POSIX_MEMLOCK_RANGE _POSIX_VERSION /* mlock/munlock. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:47:9: warning: '_POSIX_MEMORY_PROTECTION' macro redefined [-Wmacro-redefined]
#define _POSIX_MEMORY_PROTECTION        200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:57:9: note: previous definition is here
#define _POSIX_MEMORY_PROTECTION _POSIX_VERSION /* mprotect. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:50:9: warning: '_POSIX_CHOWN_RESTRICTED' macro redefined [-Wmacro-redefined]
#define _POSIX_CHOWN_RESTRICTED 0
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:48:9: note: previous definition is here
#define _POSIX_CHOWN_RESTRICTED 1 /* chown/fchown require appropriate privileges. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:69:9: warning: '_POSIX_THREADS' macro redefined [-Wmacro-redefined]
#define _POSIX_THREADS  200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:86:9: note: previous definition is here
#define _POSIX_THREADS _POSIX_VERSION /* Strictly, pthread_cancel/pthread_testcancel are missing. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:73:9: warning: '_POSIX_THREAD_SAFE_FUNCTIONS' macro redefined [-Wmacro-redefined]
#define _POSIX_THREAD_SAFE_FUNCTIONS    200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:84:9: note: previous definition is here
#define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:76:9: warning: '_POSIX_THREAD_PRIORITY_SCHEDULING' macro redefined [-Wmacro-redefined]
#define _POSIX_THREAD_PRIORITY_SCHEDULING       200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:80:9: note: previous definition is here
#define _POSIX_THREAD_PRIORITY_SCHEDULING _POSIX_VERSION /* Strictly, pthread_attr_getinheritsched/pthread_attr_setinheritsched arrived in 28. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:79:9: warning: '_POSIX_THREAD_ATTR_STACKSIZE' macro redefined [-Wmacro-redefined]
#define _POSIX_THREAD_ATTR_STACKSIZE    200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:76:9: note: previous definition is here
#define _POSIX_THREAD_ATTR_STACKSIZE _POSIX_VERSION /* pthread_attr_getstack/pthread_attr_getstacksize/pthread_attr_setstack/pthread_attr_setstacksize. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:82:9: warning: '_POSIX_THREAD_ATTR_STACKADDR' macro redefined [-Wmacro-redefined]
#define _POSIX_THREAD_ATTR_STACKADDR    200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:75:9: note: previous definition is here
#define _POSIX_THREAD_ATTR_STACKADDR _POSIX_VERSION /* Strictly, we're missing the deprecated pthread_attr_getstackaddr/pthread_attr_setstackaddr, but we do have pthread_attr_getstack/pthread_at...
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:85:9: warning: '_POSIX_THREAD_PRIO_INHERIT' macro redefined [-Wmacro-redefined]
#define _POSIX_THREAD_PRIO_INHERIT      200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:78:9: note: previous definition is here
#define _POSIX_THREAD_PRIO_INHERIT __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:89:9: warning: '_POSIX_THREAD_PRIO_PROTECT' macro redefined [-Wmacro-redefined]
#define _POSIX_THREAD_PRIO_PROTECT      200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:79:9: note: previous definition is here
#define _POSIX_THREAD_PRIO_PROTECT __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:93:10: warning: '_POSIX_THREAD_ROBUST_PRIO_INHERIT' macro redefined [-Wmacro-redefined]
# define _POSIX_THREAD_ROBUST_PRIO_INHERIT      200809L
         ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:82:9: note: previous definition is here
#define _POSIX_THREAD_ROBUST_PRIO_INHERIT __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:96:10: warning: '_POSIX_THREAD_ROBUST_PRIO_PROTECT' macro redefined [-Wmacro-redefined]
# define _POSIX_THREAD_ROBUST_PRIO_PROTECT      -1
         ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:83:9: note: previous definition is here
#define _POSIX_THREAD_ROBUST_PRIO_PROTECT __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:100:9: warning: '_POSIX_SEMAPHORES' macro redefined [-Wmacro-redefined]
#define _POSIX_SEMAPHORES       200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:68:9: note: previous definition is here
#define _POSIX_SEMAPHORES _POSIX_VERSION /* sem_*. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:103:9: warning: '_POSIX_REALTIME_SIGNALS' macro redefined [-Wmacro-redefined]
#define _POSIX_REALTIME_SIGNALS 200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:65:9: note: previous definition is here
#define _POSIX_REALTIME_SIGNALS __BIONIC_POSIX_FEATURE_SINCE(23) /* sigqueue/sigtimedwait/sigwaitinfo. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:106:9: warning: '_POSIX_ASYNCHRONOUS_IO' macro redefined [-Wmacro-redefined]
#define _POSIX_ASYNCHRONOUS_IO  200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:46:9: note: previous definition is here
#define _POSIX_ASYNCHRONOUS_IO __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:111:9: warning: '_POSIX_PRIORITIZED_IO' macro redefined [-Wmacro-redefined]
#define _POSIX_PRIORITIZED_IO   200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:61:9: note: previous definition is here
#define _POSIX_PRIORITIZED_IO __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:122:9: warning: '_POSIX_SHARED_MEMORY_OBJECTS' macro redefined [-Wmacro-redefined]
#define _POSIX_SHARED_MEMORY_OBJECTS    200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:69:9: note: previous definition is here
#define _POSIX_SHARED_MEMORY_OBJECTS __BIONIC_POSIX_FEATURE_MISSING /* mmap/munmap are implemented, but shm_open/shm_unlink are not. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:125:9: warning: '_POSIX_CPUTIME' macro redefined [-Wmacro-redefined]
#define _POSIX_CPUTIME  0
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:50:9: note: previous definition is here
#define _POSIX_CPUTIME _POSIX_VERSION /* CLOCK_PROCESS_CPUTIME_ID. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:128:9: warning: '_POSIX_THREAD_CPUTIME' macro redefined [-Wmacro-redefined]
#define _POSIX_THREAD_CPUTIME   0
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:77:9: note: previous definition is here
#define _POSIX_THREAD_CPUTIME _POSIX_VERSION /* CLOCK_THREAD_CPUTIME_ID. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:134:9: warning: '_POSIX_READER_WRITER_LOCKS' macro redefined [-Wmacro-redefined]
#define _POSIX_READER_WRITER_LOCKS      200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:64:9: note: previous definition is here
#define _POSIX_READER_WRITER_LOCKS _POSIX_VERSION /* pthread_rwlock*. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:140:9: warning: '_POSIX_TIMEOUTS' macro redefined [-Wmacro-redefined]
#define _POSIX_TIMEOUTS 200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:87:9: note: previous definition is here
#define _POSIX_TIMEOUTS __BIONIC_POSIX_FEATURE_SINCE(21) /* pthread_mutex_timedlock arrived late. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:143:9: warning: '_POSIX_SPIN_LOCKS' macro redefined [-Wmacro-redefined]
#define _POSIX_SPIN_LOCKS       200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:72:9: note: previous definition is here
#define _POSIX_SPIN_LOCKS __BIONIC_POSIX_FEATURE_SINCE(24) /* pthread_spin_*. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:146:9: warning: '_POSIX_SPAWN' macro redefined [-Wmacro-redefined]
#define _POSIX_SPAWN    200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:71:9: note: previous definition is here
#define _POSIX_SPAWN __BIONIC_POSIX_FEATURE_SINCE(28) /* <spawn.h> */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:149:9: warning: '_POSIX_TIMERS' macro redefined [-Wmacro-redefined]
#define _POSIX_TIMERS   200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:88:9: note: previous definition is here
#define _POSIX_TIMERS _POSIX_VERSION /* clock_getres/clock_gettime/clock_settime/nanosleep/timer_create/timer_delete/timer_gettime/timer_getoverrun/timer_settime. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:152:9: warning: '_POSIX_BARRIERS' macro redefined [-Wmacro-redefined]
#define _POSIX_BARRIERS 200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:47:9: note: previous definition is here
#define _POSIX_BARRIERS __BIONIC_POSIX_FEATURE_SINCE(24)
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:155:9: warning: '_POSIX_MESSAGE_PASSING' macro redefined [-Wmacro-redefined]
#define _POSIX_MESSAGE_PASSING  200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:58:9: note: previous definition is here
#define _POSIX_MESSAGE_PASSING __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:158:9: warning: '_POSIX_THREAD_PROCESS_SHARED' macro redefined [-Wmacro-redefined]
#define _POSIX_THREAD_PROCESS_SHARED    200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:81:9: note: previous definition is here
#define _POSIX_THREAD_PROCESS_SHARED _POSIX_VERSION
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:161:9: warning: '_POSIX_MONOTONIC_CLOCK' macro redefined [-Wmacro-redefined]
#define _POSIX_MONOTONIC_CLOCK  0
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:59:9: note: previous definition is here
#define _POSIX_MONOTONIC_CLOCK _POSIX_VERSION /* CLOCK_MONOTONIC. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:164:9: warning: '_POSIX_CLOCK_SELECTION' macro redefined [-Wmacro-redefined]
#define _POSIX_CLOCK_SELECTION  200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:49:9: note: previous definition is here
#define _POSIX_CLOCK_SELECTION __BIONIC_POSIX_FEATURE_SINCE(21) /* clock_nanosleep/pthread_condattr_getclock/pthread_condattr_setclock. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:167:9: warning: '_POSIX_ADVISORY_INFO' macro redefined [-Wmacro-redefined]
#define _POSIX_ADVISORY_INFO    200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:45:9: note: previous definition is here
#define _POSIX_ADVISORY_INFO __BIONIC_POSIX_FEATURE_SINCE(23) /* posix_memadvise arrived late. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:170:9: warning: '_POSIX_IPV6' macro redefined [-Wmacro-redefined]
#define _POSIX_IPV6     200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:52:9: note: previous definition is here
#define _POSIX_IPV6 _POSIX_VERSION
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:173:9: warning: '_POSIX_RAW_SOCKETS' macro redefined [-Wmacro-redefined]
#define _POSIX_RAW_SOCKETS      200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:63:9: note: previous definition is here
#define _POSIX_RAW_SOCKETS _POSIX_VERSION
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:176:9: warning: '_POSIX2_CHAR_TERM' macro redefined [-Wmacro-redefined]
#define _POSIX2_CHAR_TERM       200809L
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:99:9: note: previous definition is here
#define _POSIX2_CHAR_TERM           _POSIX_VERSION
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:179:9: warning: '_POSIX_SPORADIC_SERVER' macro redefined [-Wmacro-redefined]
#define _POSIX_SPORADIC_SERVER  -1
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:73:9: note: previous definition is here
#define _POSIX_SPORADIC_SERVER __BIONIC_POSIX_FEATURE_MISSING /* No SCHED_SPORADIC. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:180:9: warning: '_POSIX_THREAD_SPORADIC_SERVER' macro redefined [-Wmacro-redefined]
#define _POSIX_THREAD_SPORADIC_SERVER   -1
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:85:9: note: previous definition is here
#define _POSIX_THREAD_SPORADIC_SERVER __BIONIC_POSIX_FEATURE_MISSING /* No SCHED_SPORADIC. */
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:183:9: warning: '_POSIX_TRACE' macro redefined [-Wmacro-redefined]
#define _POSIX_TRACE    -1
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:89:9: note: previous definition is here
#define _POSIX_TRACE __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:184:9: warning: '_POSIX_TRACE_EVENT_FILTER' macro redefined [-Wmacro-redefined]
#define _POSIX_TRACE_EVENT_FILTER       -1
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:90:9: note: previous definition is here
#define _POSIX_TRACE_EVENT_FILTER __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:185:9: warning: '_POSIX_TRACE_INHERIT' macro redefined [-Wmacro-redefined]
#define _POSIX_TRACE_INHERIT    -1
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:91:9: note: previous definition is here
#define _POSIX_TRACE_INHERIT __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:186:9: warning: '_POSIX_TRACE_LOG' macro redefined [-Wmacro-redefined]
#define _POSIX_TRACE_LOG        -1
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:92:9: note: previous definition is here
#define _POSIX_TRACE_LOG __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:205:
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:189:9: warning: '_POSIX_TYPED_MEMORY_OBJECTS' macro redefined [-Wmacro-redefined]
#define _POSIX_TYPED_MEMORY_OBJECTS     -1
        ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:93:9: note: previous definition is here
#define _POSIX_TYPED_MEMORY_OBJECTS __BIONIC_POSIX_FEATURE_MISSING
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:209:
/usr/include/x86_64-linux-gnu/bits/environments.h:69:10: warning: '_POSIX_V7_ILP32_OFFBIG' macro redefined [-Wmacro-redefined]
# define _POSIX_V7_ILP32_OFFBIG 1
         ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:108:9: note: previous definition is here
#define _POSIX_V7_ILP32_OFFBIG      -1
        ^
In file included from ArmnnConverter.cpp:23:
In file included from /home/parag.j/armnn-devenv/armnn/src/armnnUtils/Logging.hpp:10:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/trivial.hpp:20:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/log/detail/config.hpp:34:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config.hpp:57:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/platform/linux.hpp:74:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/config/posix_features.hpp:18:
In file included from /usr/include/unistd.h:209:
/usr/include/x86_64-linux-gnu/bits/environments.h:75:11: warning: '_POSIX_V7_ILP32_OFF32' macro redefined [-Wmacro-redefined]
#  define _POSIX_V7_ILP32_OFF32 1
          ^
/home/parag.j/armnn-devenv/toolchains/aarch64-android-r17b/bin/../sysroot/usr/include/bits/posix_limits.h:107:9: note: previous definition is here
#define _POSIX_V7_ILP32_OFF32       -1
        ^
In file included from ArmnnConverter.cpp:30:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options.hpp:15:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options/options_description.hpp:13:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options/value_semantic.hpp:14:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast.hpp:32:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/try_lexical_convert.hpp:42:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/converter_lexical.hpp:54:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/inf_nan.hpp:34:
/home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/math/special_functions/sign.hpp:30:17: error: no member named 'signbit' in namespace 'std'; did you mean simply 'signbit'?
        return (std::signbit)(x);
                ^~~~~~~~~~~~
                signbit
/home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/math/special_functions/math_fwd.hpp:852:8: note: 'signbit' declared here
   int signbit BOOST_NO_MACRO_EXPAND(T x);
       ^
In file included from ArmnnConverter.cpp:30:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options.hpp:15:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options/options_description.hpp:13:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options/value_semantic.hpp:14:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast.hpp:32:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/try_lexical_convert.hpp:42:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/converter_lexical.hpp:54:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/inf_nan.hpp:35:
/home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/math/special_functions/fpclassify.hpp:155:12: error: no member named 'fpclassify' in namespace 'std'; did you mean simply 'fpclassify'?
   return (std::fpclassify)(t);
           ^~~~~~~~~~~~~~~
           fpclassify
/home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/math/special_functions/math_fwd.hpp:837:8: note: 'fpclassify' declared here
   int fpclassify BOOST_NO_MACRO_EXPAND(T t);
       ^
In file included from ArmnnConverter.cpp:30:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options.hpp:15:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options/options_description.hpp:13:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options/value_semantic.hpp:14:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast.hpp:32:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/try_lexical_convert.hpp:42:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/converter_lexical.hpp:54:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/inf_nan.hpp:35:
/home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/math/special_functions/fpclassify.hpp:314:17: error: no member named 'isfinite' in namespace 'std'; did you mean simply 'isfinite'?
        return (std::isfinite)(x);
                ^~~~~~~~~~~~~
                isfinite
/home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/math/special_functions/math_fwd.hpp:840:9: note: 'isfinite' declared here
   bool isfinite BOOST_NO_MACRO_EXPAND(T z);
        ^
In file included from ArmnnConverter.cpp:30:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options.hpp:15:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options/options_description.hpp:13:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options/value_semantic.hpp:14:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast.hpp:32:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/try_lexical_convert.hpp:42:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/converter_lexical.hpp:54:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/inf_nan.hpp:35:
/home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/math/special_functions/fpclassify.hpp:385:17: error: no member named 'isnormal' in namespace 'std'; did you mean simply 'isnormal'?
        return (std::isnormal)(x);
                ^~~~~~~~~~~~~
                isnormal
/home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/math/special_functions/math_fwd.hpp:849:9: note: 'isnormal' declared here
   bool isnormal BOOST_NO_MACRO_EXPAND(T t);
        ^
In file included from ArmnnConverter.cpp:30:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options.hpp:15:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options/options_description.hpp:13:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options/value_semantic.hpp:14:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast.hpp:32:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/try_lexical_convert.hpp:42:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/converter_lexical.hpp:54:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/inf_nan.hpp:35:
/home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/math/special_functions/fpclassify.hpp:456:17: error: no member named 'isinf' in namespace 'std'; did you mean simply 'isinf'?
        return (std::isinf)(x);
                ^~~~~~~~~~
                isinf
/home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/math/special_functions/math_fwd.hpp:843:9: note: 'isinf' declared here
   bool isinf BOOST_NO_MACRO_EXPAND(T t);
        ^
In file included from ArmnnConverter.cpp:30:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options.hpp:15:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options/options_description.hpp:13:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/program_options/value_semantic.hpp:14:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast.hpp:32:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/try_lexical_convert.hpp:42:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/converter_lexical.hpp:54:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
In file included from /home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/lexical_cast/detail/inf_nan.hpp:35:
/home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/math/special_functions/fpclassify.hpp:552:17: error: no member named 'isnan' in namespace 'std'; did you mean simply 'isnan'?
        return (std::isnan)(x);
                ^~~~~~~~~~
                isnan
/home/parag.j/armnn-devenv/armnn-onnx/boost/include/boost/math/special_functions/math_fwd.hpp:846:9: note: 'isnan' declared here
   bool isnan BOOST_NO_MACRO_EXPAND(T t);
        ^
55 warnings and 19 errors generated.
make: *** [ArmnnConverter] Error 1
arovir01 commented 4 years ago

At a first glance this doesn't quite look right: -I/usr/include/x86_64-linux-gnu You should build using the libc++ headers from the Android NDK instead of the GNU ones from your host OS