i am cross compiling LiteRT for ARM.
while build it on the host system-
i ran the command: cmake -DCMAKE_C_COMPILER=${ARMCC_PREFIX}gcc -DCMAKE_CXX_COMPILER=${ARMCC_PREFIX}g++ -DCMAKE_C_FLAGS=“${ARMCC_FLAGS}” -DCMAKE_CXX_FLAGS=“${ARMCC_FLAGS}” -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DTFLITE_HOST_TOOLS_DIR=/home/rhutuja/flatc-native-build ../tensorflow_src/tensorflow/lite/
i faced this error (shown in the picture attached)
how do i fix this??
