Hi Experts,
I am trying to cross compile the existing Tensor Flow Lite code for microcontrollers into Cortex-M platform with arm-none-eabi-g++ compiler.
When I try to cross compile it for Cortex-M with either arm-none-eabi-g++ or arm-none-eabi-cpp it was showing linking error for _exit and more errors.
Please specify some mechanism for baremetal compilation.