Building label_image for STM32

Hi,
I am trying to build the label_image example for STM32. I assume I should use the code in:
tensorflow_src/tensorflow/lite/examples/label_image
as opposed to
tensorflow_src/tensorflow/examples/label_image

I can build the minimal example,
But when I try to build : tensorflow_src/tensorflow/lite/examples/label_image
I hit numerous errors:
Are there any instructions on how this can be built using CMake?

Regards
John

Hi @John_OSullivan, that example is meant to be used with bazel … is there any reason you cannot use bazel for your workflow? Thanks.