This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CPP Cross Compilation - Tensorflow Lite Cortex-M

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.

0