We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.