Building for ReSpeaker Core v2

Hey folks,

I am trying to build DeepSpeech native client for the ReSpeaker Core v2 based on ARM Cortex-A7.
Following the build from scratch guide, can you tell me which flags I am supposed to use, or if it is possible at all?

Greetings

You should have a look around https://github.com/mozilla/tensorflow/blob/r1.11/tools/bazel.rc#L55-L65

This is where we defined the build flags for cross-compiling. So, following the native_client/README.md you should be able to add your own flags to the bazel build command-line. Either augment tools/bazel.rc on your side, or just throw the whole set of flags we define there (and adapt to your arch and os).